flask/src/flask
2022-06-05 02:57:49 +02:00
..
json fix annotation for json.loads 2022-04-24 09:53:10 -07:00
__init__.py start version 2.1.3 2022-05-23 10:54:02 -07:00
__main__.py click detects program name when run as module 2021-01-29 11:29:36 -08:00
app.py access flask types through namespace alias 2022-05-23 13:21:22 -07:00
blueprints.py access flask types through namespace alias 2022-05-23 13:21:22 -07:00
cli.py inline conditional imports for cli behaviors 2022-05-23 09:46:20 -07:00
config.py clean up unused function from prefixed_env pr 2022-03-25 12:24:31 -07:00
ctx.py access flask types through namespace alias 2022-05-23 13:21:22 -07:00
debughelpers.py better replacement of original form KeyError 2022-03-23 08:26:22 -07:00
globals.py fix annotation for g object 2021-05-13 11:36:05 -07:00
helpers.py don't use AnyStr for ResponseValue type 2022-03-15 08:32:15 -07:00
logging.py Add initial type hints 2021-04-26 17:29:53 +01:00
py.typed Initial typing support 2021-04-26 17:20:24 +01:00
scaffold.py Remove extra backtick 2022-06-05 02:57:49 +02:00
sessions.py Preserve HttpOnly flag when deleting session cookie 2022-03-15 06:35:29 -07:00
signals.py use exception chaining 2021-10-01 09:39:10 -07:00
templating.py Match typing declaration with implementation. 2022-01-27 11:43:42 +01:00
testing.py accurate type for __exit__ 2022-03-15 08:44:09 -07:00
typing.py use bound typevar to accept Flask and Werkzeug Response classes 2022-05-23 13:21:22 -07:00
views.py access flask types through namespace alias 2022-05-23 13:21:22 -07:00
wrappers.py fix typing 2022-03-28 12:09:35 -07:00