MCPcopy 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
2848class NT(NamedTuple):
2849 x: int
2850 y: int
2851
2852@runtime_checkable
2853class HasCallProtocol(Protocol):

Callers 3

ntMethod · 0.85

Calls

no outgoing calls

Tested by 2