Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ NT
Class
NT
Lib/test/test_typing.py:2845–2847 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2843
return
0
2844
2845
class
NT(NamedTuple):
2846
x: int
2847
y: int
2848
2849
@runtime_checkable
2850
class
HasCallProtocol(Protocol):
Callers
4
test_protocols_isinstance_py36
Method · 0.85
test_namedtuple_special_keyword_names
Method · 0.85
nt
Method · 0.85
test_helper_astuple_factory
Method · 0.85
Calls
no outgoing calls
Tested by
3
test_protocols_isinstance_py36
Method · 0.68
test_namedtuple_special_keyword_names
Method · 0.68
test_helper_astuple_factory
Method · 0.68