Package dbf :: Module ver_32 :: Class CodePage
[hide private]
[frames] | no frames]

Class CodePage

source code

object --+    
         |    
     tuple --+
             |
            CodePage

tuple with named attributes for representing a tables codepage

Instance Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, name)
call with name of codepage (e.g.
source code
 
__repr__(self)
repr(x)
source code
 
__str__(self)
str(x)
source code
 
name(self) source code
 
desc(self) source code
 
code(self) source code

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

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, name)

source code 

call with name of codepage (e.g. 'cp1252')

Returns: a new object with type S, a subtype of T
Overrides: object.__new__

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

name(self)

source code 
Decorators:
  • @property

desc(self)

source code 
Decorators:
  • @property

code(self)

source code 
Decorators:
  • @property