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

Callers 4

ntMethod · 0.85

Calls

no outgoing calls