Searched refs:TypedDict (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc-tools/tof-voters/libvoters/ |
H A D | __init__.py | 3 from typing import TypedDict 5 UserChanges = TypedDict( 14 UserComments = TypedDict("User", {"name": str, "email": str, "comments": int})
|
/openbmc/openbmc-build-scripts/tools/ |
H A D | owners | 6 from typing import Dict, List, Optional, Set, TypedDict 19 class NumberedNode(TypedDict): 23 class MatchEntry(TypedDict, total=False): 33 class OwnersData(NumberedNode, TypedDict, total=False):
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | build-unit-test-docker | 56 from typing import TypedDict 59 class TypedDict(dict): # type: ignore class 70 class PackageDef(TypedDict, total=False):
|