Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ variables
Method
variables
Tools/c-analyzer/c_parser/info.py:1532–1533 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1530
1531
@property
1532
def
variables(self):
1533
return
self._find(None, None, None, KIND.VARIABLE)
1534
1535
def
iter_all(self):
1536
yield
from
self._decls.values()
Callers
nothing calls this directly
Calls
1
_find
Method · 0.95
Tested by
no test coverage detected