MCPcopy Index your code
hub / github.com/RustPython/RustPython / _flags_str

Method _flags_str

Lib/symtable.py:299–302  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

297 return _scopes_value_to_name.get(self.__scope) or str(self.__scope)
298
299 def _flags_str(self):
300 for flagname, flagvalue in _flags:
301 if self.__flags & flagvalue == flagvalue:
302 yield flagname
303
304 def get_name(self):
305 """Return a name of a symbol.

Callers 2

__repr__Method · 0.95
print_symbolsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected