MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / get_reverse_dependencies_path

Function get_reverse_dependencies_path

aura/config.py:257–259  ·  view source on GitHub ↗
(exc=True)

Source from the content-addressed store, hash-verified

255
256
257def get_reverse_dependencies_path(exc=True) -> Path:
258 pth = os.environ.get("AURA_REVERSE_DEPENDENCIES", None) or CFG["aura"]["reverse_dependencies"]
259 return Path(get_file_location(pth, CFG_PATH, exc=exc))
260
261
262def iter_pypi_stats() -> Generator[dict, None, None]:

Callers

nothing calls this directly

Calls 2

get_file_locationFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected