MCPcopy
hub / github.com/certbot/certbot / _dump_results

Function _dump_results

tools/snap/build_remote.py:224–226  ·  view source on GitHub ↗
(archs: Set[str], status: Dict[str, Dict[str, str]])

Source from the content-addressed store, hash-verified

222
223
224def _dump_results(archs: Set[str], status: Dict[str, Dict[str, str]]) -> None:
225 print(f'Results for remote build finished at {datetime.datetime.now()}')
226 _dump_status_helper(archs, status)
227
228
229def main():

Callers 1

mainFunction · 0.85

Calls 2

_dump_status_helperFunction · 0.85
nowMethod · 0.80

Tested by

no test coverage detected