Package dbf :: Module ver_2 :: Class FieldInfo
[hide private]
[frames] | no frames]

Class FieldInfo

source code

object --+    
         |    
     tuple --+
             |
            FieldInfo

tuple with named attributes for representing a field's dbf type, length, decimal portion, and python class

Instance Methods [hide private]

Inherited from tuple: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __repr__, __rmul__, count, index

Inherited from object: __delattr__, __format__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, *args) source code
Properties [hide private]
  field_type
  length
  decimal
  py_type

Inherited from object: __class__

Method Details [hide private]

__new__(cls, *args)
Static Method

source code 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)

Property Details [hide private]

field_type

Get Method:
unreachable.field_type(self)

length

Get Method:
unreachable.length(self)

decimal

Get Method:
unreachable.decimal(self)

py_type

Get Method:
unreachable.py_type(self)