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

Method __init__

src/core/http/response/response.py:62–63  ·  view source on GitHub ↗
(self, container: Container)

Source from the content-addressed store, hash-verified

60
61class ResponseBaseModel(ABC):
62 def __init__(self, container: Container):
63 self.container = container
64
65 @property
66 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected