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

Method get_symbols

tools/python-3.11.9-amd64/Lib/symtable.py:132–136  ·  view source on GitHub ↗

Return a list of *Symbol* instances for names in the table.

(self)

Source from the content-addressed store, hash-verified

130 return sym
131
132 def get_symbols(self):
133 """Return a list of *Symbol* instances for
134 names in the table.
135 """
136 return [self.lookup(ident) for ident in self.get_identifiers()]
137
138 def __check_children(self, name):
139 return [_newSymbolTable(st, self._filename)

Callers

nothing calls this directly

Calls 2

lookupMethod · 0.95
get_identifiersMethod · 0.95

Tested by

no test coverage detected