Module dbf :: Class _TableHeader
[hide private]
[frames] | no frames]

Class _TableHeader

source code

object --+
         |
        _TableHeader

Instance Methods [hide private]
 
__init__(yo, data)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__getattr__(yo, name) source code
 
__setattr__(yo, name, value)
x.__setattr__('name', value) <==> x.name = value
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(yo, data)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

__setattr__(yo, name, value)

source code 

x.__setattr__('name', value) <==> x.name = value

Overrides: object.__setattr__
(inherited documentation)