MCPcopy Index your code
hub / github.com/python/cpython / name

Method name

Lib/test/test_typing.py:8534–8535  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8532 class ThisWontWorkEither(NamedTuple):
8533 @property
8534 def name(self):
8535 return __class__.__name__
8536
8537 def test_named_tuple_non_sequence_input(self):
8538 field_names = ["x", "y"]

Callers 10

uninamereplaceMethod · 0.45
test_ascii_lettersMethod · 0.45
test_bmp_charactersMethod · 0.45
test_aliasesMethod · 0.45
run_name_testsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected