MCPcopy Create free account
hub / github.com/mkdocstrings/griffe / __init__

Method __init__

scripts/make.py:163–165  ·  view source on GitHub ↗
(self, *args: Any, python_version: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

161
162class _RunError(subprocess.CalledProcessError):
163 def __init__(self, *args: Any, python_version: str, **kwargs: Any):
164 super().__init__(*args, **kwargs)
165 self.python_version = python_version
166
167
168@_command("run")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected