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

Method get_container

src/core/http/controller.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 self.logger = logging.getLogger(__name__)
17
18 def get_container(self) -> Container:
19 return self.container
20
21 def get_api_config(self) -> Settings:
22 return self.container.app_config()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected