MCPcopy 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
8508class TypedDictTests(BaseTestCase):

Calls

no outgoing calls

Tested by

no test coverage detected