MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / _get_user

Method _get_user

api/experimentation/views.py:162–163  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

160
161 @staticmethod
162 def _get_user(request: Request) -> FFAdminUser:
163 return request.user # type: ignore[return-value]
164
165
166@method_decorator(

Callers 3

perform_createMethod · 0.95
perform_updateMethod · 0.95
perform_destroyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected