MCPcopy
hub / github.com/pyca/cryptography / load_pyproject_toml

Function load_pyproject_toml

noxfile.py:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41
42def load_pyproject_toml() -> dict:
43 with (pathlib.Path(__file__).parent / "pyproject.toml").open("rb") as f:
44 return tomllib.load(f)
45
46
47@nox.session

Callers 3

flakeFunction · 0.85
rustFunction · 0.85
localFunction · 0.85

Calls 1

openMethod · 0.80

Tested by

no test coverage detected