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

Method log

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

Source from the content-addressed store, hash-verified

28
29 @property
30 def log(self) -> "Log":
31 if self._log is None:
32 raise RuntimeError("Logger not initialized. Call initialize_container() first.")
33 return self._log
34
35 @abstractmethod
36 async def execute(self, loop: asyncio.AbstractEventLoop) -> int:

Callers 1

initialize_containerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected