Package dbf :: Module ver_32 :: 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]
a new object with type S, a subtype of T
__new__(cls, *args) source code
 
field_type(self) source code
 
length(self) source code
 
decimal(self) source code
 
py_type(self) source code

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__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, *args)

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

field_type(self)

source code 
Decorators:
  • @property

length(self)

source code 
Decorators:
  • @property

decimal(self)

source code 
Decorators:
  • @property

py_type(self)

source code 
Decorators:
  • @property