MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/test/test_io/test_textio.py:62–64  ·  view source on GitHub ↗
(self, errors='strict')

Source from the content-addressed store, hash-verified

60 """
61
62 def __init__(self, errors='strict'):
63 codecs.IncrementalDecoder.__init__(self, errors)
64 self.reset()
65
66 def __repr__(self):
67 return '<SID %x>' % id(self)

Callers 3

test_uninitializedMethod · 0.45
__init__Method · 0.45
__setstate__Method · 0.45

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected