flask/src/flask
2021-05-14 08:11:09 -07:00
..
json update type annotations 2021-05-11 14:41:52 -07:00
__init__.py mark top-level names as exported 2021-05-13 11:36:05 -07:00
__main__.py click detects program name when run as module 2021-01-29 11:29:36 -08:00
app.py fix typing that wasn't available in Python 3.6.0 2021-05-13 13:06:32 -07:00
blueprints.py fix url_prefix argument when nesting blueprints 2021-05-13 15:02:13 -07:00
cli.py Allow using Click 7 with a DeprecationWarning 2021-04-27 16:45:06 +02:00
config.py Add initial type hints 2021-04-26 17:29:53 +01:00
ctx.py converters have access to session 2021-05-14 08:11:09 -07:00
debughelpers.py Add initial type hints 2021-04-26 17:29:53 +01:00
globals.py fix annotation for g object 2021-05-13 11:36:05 -07:00
helpers.py improve type hints for send_file and send_from_directory 2021-05-13 13:33:07 -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 improve type hints for send_file and send_from_directory 2021-05-13 13:33:07 -07:00
sessions.py fix typing that wasn't available in Python 3.6.0 2021-05-13 13:06:32 -07:00
signals.py Add initial type hints 2021-04-26 17:29:53 +01:00
templating.py update type annotations 2021-05-11 14:41:52 -07:00
testing.py Add initial type hints 2021-04-26 17:29:53 +01:00
typing.py Add initial type hints 2021-04-26 17:29:53 +01:00
views.py Add initial type hints 2021-04-26 17:29:53 +01:00
wrappers.py fix typing that wasn't available in Python 3.6.0 2021-05-13 13:06:32 -07:00