Trees Indices Help
Python Standard Library
Module codecs :: Class CodecInfo
[]

type CodecInfo

object --+ 
 | 
 tuple --+
 |
 CodecInfo

Instance Methods [hide private]
__repr__(self)
repr(x)

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

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, encode, decode, streamreader=None, streamwriter=None, incrementalencoder=None, incrementaldecoder=None, name=None)
Method Details [hide private]

__new__(cls, encode, decode, streamreader=None, streamwriter=None, incrementalencoder=None, incrementaldecoder=None, name=None)
Static Method

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

__repr__(self)
(Representation operator)

repr(x)

Overrides: tuple.__repr__
(inherited documentation)

Trees Indices Help
Python Standard Library

AltStyle によって変換されたページ (->オリジナル) /