Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ C3
Class
C3
Lib/test/test_builtin.py:366–366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
364
c2.__call__ = None
365
self.assertTrue(callable(c2))
366
class
C3(C2):
pass
367
c3 = C3()
368
self.assertTrue(callable(c3))
369
Callers
1
test_callable
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_callable
Method · 0.56