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

Method model_name

src/core/http/response/response.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 @property
66 @abstractmethod
67 def model_name(self) -> str:
68 pass
69
70 @property
71 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected