CodeQL library for Python
codeql/python-all 0.12.0 (changelog, source)
Search

Module RestFramework::Request

Provides models for the rest_framework.request.Request class

See https://www.django-rest-framework.org/api-guide/requests/.

Import path

import semmle.python.frameworks.RestFramework

Predicates

classRef

Gets a reference to the rest_framework.request.Request class.

instance

Gets a reference to an instance of rest_framework.request.Request.

Classes

InstanceSource

A source of instances of rest_framework.request.Request, extend this class to model new instances.