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

Method model_name

src/app/user/dto/user.py:74–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72class UserResponse(ResponseBaseModel):
73 @property
74 def model_name(self) -> str:
75 return "User"
76
77 @property
78 def relationships(self) -> dict[str, RelationshipConfig]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected