MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / get_data

Method get_data

apps/users/api/user.py:145–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

143
144class UserListResponse(ResultSerializer):
145 def get_data(self):
146 return UserInstanceSerializer(many=True)
147
148
149class UserPageApi(APIMixin):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected