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

Module PrivateDjango :: DjangoImpl :: DjangoHttp :: Response :: HttpResponseBadRequest

Provides models for the django.http.response.HttpResponseBadRequest class

See https://docs.djangoproject.com/en/3.1/ref/request-response/#django.http.HttpResponseBadRequest.

Import path

import semmle.python.frameworks.Django

Predicates

baseClassRef

Gets a reference to the django.http.response.HttpResponseBadRequest class.

classRef

Gets a reference to the django.http.response.HttpResponseBadRequest class.

instance

Gets a reference to an instance of django.http.response.HttpResponseBadRequest.

Classes

InstanceSource

A source of instances of django.http.response.HttpResponseBadRequest, extend this class to model new instances.