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

Method _get_user

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

Source from the content-addressed store, hash-verified

647
648 @staticmethod
649 def _get_user(request: Request) -> FFAdminUser:
650 return request.user # type: ignore[return-value]

Callers 3

perform_createMethod · 0.95
perform_updateMethod · 0.95
destroyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected