MCPcopy 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_includesMethod · 0.45
parseMethod · 0.45

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected