We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b36be commit 5c558f4Copy full SHA for 5c558f4
1 file changed
Lib/symtable.py
@@ -172,7 +172,6 @@ def get_children(self):
172
for st in self._table.children]
173
174
175
-
176
def _get_scope(flags): # like _PyST_GetScope()
177
return (flags >> SCOPE_OFF) & SCOPE_MASK
178
0 commit comments