Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _get_scope
Function
_get_scope
Lib/symtable.py:175–176 ·
view source on GitHub ↗
(flags)
Source
from the content-addressed store, hash-verified
173
174
175
def
_get_scope(flags):
# like _PyST_GetScope()
176
return
(flags >> SCOPE_OFF) & SCOPE_MASK
177
178
179
class
Function(SymbolTable):
Callers
5
get_locals
Method · 0.85
get_globals
Method · 0.85
get_frees
Method · 0.85
get_cells
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…