Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Python
codeql/python-all 4.0.9 (changelog, source)

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.