Package dbf :: Package old :: Module tables :: Class DbfTable :: Class _TableHeader
[hide private]

Class _TableHeader

source code

object --+
         |
        DbfTable._TableHeader

Instance Methods [hide private]
 
__init__(yo, data)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
codepage(yo, cp=None)
get/set code page of table
source code

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

Class Variables [hide private]
  data = <dbf.old.tables.property object at 0x011A4250>
  extra = <dbf.old.tables.property object at 0x011A4270>
  field_count = <dbf.old.tables.property object at 0x011A4290>
  fields = <dbf.old.tables.property object at 0x011A42B0>
  record_count = <dbf.old.tables.property object at 0x011A42D0>
  record_length = <dbf.old.tables.property object at 0x011A42F0>
  start = <dbf.old.tables.property object at 0x011A4310>
  update = <dbf.old.tables.property object at 0x011A4330>
  version = <dbf.old.tables.property object at 0x011A4350>
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)