Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
uninamereplace
Method · 0.45
test_ascii_letters
Method · 0.45
test_bmp_characters
Method · 0.45
test_aliases
Method · 0.45
test_aliases_names_in_pua_range
Method · 0.45
test_named_sequences_names_in_pua_range
Method · 0.45
test_function_checksum
Method · 0.45
test_name_inverse_lookup
Method · 0.45
test_east_asian_width_unassigned
Method · 0.45
run_name_tests
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected