Package peppy :: Package lib :: Module structrecord :: Class Field
[frames] | no frames]

Class Field

      object --+    
               |    
debug.debugmixin --+
                   |
                  Field
Known Subclasses:

Instance Methods
 
__init__(self, name, default=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
getCopy(self, obj)
 
storeDefault(self, obj)
 
getNumBytes(self, obj)
 
read(self, fh, obj)
 
unpack(self, fh, obj)
 
pack(self, fh, obj)
 
__str__(self)
str(x)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Methods

Inherited from debug.debugmixin: dprint

Class Variables
  debuglevel = 0
  print_all = False
Properties

Inherited from object: __class__

Method Details

__init__(self, name, default=None)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)