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

Method _scope_str

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

Source from the content-addressed store, hash-verified

294 return f'<symbol {self.__name!r}: {self._scope_str()}, {flags_str}>'
295
296 def _scope_str(self):
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:

Callers 2

__repr__Method · 0.95
print_symbolsFunction · 0.80

Calls 2

strFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected