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

Module Flask::Response

Provides models for the flask.Response class

See https://flask.palletsprojects.com/en/1.1.x/api/#flask.Response.

Import path

import semmle.python.frameworks.Flask

Predicates

classRef

Gets a reference to the flask.Response class, possibly through the response_class class attribute on a flask application (which by is an alias for flask.Response by default).

instance

Gets a reference to an instance of flask.Response.

Classes

InstanceSource

INTERNAL: Do not use.