def __init__(self, tool_proxy): cwl_instances = tool_proxy.input_instances() self._input_list = map(self._to_input_source, cwl_instances)