Module RestFramework
INTERNAL: Do not use.
Provides models for the djangorestframework PyPI package
(imported as rest_framework)
See
Import path
import semmle.python.frameworks.RestFrameworkClasses
| RestFrameworkApiViewClass | A class that has a super-type which is a rest_framework APIView class, therefore also becoming a APIView class. |
| RestFrameworkFunctionBasedView | A function that is a request handler since it is decorated with |
| RestFrameworkFunctionBasedViewWithoutKnownRoute | Ensuring that all |
Modules
| ApiException | Provides models for the |
| Request | Provides models for the |
| Response | Provides models for the |