MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __repr__

Method __repr__

tools/python-3.11.9-amd64/Lib/symtable.py:228–229  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

226 self.__module_scope = module_scope
227
228 def __repr__(self):
229 return "<symbol {0!r}>".format(self.__name)
230
231 def get_name(self):
232 """Return a name of a symbol.

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected