MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / __init__

Method __init__

src/cmd/cli_command_base.py:13–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11
12class AsyncCLICommandBase(ABC):
13 def __init__(self) -> None:
14 self._container: Container | None = None
15 self._log: Log | None = None
16
17 def initialize_container(self) -> None:
18 from src.core.di.container import Container

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected