Lines Matching refs:set
299 all_params = set(params)
617 should not be set on instances of that class. Usage::
1247 have 'name' always set. If 'inst' is False, then the alias can't be instantiated;
1305 return list(set(super().__dir__()
1660 return set(self.__args__) == set(other.__args__)
1696 return set(_value_and_type_iter(self.__args__)) == set(_value_and_type_iter(other.__args__))
1821 if len(set(params)) != len(params):
1870 tvarset = set(tvars)
1871 gvarset = set(gvars)
1902 attrs = set()
1929 # Initially, `__init__` of a protocol subclass is set to `_no_init_or_replace_init`.
2640 attempts to set the ``__final__`` attribute to ``True`` on the decorated
2720 Set = _alias(set, 1, inst=False, name='Set')
2849 # attributes prohibited to set in NamedTuple class syntax
2957 required_keys = set()
2958 optional_keys = set()
3003 instances to have a certain set of keys, where each key is