Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _
Method
_
Lib/test/test_functools.py:2801–2802 ·
view source on GitHub ↗
(self, arg)
Source
from the content-addressed store, hash-verified
2799
self.arg =
"base"
2800
@t.register(int)
2801
def
_(self, arg):
2802
self.arg =
"int"
2803
@t.register(str)
2804
def
_(self, arg):
2805
self.arg =
"str"
Callers
nothing calls this directly
Calls
2
str
Function · 0.85
cls
Class · 0.50
Tested by
no test coverage detected