MCPcopy Index your code
hub / github.com/google/adk-python / pyproject

Function pyproject

tests/unittests/test_release_dependencies.py:70–73  ·  view source on GitHub ↗

Parses the project's pyproject.toml exactly once for the module.

()

Source from the content-addressed store, hash-verified

68
69@pytest.fixture(scope='module')
70def pyproject() -> dict:
71 """Parses the project's pyproject.toml exactly once for the module."""
72 with _PYPROJECT_PATH.open('rb') as fh:
73 return tomllib.load(fh)
74
75
76def _requirement_names(requirements: list[str]) -> set[str]:

Callers

nothing calls this directly

Calls 2

openMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected