Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
def
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
flake
Function · 0.85
rust
Function · 0.85
local
Function · 0.85
Calls
1
open
Method · 0.80
Tested by
no test coverage detected