Chain
index
/mnt/common/python/d64py/d64py/Chain.py

#======================================================================
Chain.py
#======================================================================

 
Modules
       
d64py.TrackSector

 
Classes
       
builtins.object
Chain

 
class Chain(builtins.object)
    Chain(sectors=[])
 

 
  Methods defined here:
__init__(self, sectors=[])
Initialize self.  See help(type(self)) for accurate signature.
size(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__annotations__ = {'sectors': list[<module 'd64py.TrackSector' from '/mnt/common/python/d64py/d64py/TrackSector.py'>]}