Package Anomos :: Module ConvertedMetainfo :: Class ConvertedMetainfo
[hide private]
[frames] | no frames]

Class ConvertedMetainfo

source code

object --+
         |
        ConvertedMetainfo

Instance Methods [hide private]
 
__init__(self, metainfo)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
is_anon(self) source code
 
show_encoding_errors(self, errorfunc) source code
 
_get_attr_utf8(self, d, attrib) source code
 
_enforce_utf8(self, s) source code
 
_get_field_utf8(self, d, attrib) source code
 
_fix_windows(self, name, t='\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f\x1...) source code
 
_to_fs(self, name) source code
 
_to_fs_2(self, name) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, metainfo)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)