Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/test/test_descr.py:823–824 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
821
MT = type(sys)
822
class
MM(MT):
823
def
__init__(self, name):
824
MT.__init__(self, name)
825
def
__getattribute__(self, name):
826
log.append((
"getattr"
, name))
827
return
MT.__getattribute__(self, name)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected