MCPcopy
hub / github.com/raiden-network/raiden / compile_source

Function compile_source

tools/pip-compile-wrapper.py:250–254  ·  view source on GitHub ↗
(
    upgrade_all: bool = False, verbose: bool = False, dry_run: bool = False
)

Source from the content-addressed store, hash-verified

248
249
250def compile_source(
251 upgrade_all: bool = False, verbose: bool = False, dry_run: bool = False
252) -> None:
253 for source_name in _resolve_deps(SOURCE_PATHS.keys()):
254 _run_pip_compile(source_name, upgrade_all=upgrade_all, verbose=verbose, dry_run=dry_run)
255
256
257def upgrade_source(

Callers 1

mainFunction · 0.85

Calls 2

_resolve_depsFunction · 0.85
_run_pip_compileFunction · 0.85

Tested by

no test coverage detected