MCPcopy Create free account
hub / github.com/Eyepea/API-Hour / run

Function run

api_hour/application.py:75–81  ·  view source on GitHub ↗

\ The ``api_hour`` command line runner for launching API-Hour with container.

()

Source from the content-addressed store, hash-verified

73
74
75def run():
76 """\
77 The ``api_hour`` command line runner for launching API-Hour with container.
78 """
79 from . import Application
80
81 Application("%(prog)s [OPTIONS] [APP_MODULE]").run()
82
83
84if __name__ == '__main__':

Callers 1

application.pyFile · 0.85

Calls 2

ApplicationClass · 0.85
runMethod · 0.80

Tested by

no test coverage detected