MCPcopy Create free account
hub / github.com/JacquesLucke/code_autocomplete / get_output_names

Method get_output_names

documentation.py:437–438  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

435 def get_input_names(self):
436 return [input.name for input in self.inputs]
437 def get_output_names(self):
438 return [output.name for output in self.outputs]
439
440 def __repr__(self):
441 output_names = ", ".join(self.get_output_names())

Callers 2

__repr__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected