Searched refs:_TypedDict (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | typing.py | 3068 _TypedDict = type.__new__(_TypedDictMeta, 'TypedDict', (), {}) variable 3069 TypedDict.__mro_entries__ = lambda bases: (_TypedDict,) |
Completed in 5 milliseconds