MCPcopy Create free account
hub / github.com/conda/constructor / __call__

Method __call__

constructor/main.py:499–501  ·  view source on GitHub ↗
(self, parser, namespace, values, option_string=None)

Source from the content-addressed store, hash-verified

497 )
498
499 def __call__(self, parser, namespace, values, option_string=None):
500 parser._print_message(self._build_message(), sys.stdout)
501 parser.exit()
502
503 def _build_message(self):
504 msg = dedent(

Callers

nothing calls this directly

Calls 1

_build_messageMethod · 0.95

Tested by

no test coverage detected