jina.parsers.hubble package

Submodules

Module contents

jina.parsers.hubble.mixin_hub_usage_parser(parser)[source]

Add the arguments for hub pull to the parser :param parser: the parser configure

jina.parsers.hubble.set_hub_push_parser(parser=None)[source]

Set the parser for the hub push :param parser: an optional existing parser to build upon :return: the parser

jina.parsers.hubble.set_hub_pull_parser(parser=None)[source]

Set the parser for the hub pull :param parser: an optional existing parser to build upon :return: the parser

jina.parsers.hubble.set_hub_new_parser(parser=None)[source]

Set the parser for the hub new :param parser: an optional existing parser to build upon :return: the parser

jina.parsers.hubble.set_hub_parser(parser=None)[source]

Set the parser for the hub :param parser: the parser configure

  • Returns

    the parser