Lines Matching refs:set
133 if type(value) in {tuple, list, set, frozenset}:
146 is a set of all the undeclared names from the sequence of names found.
209 # variables set inside of loops and blocks should not affect outer frames,
256 self.filters: t.Set[str] = set()
257 self.tests: t.Set[str] = set()
278 self.names = set(names)
279 self.undeclared: t.Set[str] = set()
620 skip_special_params = set()
743 """Pops the current parameter definitions set."""
779 self._assign_stack.append(set())
1568 # This is a special case. Since a set block always captures we
1569 # will disable output checks. This way one can use set blocks
1617 # when used anywhere but in a `set` context