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