Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyca/cryptography
/ run
Function
run
release.py:12–14 ·
view source on GitHub ↗
(*args: str)
Source
from the content-addressed store, hash-verified
10
11
12
def
run(*args: str) -> None:
13
print(f
"[running] {list(args)}"
)
14
subprocess.check_call(list(args))
15
16
17
@click.group()
Callers
1
release
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected