Add cli field to flask helper _PackageBoundObject (#4040)

This commit is contained in:
Razzi Abuissa
2020-05-18 14:14:41 -07:00
committed by GitHub
parent 9a5ba013a1
commit 18aa8e0adb

View File

@@ -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 = ...