Skip to content

Instantly share code, notes, and snippets.

@bloodeagle40234
Created December 22, 2016 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bloodeagle40234/32374d6b3522c1499e00ac8d95bb0519 to your computer and use it in GitHub Desktop.
Save bloodeagle40234/32374d6b3522c1499e00ac8d95bb0519 to your computer and use it in GitHub Desktop.
%%uploadstorlet test.TestStorlet
class TestStorlet(object):
def __init__(self, logger):
self.logger = logger
def __call__(self, in_files, out_files, params):
"""
The function called for storlet invocation
:param in_files: a list of StorletInputFile
:param out_files: a list of StorletOutputFile
:param params: a dict of request parameters
"""
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment