Package dbf :: Module ver_2 :: 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]
 
__repr__(self)
repr(x)
source code
 
__str__(self)
str(x)
source code

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

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

Static 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
Properties [hide private]
  name
  desc
  code

Inherited from object: __class__

Method Details [hide private]

__new__(cls, name)
Static Method

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)

Property Details [hide private]

name

Get Method:
unreachable.name(self)

desc

Get Method:
unreachable.desc(self)

code

Get Method:
unreachable.code(self)