私は次のコードを見てきましたが、それが何を意味するのか質問があります。パッケージ全体には、Segment、Cell、Column、Region、SegmentUpdateInfoのクラスがあります。問題のコードは最後の行です。前もって感謝します!
class SegmentUpdateInfo(object):
def __init__(self, cell, segment, activeSynapses, addNewSynapses=False):
#Constructor parameter initialization...
region = self.cell.column.region #What does this mean and why would someone use
#it?