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

Method container

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

Source from the content-addressed store, hash-verified

22
23 @property
24 def container(self) -> "Container":
25 if self._container is None:
26 raise RuntimeError("Container not initialized. Call initialize_container() first.")
27 return self._container
28
29 @property
30 def log(self) -> "Log":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected