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

Method load

api_hour/application.py:68–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 sys.path.insert(0, self.cfg.chdir)
67
68 def load(self):
69 self.chdir()
70
71 # load the app
72 return util.import_app(self.app_uri)
73
74
75def run():

Callers 1

get_configFunction · 0.80

Calls 1

chdirMethod · 0.95

Tested by

no test coverage detected