Home
last modified time | relevance | path

Searched refs:Untotal (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_typing.py6684 class Untotal(TypedDict, total=False): class
6705 class ChildWithOptional(One, Untotal):
6720 class ChildWithTotalFalse(One, Untotal, total=False):
6735 class ChildWithInlineAndOptional(Untotal, Inline):
6755 (Untotal, Regular),

Completed in 12 milliseconds