mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Add cli field to flask helper _PackageBoundObject (#4040)
This commit is contained in:
2
third_party/2and3/flask/helpers.pyi
vendored
2
third_party/2and3/flask/helpers.pyi
vendored
@@ -2,6 +2,7 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from .cli import AppGroup
|
||||
from .globals import _app_ctx_stack, _request_ctx_stack, current_app, request, session
|
||||
from .signals import message_flashed
|
||||
from .wrappers import Response
|
||||
@@ -35,6 +36,7 @@ class _PackageBoundObject:
|
||||
import_name: Any = ...
|
||||
template_folder: Any = ...
|
||||
root_path: Any = ...
|
||||
cli: AppGroup = ...
|
||||
def __init__(self, import_name: Any, template_folder: Optional[Any] = ..., root_path: Optional[Any] = ...) -> None: ...
|
||||
static_folder: Any = ...
|
||||
static_url_path: Any = ...
|
||||
|
||||
Reference in New Issue
Block a user