Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_includes
Method
get_includes
Tools/clinic/libclinic/codegen.py:300–302 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
298
self._includes[name] = Include(name, reason, condition)
299
300
def
get_includes(self) -> list[Include]:
301
return
sorted(self._includes.values(),
302
key=Include.sort_key)
Callers
2
copy_includes
Method · 0.45
parse
Method · 0.45
Calls
1
values
Method · 0.45
Tested by
no test coverage detected