Searched refs:FrozenSet (Results 1 – 4 of 4) sorted by relevance
1735 self.assertNotEqual(typing.FrozenSet[A[str]],1736 typing.FrozenSet[mod_generics_cache.B.A[str]])1909 typing.DefaultDict, typing.FrozenSet[int]]3208 self.assertIsSubclass(frozenset, typing.FrozenSet)3209 self.assertNotIsSubclass(set, typing.FrozenSet)3359 typing.FrozenSet()3361 typing.FrozenSet[T]()3363 typing.FrozenSet[int]()3367 class MyFrozenSet(typing.FrozenSet[int]):
1688 FrozenSet = _alias(frozenset, 1, inst=False, name='FrozenSet') variable
1106 .. class:: FrozenSet(frozenset, AbstractSet[T_co])
18568 Collection (only for 3.6) (Issue #27598) - Add FrozenSet to __all__21619 Collection (only for 3.6) (Issue #27598). Add FrozenSet to __all__