Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _
Method
_
Lib/test/test_functools.py:2763–2764 ·
view source on GitHub ↗
(self, arg)
Source
from the content-addressed store, hash-verified
2761
self.arg =
"base"
2762
@t.register(int)
2763
def
_(self, arg):
2764
self.arg =
"int"
2765
@t.register(str)
2766
def
_(self, arg):
2767
self.arg =
"str"
Callers
nothing calls this directly
Calls
3
isinstance
Function · 0.85
str
Function · 0.85
cls
Class · 0.50
Tested by
no test coverage detected