Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ One
Class
One
Lib/test/test_typing.py:8791–8792 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8789
8790
def
test_multiple_inheritance(self):
8791
class
One(TypedDict):
8792
one: int
8793
class
Two(TypedDict):
8794
two: str
8795
class
Untotal(TypedDict, total=False):
Callers
1
push
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected