Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ V
Class
V
Lib/test/test_functools.py:2610–2612 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2608
"or <class 'collections.abc.Container'>"
)),
2609
)
2610
class
V(c.Sized, S):
2611
def
__len__(self):
2612
return
0
2613
@functools.singledispatch
2614
def
j(arg):
2615
return
"base"
Callers
1
test_mro_conflicts
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_mro_conflicts
Method · 0.56