streamlit-nightly 1.52.3.dev20260112__py3-none-any.whl → 1.52.3.dev20260113__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- streamlit/__init__.py +1 -1
- streamlit/auth_util.py +1 -1
- streamlit/cli_util.py +1 -1
- streamlit/components/v2/bidi_component/main.py +2 -2
- streamlit/connections/snowflake_connection.py +1 -1
- streamlit/dataframe_util.py +1 -3
- streamlit/elements/arrow.py +5 -1
- streamlit/elements/lib/color_util.py +1 -1
- streamlit/elements/lib/image_utils.py +1 -1
- streamlit/elements/vega_charts.py +4 -1
- streamlit/elements/widgets/multiselect.py +1 -1
- streamlit/elements/widgets/time_widgets.py +1 -1
- streamlit/elements/write.py +1 -2
- streamlit/errors.py +2 -0
- streamlit/external/langchain/streamlit_callback_handler.py +1 -1
- streamlit/proto/Alert_pb2.pyi +31 -31
- streamlit/proto/AppPage_pb2.pyi +30 -30
- streamlit/proto/ArrowData_pb2.pyi +15 -15
- streamlit/proto/ArrowNamedDataSet_pb2.pyi +25 -25
- streamlit/proto/ArrowVegaLiteChart_pb2.pyi +45 -45
- streamlit/proto/Arrow_pb2.pyi +126 -97
- streamlit/proto/AudioInput_pb2.pyi +39 -39
- streamlit/proto/Audio_pb2.pyi +39 -39
- streamlit/proto/AuthRedirect_pb2.pyi +15 -15
- streamlit/proto/AutoRerun_pb2.pyi +18 -18
- streamlit/proto/BackMsg_pb2.pyi +64 -64
- streamlit/proto/Balloons_pb2.pyi +15 -15
- streamlit/proto/BidiComponent_pb2.pyi +100 -100
- streamlit/proto/Block_pb2.pyi +295 -264
- streamlit/proto/BokehChart_pb2.pyi +21 -21
- streamlit/proto/ButtonGroup_pb2.pyi +96 -96
- streamlit/proto/ButtonLikeIconPosition_pb2.pyi +12 -12
- streamlit/proto/Button_pb2.pyi +63 -50
- streamlit/proto/CameraInput_pb2.pyi +34 -34
- streamlit/proto/ChatInput_pb2.pyi +63 -63
- streamlit/proto/Checkbox_pb2.pyi +49 -49
- streamlit/proto/ClientState_pb2.pyi +85 -85
- streamlit/proto/Code_pb2.pyi +41 -28
- streamlit/proto/ColorPicker_pb2.pyi +43 -43
- streamlit/proto/Common_pb2.pyi +175 -175
- streamlit/proto/Components_pb2.pyi +110 -110
- streamlit/proto/DataFrame_pb2.pyi +209 -209
- streamlit/proto/DateInput_pb2.pyi +59 -59
- streamlit/proto/DateTimeInput_pb2.pyi +62 -62
- streamlit/proto/DeckGlJsonChart_pb2.pyi +91 -56
- streamlit/proto/Delta_pb2.pyi +44 -44
- streamlit/proto/DocString_pb2.pyi +51 -51
- streamlit/proto/DownloadButton_pb2.pyi +59 -59
- streamlit/proto/Element_pb2.pyi +319 -319
- streamlit/proto/Empty_pb2.pyi +10 -10
- streamlit/proto/Exception_pb2.pyi +37 -37
- streamlit/proto/Favicon_pb2.pyi +15 -15
- streamlit/proto/FileUploader_pb2.pyi +49 -49
- streamlit/proto/ForwardMsg_pb2.pyi +176 -170
- streamlit/proto/GapSize_pb2.pyi +23 -23
- streamlit/proto/GitInfo_pb2.pyi +37 -37
- streamlit/proto/GraphVizChart_pb2.pyi +38 -25
- streamlit/proto/Heading_pb2.pyi +30 -30
- streamlit/proto/HeightConfig_pb2.pyi +31 -31
- streamlit/proto/Html_pb2.pyi +18 -18
- streamlit/proto/IFrame_pb2.pyi +76 -47
- streamlit/proto/Image_pb2.pyi +49 -36
- streamlit/proto/Json_pb2.pyi +25 -25
- streamlit/proto/LabelVisibilityMessage_pb2.pyi +18 -18
- streamlit/proto/LinkButton_pb2.pyi +43 -43
- streamlit/proto/Logo_pb2.pyi +24 -24
- streamlit/proto/Markdown_pb2.pyi +30 -30
- streamlit/proto/Metric_pb2.pyi +59 -59
- streamlit/proto/MetricsEvent_pb2.pyi +171 -171
- streamlit/proto/MultiSelect_pb2.pyi +72 -66
- streamlit/proto/NamedDataSet_pb2.pyi +25 -25
- streamlit/proto/Navigation_pb2.pyi +35 -35
- streamlit/proto/NewSession_pb2.pyi +511 -498
- streamlit/proto/NumberInput_pb2.pyi +79 -79
- streamlit/proto/PageConfig_pb2.pyi +71 -71
- streamlit/proto/PageInfo_pb2.pyi +15 -15
- streamlit/proto/PageLink_pb2.pyi +47 -47
- streamlit/proto/PageNotFound_pb2.pyi +15 -15
- streamlit/proto/PageProfile_pb2.pyi +85 -85
- streamlit/proto/PagesChanged_pb2.pyi +19 -19
- streamlit/proto/ParentMessage_pb2.pyi +15 -15
- streamlit/proto/PlotlyChart_pb2.pyi +79 -64
- streamlit/proto/Progress_pb2.pyi +18 -18
- streamlit/proto/Radio_pb2.pyi +62 -62
- streamlit/proto/RootContainer_pb2.pyi +12 -12
- streamlit/proto/Selectbox_pb2.pyi +80 -70
- streamlit/proto/SessionEvent_pb2.pyi +27 -27
- streamlit/proto/SessionStatus_pb2.pyi +18 -18
- streamlit/proto/Skeleton_pb2.pyi +25 -25
- streamlit/proto/Slider_pb2.pyi +74 -74
- streamlit/proto/Snow_pb2.pyi +15 -15
- streamlit/proto/Space_pb2.pyi +10 -10
- streamlit/proto/Spinner_pb2.pyi +21 -21
- streamlit/proto/TextAlignmentConfig_pb2.pyi +18 -18
- streamlit/proto/TextArea_pb2.pyi +72 -59
- streamlit/proto/TextInput_pb2.pyi +67 -67
- streamlit/proto/Text_pb2.pyi +18 -18
- streamlit/proto/TimeInput_pb2.pyi +52 -52
- streamlit/proto/Toast_pb2.pyi +25 -25
- streamlit/proto/Transient_pb2.pyi +19 -19
- streamlit/proto/VegaLiteChart_pb2.pyi +32 -32
- streamlit/proto/Video_pb2.pyi +65 -65
- streamlit/proto/WidgetStates_pb2.pyi +91 -85
- streamlit/proto/WidthConfig_pb2.pyi +31 -31
- streamlit/proto/openmetrics_data_model_pb2.pyi +269 -269
- streamlit/runtime/app_session.py +1 -1
- streamlit/runtime/credentials.py +2 -2
- streamlit/runtime/metrics_util.py +3 -3
- streamlit/runtime/secrets.py +1 -1
- streamlit/runtime/stats.py +1 -3
- streamlit/testing/v1/app_test.py +1 -1
- streamlit/web/server/starlette/starlette_routes.py +1 -3
- streamlit/web/server/stats_request_handler.py +1 -3
- {streamlit_nightly-1.52.3.dev20260112.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.52.3.dev20260112.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/RECORD +119 -119
- {streamlit_nightly-1.52.3.dev20260112.data → streamlit_nightly-1.52.3.dev20260113.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.52.3.dev20260112.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.52.3.dev20260112.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.52.3.dev20260112.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/top_level.txt +0 -0
|
@@ -17,88 +17,88 @@ See the License for the specific language governing permissions and
|
|
|
17
17
|
limitations under the License.
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
import
|
|
20
|
+
from collections import abc as _abc
|
|
21
|
+
from google.protobuf import descriptor as _descriptor
|
|
22
|
+
from google.protobuf import message as _message
|
|
23
|
+
from google.protobuf.internal import containers as _containers
|
|
24
|
+
import builtins as _builtins
|
|
25
25
|
import sys
|
|
26
|
-
import typing
|
|
26
|
+
import typing as _typing
|
|
27
27
|
|
|
28
28
|
if sys.version_info >= (3, 10):
|
|
29
|
-
|
|
29
|
+
from typing import TypeAlias as _TypeAlias
|
|
30
30
|
else:
|
|
31
|
-
import
|
|
31
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR:
|
|
33
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
34
34
|
|
|
35
|
-
@
|
|
36
|
-
class DocString(
|
|
35
|
+
@_typing.final
|
|
36
|
+
class DocString(_message.Message):
|
|
37
37
|
"""Formatted text"""
|
|
38
38
|
|
|
39
|
-
DESCRIPTOR:
|
|
39
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
40
40
|
|
|
41
|
-
DOC_STRING_FIELD_NUMBER:
|
|
42
|
-
TYPE_FIELD_NUMBER:
|
|
43
|
-
NAME_FIELD_NUMBER:
|
|
44
|
-
VALUE_FIELD_NUMBER:
|
|
45
|
-
MEMBERS_FIELD_NUMBER:
|
|
46
|
-
doc_string:
|
|
41
|
+
DOC_STRING_FIELD_NUMBER: _builtins.int
|
|
42
|
+
TYPE_FIELD_NUMBER: _builtins.int
|
|
43
|
+
NAME_FIELD_NUMBER: _builtins.int
|
|
44
|
+
VALUE_FIELD_NUMBER: _builtins.int
|
|
45
|
+
MEMBERS_FIELD_NUMBER: _builtins.int
|
|
46
|
+
doc_string: _builtins.str
|
|
47
47
|
"""The doc string."""
|
|
48
|
-
type:
|
|
48
|
+
type: _builtins.str
|
|
49
49
|
"""The type of the object."""
|
|
50
|
-
name:
|
|
50
|
+
name: _builtins.str
|
|
51
51
|
"""The name the user gave to the variable holding this object."""
|
|
52
|
-
value:
|
|
52
|
+
value: _builtins.str
|
|
53
53
|
"""A string representation of this object's value."""
|
|
54
|
-
@property
|
|
55
|
-
def members(self) ->
|
|
54
|
+
@_builtins.property
|
|
55
|
+
def members(self) -> _containers.RepeatedCompositeFieldContainer[Global___Member]:
|
|
56
56
|
"""List of this object's methods and member variables."""
|
|
57
57
|
|
|
58
58
|
def __init__(
|
|
59
59
|
self,
|
|
60
60
|
*,
|
|
61
|
-
doc_string:
|
|
62
|
-
type:
|
|
63
|
-
name:
|
|
64
|
-
value:
|
|
65
|
-
members:
|
|
61
|
+
doc_string: _builtins.str = ...,
|
|
62
|
+
type: _builtins.str = ...,
|
|
63
|
+
name: _builtins.str = ...,
|
|
64
|
+
value: _builtins.str = ...,
|
|
65
|
+
members: _abc.Iterable[Global___Member] | None = ...,
|
|
66
66
|
) -> None: ...
|
|
67
|
-
_ClearFieldArgType:
|
|
67
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["doc_string", b"doc_string", "members", b"members", "name", b"name", "type", b"type", "value", b"value"] # noqa: Y015
|
|
68
68
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
69
69
|
|
|
70
|
-
Global___DocString:
|
|
70
|
+
Global___DocString: _TypeAlias = DocString # noqa: Y015
|
|
71
71
|
|
|
72
|
-
@
|
|
73
|
-
class Member(
|
|
74
|
-
DESCRIPTOR:
|
|
72
|
+
@_typing.final
|
|
73
|
+
class Member(_message.Message):
|
|
74
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
75
75
|
|
|
76
|
-
NAME_FIELD_NUMBER:
|
|
77
|
-
TYPE_FIELD_NUMBER:
|
|
78
|
-
VALUE_FIELD_NUMBER:
|
|
79
|
-
DOC_STRING_FIELD_NUMBER:
|
|
80
|
-
name:
|
|
76
|
+
NAME_FIELD_NUMBER: _builtins.int
|
|
77
|
+
TYPE_FIELD_NUMBER: _builtins.int
|
|
78
|
+
VALUE_FIELD_NUMBER: _builtins.int
|
|
79
|
+
DOC_STRING_FIELD_NUMBER: _builtins.int
|
|
80
|
+
name: _builtins.str
|
|
81
81
|
"""The name of the object."""
|
|
82
|
-
type:
|
|
82
|
+
type: _builtins.str
|
|
83
83
|
"""The type of the object."""
|
|
84
|
-
value:
|
|
84
|
+
value: _builtins.str
|
|
85
85
|
"""A string representation of this member's value."""
|
|
86
|
-
doc_string:
|
|
86
|
+
doc_string: _builtins.str
|
|
87
87
|
"""The doc string."""
|
|
88
88
|
def __init__(
|
|
89
89
|
self,
|
|
90
90
|
*,
|
|
91
|
-
name:
|
|
92
|
-
type:
|
|
93
|
-
value:
|
|
94
|
-
doc_string:
|
|
91
|
+
name: _builtins.str = ...,
|
|
92
|
+
type: _builtins.str = ...,
|
|
93
|
+
value: _builtins.str = ...,
|
|
94
|
+
doc_string: _builtins.str = ...,
|
|
95
95
|
) -> None: ...
|
|
96
|
-
_HasFieldArgType:
|
|
97
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
98
|
-
_ClearFieldArgType:
|
|
96
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["contents", b"contents", "doc_string", b"doc_string", "value", b"value"] # noqa: Y015
|
|
97
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
98
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["contents", b"contents", "doc_string", b"doc_string", "name", b"name", "type", b"type", "value", b"value"] # noqa: Y015
|
|
99
99
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
100
|
-
_WhichOneofReturnType_contents:
|
|
101
|
-
_WhichOneofArgType_contents:
|
|
100
|
+
_WhichOneofReturnType_contents: _TypeAlias = _typing.Literal["value", "doc_string"] # noqa: Y015
|
|
101
|
+
_WhichOneofArgType_contents: _TypeAlias = _typing.Literal["contents", b"contents"] # noqa: Y015
|
|
102
102
|
def WhichOneof(self, oneof_group: _WhichOneofArgType_contents) -> _WhichOneofReturnType_contents | None: ...
|
|
103
103
|
|
|
104
|
-
Global___Member:
|
|
104
|
+
Global___Member: _TypeAlias = Member # noqa: Y015
|
|
@@ -17,76 +17,76 @@ See the License for the specific language governing permissions and
|
|
|
17
17
|
limitations under the License.
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
|
-
import
|
|
21
|
-
|
|
22
|
-
import
|
|
23
|
-
import
|
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
|
21
|
+
from google.protobuf import message as _message
|
|
22
|
+
from streamlit.proto import ButtonLikeIconPosition_pb2 as _ButtonLikeIconPosition_pb2
|
|
23
|
+
import builtins as _builtins
|
|
24
24
|
import sys
|
|
25
|
-
import typing
|
|
25
|
+
import typing as _typing
|
|
26
26
|
|
|
27
27
|
if sys.version_info >= (3, 10):
|
|
28
|
-
|
|
28
|
+
from typing import TypeAlias as _TypeAlias
|
|
29
29
|
else:
|
|
30
|
-
import
|
|
30
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
31
31
|
|
|
32
|
-
DESCRIPTOR:
|
|
32
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
33
33
|
|
|
34
|
-
@
|
|
35
|
-
class DownloadButton(
|
|
36
|
-
DESCRIPTOR:
|
|
34
|
+
@_typing.final
|
|
35
|
+
class DownloadButton(_message.Message):
|
|
36
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
37
37
|
|
|
38
|
-
ID_FIELD_NUMBER:
|
|
39
|
-
LABEL_FIELD_NUMBER:
|
|
40
|
-
DEFAULT_FIELD_NUMBER:
|
|
41
|
-
HELP_FIELD_NUMBER:
|
|
42
|
-
FORM_ID_FIELD_NUMBER:
|
|
43
|
-
URL_FIELD_NUMBER:
|
|
44
|
-
DISABLED_FIELD_NUMBER:
|
|
45
|
-
USE_CONTAINER_WIDTH_FIELD_NUMBER:
|
|
46
|
-
TYPE_FIELD_NUMBER:
|
|
47
|
-
ICON_FIELD_NUMBER:
|
|
48
|
-
IGNORE_RERUN_FIELD_NUMBER:
|
|
49
|
-
DEFERRED_FILE_ID_FIELD_NUMBER:
|
|
50
|
-
SHORTCUT_FIELD_NUMBER:
|
|
51
|
-
ICON_POSITION_FIELD_NUMBER:
|
|
52
|
-
id:
|
|
53
|
-
label:
|
|
54
|
-
default:
|
|
55
|
-
help:
|
|
56
|
-
form_id:
|
|
57
|
-
url:
|
|
58
|
-
disabled:
|
|
59
|
-
use_container_width:
|
|
60
|
-
type:
|
|
61
|
-
icon:
|
|
62
|
-
ignore_rerun:
|
|
63
|
-
deferred_file_id:
|
|
64
|
-
shortcut:
|
|
65
|
-
icon_position:
|
|
38
|
+
ID_FIELD_NUMBER: _builtins.int
|
|
39
|
+
LABEL_FIELD_NUMBER: _builtins.int
|
|
40
|
+
DEFAULT_FIELD_NUMBER: _builtins.int
|
|
41
|
+
HELP_FIELD_NUMBER: _builtins.int
|
|
42
|
+
FORM_ID_FIELD_NUMBER: _builtins.int
|
|
43
|
+
URL_FIELD_NUMBER: _builtins.int
|
|
44
|
+
DISABLED_FIELD_NUMBER: _builtins.int
|
|
45
|
+
USE_CONTAINER_WIDTH_FIELD_NUMBER: _builtins.int
|
|
46
|
+
TYPE_FIELD_NUMBER: _builtins.int
|
|
47
|
+
ICON_FIELD_NUMBER: _builtins.int
|
|
48
|
+
IGNORE_RERUN_FIELD_NUMBER: _builtins.int
|
|
49
|
+
DEFERRED_FILE_ID_FIELD_NUMBER: _builtins.int
|
|
50
|
+
SHORTCUT_FIELD_NUMBER: _builtins.int
|
|
51
|
+
ICON_POSITION_FIELD_NUMBER: _builtins.int
|
|
52
|
+
id: _builtins.str
|
|
53
|
+
label: _builtins.str
|
|
54
|
+
default: _builtins.bool
|
|
55
|
+
help: _builtins.str
|
|
56
|
+
form_id: _builtins.str
|
|
57
|
+
url: _builtins.str
|
|
58
|
+
disabled: _builtins.bool
|
|
59
|
+
use_container_width: _builtins.bool
|
|
60
|
+
type: _builtins.str
|
|
61
|
+
icon: _builtins.str
|
|
62
|
+
ignore_rerun: _builtins.bool
|
|
63
|
+
deferred_file_id: _builtins.str
|
|
64
|
+
shortcut: _builtins.str
|
|
65
|
+
icon_position: _ButtonLikeIconPosition_pb2.ButtonLikeIconPosition.ValueType
|
|
66
66
|
def __init__(
|
|
67
67
|
self,
|
|
68
68
|
*,
|
|
69
|
-
id:
|
|
70
|
-
label:
|
|
71
|
-
default:
|
|
72
|
-
help:
|
|
73
|
-
form_id:
|
|
74
|
-
url:
|
|
75
|
-
disabled:
|
|
76
|
-
use_container_width:
|
|
77
|
-
type:
|
|
78
|
-
icon:
|
|
79
|
-
ignore_rerun:
|
|
80
|
-
deferred_file_id:
|
|
81
|
-
shortcut:
|
|
82
|
-
icon_position:
|
|
69
|
+
id: _builtins.str = ...,
|
|
70
|
+
label: _builtins.str = ...,
|
|
71
|
+
default: _builtins.bool = ...,
|
|
72
|
+
help: _builtins.str = ...,
|
|
73
|
+
form_id: _builtins.str = ...,
|
|
74
|
+
url: _builtins.str = ...,
|
|
75
|
+
disabled: _builtins.bool = ...,
|
|
76
|
+
use_container_width: _builtins.bool = ...,
|
|
77
|
+
type: _builtins.str = ...,
|
|
78
|
+
icon: _builtins.str = ...,
|
|
79
|
+
ignore_rerun: _builtins.bool = ...,
|
|
80
|
+
deferred_file_id: _builtins.str | None = ...,
|
|
81
|
+
shortcut: _builtins.str = ...,
|
|
82
|
+
icon_position: _ButtonLikeIconPosition_pb2.ButtonLikeIconPosition.ValueType = ...,
|
|
83
83
|
) -> None: ...
|
|
84
|
-
_HasFieldArgType:
|
|
85
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
86
|
-
_ClearFieldArgType:
|
|
84
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["_deferred_file_id", b"_deferred_file_id", "deferred_file_id", b"deferred_file_id"] # noqa: Y015
|
|
85
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
86
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["_deferred_file_id", b"_deferred_file_id", "default", b"default", "deferred_file_id", b"deferred_file_id", "disabled", b"disabled", "form_id", b"form_id", "help", b"help", "icon", b"icon", "icon_position", b"icon_position", "id", b"id", "ignore_rerun", b"ignore_rerun", "label", b"label", "shortcut", b"shortcut", "type", b"type", "url", b"url", "use_container_width", b"use_container_width"] # noqa: Y015
|
|
87
87
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
88
|
-
_WhichOneofReturnType__deferred_file_id:
|
|
89
|
-
_WhichOneofArgType__deferred_file_id:
|
|
88
|
+
_WhichOneofReturnType__deferred_file_id: _TypeAlias = _typing.Literal["deferred_file_id"] # noqa: Y015
|
|
89
|
+
_WhichOneofArgType__deferred_file_id: _TypeAlias = _typing.Literal["_deferred_file_id", b"_deferred_file_id"] # noqa: Y015
|
|
90
90
|
def WhichOneof(self, oneof_group: _WhichOneofArgType__deferred_file_id) -> _WhichOneofReturnType__deferred_file_id | None: ...
|
|
91
91
|
|
|
92
|
-
Global___DownloadButton:
|
|
92
|
+
Global___DownloadButton: _TypeAlias = DownloadButton # noqa: Y015
|