MCPcopy Create free account
hub / github.com/modelscope/modelscope / __init__

Method __init__

modelscope/utils/input_output.py:472–477  ·  view source on GitHub ↗
(self, task_name: str, class_name, source_path)

Source from the content-addressed store, hash-verified

470 """
471
472 def __init__(self, task_name: str, class_name, source_path):
473 self._task_name = task_name
474 self._class_name = class_name
475 self._source_path = source_path
476 self._is_custom_call_method = False
477 self._analyze()
478
479 def _analyze(self):
480 input, parameters = get_pipeline_input_parameters(

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 1

_analyzeMethod · 0.95

Tested by

no test coverage detected