Package dbf :: 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.tables.property object at 0x00EFE8F0>
  extra = <dbf.tables.property object at 0x00EFE8D0>
  field_count = <dbf.tables.property object at 0x00EFE910>
  fields = <dbf.tables.property object at 0x00EFE930>
  record_count = <dbf.tables.property object at 0x00EFE950>
  record_length = <dbf.tables.property object at 0x00EFE970>
  start = <dbf.tables.property object at 0x00EFE990>
  update = <dbf.tables.property object at 0x00EFE9B0>
  version = <dbf.tables.property object at 0x00EFE9D0>
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)