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

Method get_input_names

documentation.py:435–436  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

433 self.outputs = outputs
434
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

Callers 2

__repr__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected