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

Module PrivateDjango::DjangoImpl::DjangoHttp::Response::StreamingHttpResponse

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

See https://docs.djangoproject.com/en/3.1/ref/request-response/#streaminghttpresponse-objects.

Import path

import semmle.python.frameworks.Django

Predicates

baseClassRef

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

classRef

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

instance

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

Classes

InstanceSource

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