MCPcopy
hub / github.com/stanford-futuredata/ColBERT / add_argument

Method add_argument

colbert/utils/parser.py:92–93  ·  view source on GitHub ↗
(self, *args, **kw_args)

Source from the content-addressed store, hash-verified

90 self.add_argument('--retrieve_only', dest='retrieve_only', default=False, action='store_true')
91
92 def add_argument(self, *args, **kw_args):
93 return self.parser.add_argument(*args, **kw_args)
94
95 def check_arguments(self, args):
96 for check in self.checks:

Callers 15

__init__Method · 0.95
add_model_parametersMethod · 0.95
add_training_inputMethod · 0.95
add_ranking_inputMethod · 0.95
add_reranking_inputMethod · 0.95
add_indexing_inputMethod · 0.95
add_index_use_inputMethod · 0.95
add_retrieval_inputMethod · 0.95
triples.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected