MCPcopy
hub / github.com/faust-streaming/faust / __repr__

Method __repr__

faust/cli/base.py:88–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 return self.argument(fun)
87
88 def __repr__(self) -> str:
89 return reprcall(type(self).__name__, self.args, self.kwargs)
90
91
92class option:

Callers

nothing calls this directly

Calls 1

reprcallFunction · 0.90

Tested by

no test coverage detected