# - - - P h y s R o w . _ _ i n i t _ _
def __init__(self, nPhysCols):
'''Constructor.
'''
self.nPhysCols = nPhysCols
self._rowLabel = None
self._span = 0
self._cellList = [ SpacerCell()
for k in range(nPhysCols) ]