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

Method get

api/api/openapi_views.py:23–25  ·  view source on GitHub ↗
(self, request: Request, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

21 return SchemaGenerator
22
23 def get(self, request: Request, *args: Any, **kwargs: Any) -> Response:
24 self.generator_class = self.get_generator_class()
25 return super().get(request, *args, **kwargs) # type: ignore[misc, no-any-return]
26
27
28class CustomSpectacularJSONAPIView(_MCPSchemaViewMixin, SpectacularJSONAPIView):

Callers 15

get_change_typeMethod · 0.45
has_permissionMethod · 0.45
has_permissionMethod · 0.45
get_querysetMethod · 0.45
get_serializer_classMethod · 0.45
paginate_querysetMethod · 0.45
get_schemaMethod · 0.45
_filter_pathsMethod · 0.45

Calls 1

get_generator_classMethod · 0.95

Tested by

no test coverage detected