Module Flask
Provides models for the flask
PyPI package.
See https://flask.palletsprojects.com/en/1.1.x/.
Import path
import semmle.python.frameworks.Flask
Predicates
request | Gets a reference to the |
Classes
FlaskMethodViewClass | A class that is a subclass of the |
FlaskResponseDeleteCookieCall | A call to |
FlaskResponseSetCookieCall | A call to |
FlaskRouteSetup | A route setup made by flask (sharing handling of URL patterns). |
FlaskViewClass | A class that is a subclass of the |
Modules
Blueprint | Provides models for flask blueprints (instances of the |
FlaskApp | Provides models for flask applications (instances of the |
Response | Provides models for the |
Views | Provides models for flask view classes (defined in the |