Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_uninitialized
Method · 0.45
__init__
Method · 0.45
__setstate__
Method · 0.45
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected