MCPcopy Index your code
hub / github.com/python/cpython / get_name

Method get_name

Lib/symtable.py:301–304  ·  view source on GitHub ↗

Return a name of a symbol.

(self)

Source from the content-addressed store, hash-verified

299 yield flagname
300
301 def get_name(self):
302 """Return a name of a symbol.
303 """
304 return self.__name
305
306 def is_referenced(self):
307 """Return *True* if the symbol is used in

Callers 2

print_symbolsFunction · 0.45
_build_stencilsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected