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,47 +17,47 @@ 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
|
|
32
|
-
|
|
33
|
-
DESCRIPTOR:
|
|
34
|
-
|
|
35
|
-
@
|
|
36
|
-
class ComponentInstance(
|
|
37
|
-
DESCRIPTOR:
|
|
38
|
-
|
|
39
|
-
ID_FIELD_NUMBER:
|
|
40
|
-
JSON_ARGS_FIELD_NUMBER:
|
|
41
|
-
SPECIAL_ARGS_FIELD_NUMBER:
|
|
42
|
-
COMPONENT_NAME_FIELD_NUMBER:
|
|
43
|
-
URL_FIELD_NUMBER:
|
|
44
|
-
FORM_ID_FIELD_NUMBER:
|
|
45
|
-
TAB_INDEX_FIELD_NUMBER:
|
|
46
|
-
id:
|
|
31
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
32
|
+
|
|
33
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
34
|
+
|
|
35
|
+
@_typing.final
|
|
36
|
+
class ComponentInstance(_message.Message):
|
|
37
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
38
|
+
|
|
39
|
+
ID_FIELD_NUMBER: _builtins.int
|
|
40
|
+
JSON_ARGS_FIELD_NUMBER: _builtins.int
|
|
41
|
+
SPECIAL_ARGS_FIELD_NUMBER: _builtins.int
|
|
42
|
+
COMPONENT_NAME_FIELD_NUMBER: _builtins.int
|
|
43
|
+
URL_FIELD_NUMBER: _builtins.int
|
|
44
|
+
FORM_ID_FIELD_NUMBER: _builtins.int
|
|
45
|
+
TAB_INDEX_FIELD_NUMBER: _builtins.int
|
|
46
|
+
id: _builtins.str
|
|
47
47
|
"""The instance's "widget ID", used to uniquely identify it."""
|
|
48
|
-
json_args:
|
|
48
|
+
json_args: _builtins.str
|
|
49
49
|
"""Argument dictionary, for JSON-serializable args."""
|
|
50
|
-
component_name:
|
|
50
|
+
component_name: _builtins.str
|
|
51
51
|
"""The component type's unique name."""
|
|
52
|
-
url:
|
|
52
|
+
url: _builtins.str
|
|
53
53
|
"""Optional URL to load the component from. By default this is not set,
|
|
54
54
|
but while testing, a user can e.g. point this to a local node server
|
|
55
55
|
that they're developing their component in.
|
|
56
56
|
"""
|
|
57
|
-
form_id:
|
|
58
|
-
tab_index:
|
|
59
|
-
@property
|
|
60
|
-
def special_args(self) ->
|
|
57
|
+
form_id: _builtins.str
|
|
58
|
+
tab_index: _builtins.int
|
|
59
|
+
@_builtins.property
|
|
60
|
+
def special_args(self) -> _containers.RepeatedCompositeFieldContainer[Global___SpecialArg]:
|
|
61
61
|
"""Additional, non-JSON args. These require special processing
|
|
62
62
|
on the other end.
|
|
63
63
|
"""
|
|
@@ -65,132 +65,132 @@ class ComponentInstance(google.protobuf.message.Message):
|
|
|
65
65
|
def __init__(
|
|
66
66
|
self,
|
|
67
67
|
*,
|
|
68
|
-
id:
|
|
69
|
-
json_args:
|
|
70
|
-
special_args:
|
|
71
|
-
component_name:
|
|
72
|
-
url:
|
|
73
|
-
form_id:
|
|
74
|
-
tab_index:
|
|
68
|
+
id: _builtins.str = ...,
|
|
69
|
+
json_args: _builtins.str = ...,
|
|
70
|
+
special_args: _abc.Iterable[Global___SpecialArg] | None = ...,
|
|
71
|
+
component_name: _builtins.str = ...,
|
|
72
|
+
url: _builtins.str = ...,
|
|
73
|
+
form_id: _builtins.str = ...,
|
|
74
|
+
tab_index: _builtins.int | None = ...,
|
|
75
75
|
) -> None: ...
|
|
76
|
-
_HasFieldArgType:
|
|
77
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
78
|
-
_ClearFieldArgType:
|
|
76
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["_tab_index", b"_tab_index", "tab_index", b"tab_index"] # noqa: Y015
|
|
77
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
78
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["_tab_index", b"_tab_index", "component_name", b"component_name", "form_id", b"form_id", "id", b"id", "json_args", b"json_args", "special_args", b"special_args", "tab_index", b"tab_index", "url", b"url"] # noqa: Y015
|
|
79
79
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
80
|
-
_WhichOneofReturnType__tab_index:
|
|
81
|
-
_WhichOneofArgType__tab_index:
|
|
80
|
+
_WhichOneofReturnType__tab_index: _TypeAlias = _typing.Literal["tab_index"] # noqa: Y015
|
|
81
|
+
_WhichOneofArgType__tab_index: _TypeAlias = _typing.Literal["_tab_index", b"_tab_index"] # noqa: Y015
|
|
82
82
|
def WhichOneof(self, oneof_group: _WhichOneofArgType__tab_index) -> _WhichOneofReturnType__tab_index | None: ...
|
|
83
83
|
|
|
84
|
-
Global___ComponentInstance:
|
|
84
|
+
Global___ComponentInstance: _TypeAlias = ComponentInstance # noqa: Y015
|
|
85
85
|
|
|
86
|
-
@
|
|
87
|
-
class SpecialArg(
|
|
88
|
-
DESCRIPTOR:
|
|
86
|
+
@_typing.final
|
|
87
|
+
class SpecialArg(_message.Message):
|
|
88
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
89
89
|
|
|
90
|
-
KEY_FIELD_NUMBER:
|
|
91
|
-
ARROW_DATAFRAME_FIELD_NUMBER:
|
|
92
|
-
BYTES_FIELD_NUMBER:
|
|
93
|
-
key:
|
|
94
|
-
bytes:
|
|
95
|
-
@property
|
|
90
|
+
KEY_FIELD_NUMBER: _builtins.int
|
|
91
|
+
ARROW_DATAFRAME_FIELD_NUMBER: _builtins.int
|
|
92
|
+
BYTES_FIELD_NUMBER: _builtins.int
|
|
93
|
+
key: _builtins.str
|
|
94
|
+
bytes: _builtins.bytes
|
|
95
|
+
@_builtins.property
|
|
96
96
|
def arrow_dataframe(self) -> Global___ArrowDataframe: ...
|
|
97
97
|
def __init__(
|
|
98
98
|
self,
|
|
99
99
|
*,
|
|
100
|
-
key:
|
|
100
|
+
key: _builtins.str = ...,
|
|
101
101
|
arrow_dataframe: Global___ArrowDataframe | None = ...,
|
|
102
|
-
bytes:
|
|
102
|
+
bytes: _builtins.bytes = ...,
|
|
103
103
|
) -> None: ...
|
|
104
|
-
_HasFieldArgType:
|
|
105
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
106
|
-
_ClearFieldArgType:
|
|
104
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["arrow_dataframe", b"arrow_dataframe", "bytes", b"bytes", "value", b"value"] # noqa: Y015
|
|
105
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
106
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["arrow_dataframe", b"arrow_dataframe", "bytes", b"bytes", "key", b"key", "value", b"value"] # noqa: Y015
|
|
107
107
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
108
|
-
_WhichOneofReturnType_value:
|
|
109
|
-
_WhichOneofArgType_value:
|
|
108
|
+
_WhichOneofReturnType_value: _TypeAlias = _typing.Literal["arrow_dataframe", "bytes"] # noqa: Y015
|
|
109
|
+
_WhichOneofArgType_value: _TypeAlias = _typing.Literal["value", b"value"] # noqa: Y015
|
|
110
110
|
def WhichOneof(self, oneof_group: _WhichOneofArgType_value) -> _WhichOneofReturnType_value | None: ...
|
|
111
111
|
|
|
112
|
-
Global___SpecialArg:
|
|
112
|
+
Global___SpecialArg: _TypeAlias = SpecialArg # noqa: Y015
|
|
113
113
|
|
|
114
|
-
@
|
|
115
|
-
class ArrowDataframe(
|
|
114
|
+
@_typing.final
|
|
115
|
+
class ArrowDataframe(_message.Message):
|
|
116
116
|
"""Components uses Apache Arrow for dataframe serialization.
|
|
117
117
|
This is distinct from `Arrow.proto`: Components was created before
|
|
118
118
|
Streamlit supported Arrow for internal dataframe serialization, and the
|
|
119
119
|
two implementations currently use different logic + data structures.
|
|
120
120
|
"""
|
|
121
121
|
|
|
122
|
-
DESCRIPTOR:
|
|
122
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
123
123
|
|
|
124
|
-
DATA_FIELD_NUMBER:
|
|
125
|
-
HEIGHT_FIELD_NUMBER:
|
|
126
|
-
WIDTH_FIELD_NUMBER:
|
|
127
|
-
height:
|
|
128
|
-
width:
|
|
129
|
-
@property
|
|
124
|
+
DATA_FIELD_NUMBER: _builtins.int
|
|
125
|
+
HEIGHT_FIELD_NUMBER: _builtins.int
|
|
126
|
+
WIDTH_FIELD_NUMBER: _builtins.int
|
|
127
|
+
height: _builtins.int
|
|
128
|
+
width: _builtins.int
|
|
129
|
+
@_builtins.property
|
|
130
130
|
def data(self) -> Global___ArrowTable: ...
|
|
131
131
|
def __init__(
|
|
132
132
|
self,
|
|
133
133
|
*,
|
|
134
134
|
data: Global___ArrowTable | None = ...,
|
|
135
|
-
height:
|
|
136
|
-
width:
|
|
135
|
+
height: _builtins.int = ...,
|
|
136
|
+
width: _builtins.int = ...,
|
|
137
137
|
) -> None: ...
|
|
138
|
-
_HasFieldArgType:
|
|
139
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
140
|
-
_ClearFieldArgType:
|
|
138
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
|
|
139
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
140
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["data", b"data", "height", b"height", "width", b"width"] # noqa: Y015
|
|
141
141
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
142
142
|
|
|
143
|
-
Global___ArrowDataframe:
|
|
143
|
+
Global___ArrowDataframe: _TypeAlias = ArrowDataframe # noqa: Y015
|
|
144
144
|
|
|
145
|
-
@
|
|
146
|
-
class ArrowTable(
|
|
147
|
-
DESCRIPTOR:
|
|
145
|
+
@_typing.final
|
|
146
|
+
class ArrowTable(_message.Message):
|
|
147
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
148
148
|
|
|
149
|
-
DATA_FIELD_NUMBER:
|
|
150
|
-
INDEX_FIELD_NUMBER:
|
|
151
|
-
COLUMNS_FIELD_NUMBER:
|
|
152
|
-
STYLER_FIELD_NUMBER:
|
|
153
|
-
data:
|
|
154
|
-
index:
|
|
155
|
-
columns:
|
|
156
|
-
@property
|
|
149
|
+
DATA_FIELD_NUMBER: _builtins.int
|
|
150
|
+
INDEX_FIELD_NUMBER: _builtins.int
|
|
151
|
+
COLUMNS_FIELD_NUMBER: _builtins.int
|
|
152
|
+
STYLER_FIELD_NUMBER: _builtins.int
|
|
153
|
+
data: _builtins.bytes
|
|
154
|
+
index: _builtins.bytes
|
|
155
|
+
columns: _builtins.bytes
|
|
156
|
+
@_builtins.property
|
|
157
157
|
def styler(self) -> Global___ArrowTableStyler: ...
|
|
158
158
|
def __init__(
|
|
159
159
|
self,
|
|
160
160
|
*,
|
|
161
|
-
data:
|
|
162
|
-
index:
|
|
163
|
-
columns:
|
|
161
|
+
data: _builtins.bytes = ...,
|
|
162
|
+
index: _builtins.bytes = ...,
|
|
163
|
+
columns: _builtins.bytes = ...,
|
|
164
164
|
styler: Global___ArrowTableStyler | None = ...,
|
|
165
165
|
) -> None: ...
|
|
166
|
-
_HasFieldArgType:
|
|
167
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
168
|
-
_ClearFieldArgType:
|
|
166
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["styler", b"styler"] # noqa: Y015
|
|
167
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
168
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["columns", b"columns", "data", b"data", "index", b"index", "styler", b"styler"] # noqa: Y015
|
|
169
169
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
170
170
|
|
|
171
|
-
Global___ArrowTable:
|
|
171
|
+
Global___ArrowTable: _TypeAlias = ArrowTable # noqa: Y015
|
|
172
172
|
|
|
173
|
-
@
|
|
174
|
-
class ArrowTableStyler(
|
|
175
|
-
DESCRIPTOR:
|
|
173
|
+
@_typing.final
|
|
174
|
+
class ArrowTableStyler(_message.Message):
|
|
175
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
176
176
|
|
|
177
|
-
UUID_FIELD_NUMBER:
|
|
178
|
-
CAPTION_FIELD_NUMBER:
|
|
179
|
-
STYLES_FIELD_NUMBER:
|
|
180
|
-
DISPLAY_VALUES_FIELD_NUMBER:
|
|
181
|
-
uuid:
|
|
182
|
-
caption:
|
|
183
|
-
styles:
|
|
184
|
-
display_values:
|
|
177
|
+
UUID_FIELD_NUMBER: _builtins.int
|
|
178
|
+
CAPTION_FIELD_NUMBER: _builtins.int
|
|
179
|
+
STYLES_FIELD_NUMBER: _builtins.int
|
|
180
|
+
DISPLAY_VALUES_FIELD_NUMBER: _builtins.int
|
|
181
|
+
uuid: _builtins.str
|
|
182
|
+
caption: _builtins.str
|
|
183
|
+
styles: _builtins.str
|
|
184
|
+
display_values: _builtins.bytes
|
|
185
185
|
def __init__(
|
|
186
186
|
self,
|
|
187
187
|
*,
|
|
188
|
-
uuid:
|
|
189
|
-
caption:
|
|
190
|
-
styles:
|
|
191
|
-
display_values:
|
|
188
|
+
uuid: _builtins.str = ...,
|
|
189
|
+
caption: _builtins.str = ...,
|
|
190
|
+
styles: _builtins.str = ...,
|
|
191
|
+
display_values: _builtins.bytes = ...,
|
|
192
192
|
) -> None: ...
|
|
193
|
-
_ClearFieldArgType:
|
|
193
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["caption", b"caption", "display_values", b"display_values", "styles", b"styles", "uuid", b"uuid"] # noqa: Y015
|
|
194
194
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
195
195
|
|
|
196
|
-
Global___ArrowTableStyler:
|
|
196
|
+
Global___ArrowTableStyler: _TypeAlias = ArrowTableStyler # noqa: Y015
|