Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ name
Method
name
Lib/test/test_typing.py:8504–8505 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8502
class
ThisWontWorkEither(NamedTuple):
8503
@property
8504
def
name(self):
8505
return
__class__.__name__
8506
8507
8508
class
TypedDictTests(BaseTestCase):
Callers
9
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
Calls
no outgoing calls
Tested by
no test coverage detected