MCPcopy Create free account
hub / github.com/pyca/bcrypt / run

Function run

release.py:18–20  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

16
17
18def run(*args, **kwargs):
19 print(f"[running] {list(args)}")
20 subprocess.check_call(list(args), **kwargs)
21
22
23@click.command()

Callers 1

releaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected