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

Class IncludeConfig

src/core/http/response/response.py:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54@dataclass
55class IncludeConfig:
56 relationship_name: str
57 service_method: str
58 params: dict[str, Any] | None = None
59
60
61class ResponseBaseModel(ABC):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected