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

Method get_children

Lib/symtable.py:168–172  ·  view source on GitHub ↗

Return a list of the nested symbol tables.

(self)

Source from the content-addressed store, hash-verified

166 if st.name == name]
167
168 def get_children(self):
169 """Return a list of the nested symbol tables.
170 """
171 return [_newSymbolTable(st, self._filename)
172 for st in self._table.children]
173
174
175def _get_scope(flags): # like _PyST_GetScope()

Callers 1

print_symbolsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected