MCPcopy Index your code
hub / github.com/algorithmiaio/algorithmia-python / load

Method load

Algorithmia/handler.py:29–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 self.load_result = None
28
29 def load(self):
30 self.load_result = self.load_func()
31 print('PIPE_INIT_COMPLETE')
32 sys.stdout.flush()
33
34 def format_data(self, request):
35 if request['content_type'] in ['text', 'json']:

Callers 7

serveMethod · 0.95
freezeMethod · 0.80
authMethod · 0.80
getAPIkeyMethod · 0.80
getBearerTokenMethod · 0.80
getAPIaddressMethod · 0.80
getCertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected