streamlit-nightly 1.52.3.dev20260111__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 +25 -2
- 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/static/index.html +1 -1
- streamlit/static/manifest.json +296 -296
- streamlit/static/static/js/{ErrorOutline.esm.D0HiUB0L.js → ErrorOutline.esm.BjVqd_6R.js} +1 -1
- streamlit/static/static/js/{FileDownload.esm.BuUS-pfi.js → FileDownload.esm.DJCSsghl.js} +1 -1
- streamlit/static/static/js/{FileHelper.Pf8URFng.js → FileHelper.C---TH7o.js} +1 -1
- streamlit/static/static/js/{FormClearHelper.By4vKj6A.js → FormClearHelper.C-6BC487.js} +1 -1
- streamlit/static/static/js/{InputInstructions.BiaGyIXk.js → InputInstructions.sxc3InCI.js} +1 -1
- streamlit/static/static/js/{Particles.2-EdjYhR.js → Particles.S8yD7iW-.js} +1 -1
- streamlit/static/static/js/{ProgressBar.Dgbh0B0d.js → ProgressBar.BiYsyZCC.js} +1 -1
- streamlit/static/static/js/{StreamlitSyntaxHighlighter.DSl8Wr3R.js → StreamlitSyntaxHighlighter.9jZF8jX1.js} +1 -1
- streamlit/static/static/js/{TableChart.esm.MOwyTUPh.js → TableChart.esm.BdA4Q1rZ.js} +1 -1
- streamlit/static/static/js/{Toolbar.CowuXIFr.js → Toolbar.B9DaaDfN.js} +1 -1
- streamlit/static/static/js/{WidgetLabelHelpIconInline.BdGIJQe4.js → WidgetLabelHelpIconInline.DxODTLS2.js} +1 -1
- streamlit/static/static/js/{base-input.CHPo5oJ1.js → base-input.Gf1cKuQR.js} +1 -1
- streamlit/static/static/js/{checkbox.Dkt2TQVS.js → checkbox.CnoNruf3.js} +1 -1
- streamlit/static/static/js/{createDownloadLinkElement.BaE-_v8I.js → createDownloadLinkElement.B48AepiL.js} +1 -1
- streamlit/static/static/js/{data-grid-overlay-editor.C1ncL-Nr.js → data-grid-overlay-editor.Cmdq9aqU.js} +1 -1
- streamlit/static/static/js/{downloader.yaq2AzD9.js → downloader.CQLoQdMX.js} +1 -1
- streamlit/static/static/js/{embed.DJJvCVz2.js → embed.oKwocwU8.js} +1 -1
- streamlit/static/static/js/{es6.D2jK98VU.js → es6.BRxlY_y5.js} +2 -2
- streamlit/static/static/js/{formatNumber.Cxr2q_Sk.js → formatNumber.DaagZyZe.js} +1 -1
- streamlit/static/static/js/{iconPosition.5dHEZYw2.js → iconPosition.Q3hNvmK4.js} +1 -1
- streamlit/static/static/js/{iframeResizer.contentWindow.Cedt4qbc.js → iframeResizer.contentWindow.B6EBvI9L.js} +1 -1
- streamlit/static/static/js/{index.DaITTdfQ.js → index.19_qtO6t.js} +1 -1
- streamlit/static/static/js/{index._nL4Yjdr.js → index.43b777iP.js} +1 -1
- streamlit/static/static/js/{index.P-CMMGUY.js → index.B03eQZoH.js} +1 -1
- streamlit/static/static/js/{index.D2EVLt1U.js → index.B9kZB0o1.js} +1 -1
- streamlit/static/static/js/{index.BkDplL5I.js → index.BAI9aHCq.js} +1 -1
- streamlit/static/static/js/{index.CT9jvPcD.js → index.BF23fbfs.js} +1 -1
- streamlit/static/static/js/{index.TO9vodwr.js → index.BGBTkulf.js} +1 -1
- streamlit/static/static/js/{index.01VsD2h1.js → index.BRfGUOQ-.js} +5 -5
- streamlit/static/static/js/{index.D6ea3OJl.js → index.BVT89mQw.js} +1 -1
- streamlit/static/static/js/{index.BHMoYAbd.js → index.BXEC4cf3.js} +1 -1
- streamlit/static/static/js/{index.B6EliwN_.js → index.BbSFVZ3p.js} +1 -1
- streamlit/static/static/js/{index.B7EzT2pL.js → index.BkSwGJoh.js} +1 -1
- streamlit/static/static/js/{index.B6Uhb_NP.js → index.BnfTPrHb.js} +1 -1
- streamlit/static/static/js/{index.qzz9PjCO.js → index.BoX8d5rK.js} +1 -1
- streamlit/static/static/js/{index.Bb9kjc_v.js → index.Boa0Egng.js} +1 -1
- streamlit/static/static/js/{index.CjQo7CUO.js → index.BzwlrgZO.js} +1 -1
- streamlit/static/static/js/{index.Ba6hzYdl.js → index.C0fSEz-3.js} +1 -1
- streamlit/static/static/js/{index.B2TDaHdI.js → index.CCFwVy90.js} +1 -1
- streamlit/static/static/js/{index.Dt0Psatx.js → index.CCQ5p_WC.js} +1 -1
- streamlit/static/static/js/{index.DeGjj5Xy.js → index.CFCBhOfx.js} +1 -1
- streamlit/static/static/js/{index.DredtYc0.js → index.CIbgt5wY.js} +1 -1
- streamlit/static/static/js/{index.CD8IIWcc.js → index.CJ4oJe0V.js} +1 -1
- streamlit/static/static/js/{index.6_D2Y2jA.js → index.CP-hoxJM.js} +1 -1
- streamlit/static/static/js/{index.BXCQzqUL.js → index.CSfsEKCF.js} +1 -1
- streamlit/static/static/js/{index.C8PH2B2k.js → index.CVlg41MB.js} +1 -1
- streamlit/static/static/js/{index.BVit6ClT.js → index.CYE7b5Du.js} +1 -1
- streamlit/static/static/js/{index.DKUtJ1wC.js → index.Ca7MUNWJ.js} +1 -1
- streamlit/static/static/js/index.CrPjcPY1.js +1 -0
- streamlit/static/static/js/{index.BMPclSge.js → index.CvB9JBqS.js} +5 -5
- streamlit/static/static/js/{index.BCCeRfnu.js → index.CvIqsWy1.js} +1 -1
- streamlit/static/static/js/{index.wLJVkoPD.js → index.D1pK_Vw2.js} +1 -1
- streamlit/static/static/js/{index.B0GsKOuI.js → index.D6X2coHR.js} +1 -1
- streamlit/static/static/js/{index.B4x2O71H.js → index.DGYHxruh.js} +1 -1
- streamlit/static/static/js/{index.DcKOiCiE.js → index.DJ7P09eb.js} +1 -1
- streamlit/static/static/js/{index.CcHnYd9w.js → index.Dh5SAThV.js} +1 -1
- streamlit/static/static/js/{index.BFopzcDu.js → index.Fu73QtkD.js} +1 -1
- streamlit/static/static/js/{index.CIlqaESj.js → index.KN1VmyYN.js} +1 -1
- streamlit/static/static/js/{index.B9DrCSR6.js → index.KtjGDGY5.js} +1 -1
- streamlit/static/static/js/{index.DLB_Wwth.js → index.OpATzEaW.js} +1 -1
- streamlit/static/static/js/{index.CcJEaOpw.js → index.QHnxuesF.js} +1 -1
- streamlit/static/static/js/{index.1djeb6e0.js → index.QTaWooav.js} +1 -1
- streamlit/static/static/js/{index.BgVtKHgk.js → index.WXybx2Xq.js} +1 -1
- streamlit/static/static/js/{index.DtGneC7j.js → index.Xg-Qttib.js} +1 -1
- streamlit/static/static/js/{index.Dewn3Ni9.js → index.j4fnjyHo.js} +1 -1
- streamlit/static/static/js/{index.CAobVzMK.js → index.na9UBuse.js} +1 -1
- streamlit/static/static/js/{index.D2v1x0i_.js → index.pU9mQeVC.js} +1 -1
- streamlit/static/static/js/{index.DbTMA1_Q.js → index.slgxPafU.js} +1 -1
- streamlit/static/static/js/{index.DozBVd6-.js → index.whRT3Vm3.js} +1 -1
- streamlit/static/static/js/{input.27t-DftI.js → input.CPzINTl-.js} +1 -1
- streamlit/static/static/js/{main.BEfv2Y8-.js → main.DSPn8dUe.js} +1 -1
- streamlit/static/static/js/{memory.CaZBVQ_1.js → memory.CfD8IGoU.js} +1 -1
- streamlit/static/static/js/{number-overlay-editor.CAIp-3oo.js → number-overlay-editor.4Ae0qegV.js} +1 -1
- streamlit/static/static/js/{pandasStylerUtils.BY9qaz81.js → pandasStylerUtils.D2EjZ7k6.js} +1 -1
- streamlit/static/static/js/{sandbox.BJUaaWFJ.js → sandbox.C6vcPIm0.js} +1 -1
- streamlit/static/static/js/{styled-components.DQsMkvXn.js → styled-components.BBmp8buj.js} +1 -1
- streamlit/static/static/js/{throttle.DSR3q89S.js → throttle.BPcPpy-S.js} +1 -1
- streamlit/static/static/js/{timepicker.gie5YwtP.js → timepicker.ryzkTs2C.js} +1 -1
- streamlit/static/static/js/{toConsumableArray.C9lVwnAo.js → toConsumableArray.Dg1nDaB_.js} +1 -1
- streamlit/static/static/js/uniqueId.BFHzT5KQ.js +1 -0
- streamlit/static/static/js/{useBasicWidgetState.DrTKs46R.js → useBasicWidgetState.A4U5lzAm.js} +1 -1
- streamlit/static/static/js/{useIntlLocale.CmSionuT.js → useIntlLocale.DWJgLlNz.js} +1 -1
- streamlit/static/static/js/{useTextInputAutoExpand.D7lViJSu.js → useTextInputAutoExpand.BrBonw8t.js} +1 -1
- streamlit/static/static/js/{useUpdateUiValue.Ct3CJQBQ.js → useUpdateUiValue.BkOWyNVX.js} +1 -1
- streamlit/static/static/js/{useWaveformController.D-KQLpLI.js → useWaveformController.CBlvXlgZ.js} +1 -1
- streamlit/static/static/js/{withCalculatedWidth.CD0pPoZr.js → withCalculatedWidth.D4cpOyNe.js} +1 -1
- streamlit/static/static/js/{withFullScreenWrapper.Ch22PgdD.js → withFullScreenWrapper.BMim3w94.js} +1 -1
- streamlit/testing/v1/app_test.py +1 -1
- streamlit/user_info.py +6 -4
- streamlit/web/server/browser_websocket_handler.py +2 -2
- streamlit/web/server/oauth_authlib_routes.py +97 -20
- streamlit/web/server/starlette/starlette_routes.py +1 -3
- streamlit/web/server/stats_request_handler.py +1 -3
- {streamlit_nightly-1.52.3.dev20260111.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.52.3.dev20260111.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/RECORD +211 -211
- streamlit/static/static/js/index.i_eQw7NS.js +0 -1
- streamlit/static/static/js/uniqueId.BdEQNrWF.js +0 -1
- {streamlit_nightly-1.52.3.dev20260111.data → streamlit_nightly-1.52.3.dev20260113.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.52.3.dev20260111.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.52.3.dev20260111.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.52.3.dev20260111.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
|
|
25
|
-
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
|
+
from streamlit.proto import Common_pb2 as _Common_pb2
|
|
25
|
+
import builtins as _builtins
|
|
26
26
|
import sys
|
|
27
|
-
import typing
|
|
27
|
+
import typing as _typing
|
|
28
28
|
|
|
29
29
|
if sys.version_info >= (3, 10):
|
|
30
|
-
|
|
30
|
+
from typing import TypeAlias as _TypeAlias
|
|
31
31
|
else:
|
|
32
|
-
import
|
|
32
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
33
33
|
|
|
34
|
-
DESCRIPTOR:
|
|
34
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
35
35
|
|
|
36
|
-
@
|
|
37
|
-
class DataFrame(
|
|
36
|
+
@_typing.final
|
|
37
|
+
class DataFrame(_message.Message):
|
|
38
38
|
"""DEPRECATED: This proto message is deprecated and unused. Use Arrow.proto instead.
|
|
39
39
|
Represents a pandas DataFrame.
|
|
40
40
|
"""
|
|
41
41
|
|
|
42
|
-
DESCRIPTOR:
|
|
42
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
43
43
|
|
|
44
|
-
DATA_FIELD_NUMBER:
|
|
45
|
-
INDEX_FIELD_NUMBER:
|
|
46
|
-
COLUMNS_FIELD_NUMBER:
|
|
47
|
-
STYLE_FIELD_NUMBER:
|
|
48
|
-
@property
|
|
44
|
+
DATA_FIELD_NUMBER: _builtins.int
|
|
45
|
+
INDEX_FIELD_NUMBER: _builtins.int
|
|
46
|
+
COLUMNS_FIELD_NUMBER: _builtins.int
|
|
47
|
+
STYLE_FIELD_NUMBER: _builtins.int
|
|
48
|
+
@_builtins.property
|
|
49
49
|
def data(self) -> Global___Table:
|
|
50
50
|
"""The data in the array."""
|
|
51
51
|
|
|
52
|
-
@property
|
|
52
|
+
@_builtins.property
|
|
53
53
|
def index(self) -> Global___Index:
|
|
54
54
|
"""List of row names. (Multiple implies a multi-index.)"""
|
|
55
55
|
|
|
56
|
-
@property
|
|
56
|
+
@_builtins.property
|
|
57
57
|
def columns(self) -> Global___Index:
|
|
58
58
|
"""List of column names. (Multiple implies a multi-index.)"""
|
|
59
59
|
|
|
60
|
-
@property
|
|
60
|
+
@_builtins.property
|
|
61
61
|
def style(self) -> Global___TableStyle:
|
|
62
62
|
"""Cell style and formatting data. Optional."""
|
|
63
63
|
|
|
@@ -69,45 +69,45 @@ class DataFrame(google.protobuf.message.Message):
|
|
|
69
69
|
columns: Global___Index | None = ...,
|
|
70
70
|
style: Global___TableStyle | None = ...,
|
|
71
71
|
) -> None: ...
|
|
72
|
-
_HasFieldArgType:
|
|
73
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
74
|
-
_ClearFieldArgType:
|
|
72
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["columns", b"columns", "data", b"data", "index", b"index", "style", b"style"] # noqa: Y015
|
|
73
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
74
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["columns", b"columns", "data", b"data", "index", b"index", "style", b"style"] # noqa: Y015
|
|
75
75
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
76
76
|
|
|
77
|
-
Global___DataFrame:
|
|
77
|
+
Global___DataFrame: _TypeAlias = DataFrame # noqa: Y015
|
|
78
78
|
|
|
79
|
-
@
|
|
80
|
-
class Index(
|
|
79
|
+
@_typing.final
|
|
80
|
+
class Index(_message.Message):
|
|
81
81
|
"""An index in the dataFrame"""
|
|
82
82
|
|
|
83
|
-
DESCRIPTOR:
|
|
83
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
84
84
|
|
|
85
|
-
PLAIN_INDEX_FIELD_NUMBER:
|
|
86
|
-
RANGE_INDEX_FIELD_NUMBER:
|
|
87
|
-
MULTI_INDEX_FIELD_NUMBER:
|
|
88
|
-
DATETIME_INDEX_FIELD_NUMBER:
|
|
89
|
-
TIMEDELTA_INDEX_FIELD_NUMBER:
|
|
90
|
-
INT_64_INDEX_FIELD_NUMBER:
|
|
91
|
-
FLOAT_64_INDEX_FIELD_NUMBER:
|
|
92
|
-
@property
|
|
85
|
+
PLAIN_INDEX_FIELD_NUMBER: _builtins.int
|
|
86
|
+
RANGE_INDEX_FIELD_NUMBER: _builtins.int
|
|
87
|
+
MULTI_INDEX_FIELD_NUMBER: _builtins.int
|
|
88
|
+
DATETIME_INDEX_FIELD_NUMBER: _builtins.int
|
|
89
|
+
TIMEDELTA_INDEX_FIELD_NUMBER: _builtins.int
|
|
90
|
+
INT_64_INDEX_FIELD_NUMBER: _builtins.int
|
|
91
|
+
FLOAT_64_INDEX_FIELD_NUMBER: _builtins.int
|
|
92
|
+
@_builtins.property
|
|
93
93
|
def plain_index(self) -> Global___PlainIndex: ...
|
|
94
|
-
@property
|
|
94
|
+
@_builtins.property
|
|
95
95
|
def range_index(self) -> Global___RangeIndex: ...
|
|
96
|
-
@property
|
|
96
|
+
@_builtins.property
|
|
97
97
|
def multi_index(self) -> Global___MultiIndex:
|
|
98
98
|
"""CategoricalIndex categorical_index = 3;"""
|
|
99
99
|
|
|
100
|
-
@property
|
|
100
|
+
@_builtins.property
|
|
101
101
|
def datetime_index(self) -> Global___DatetimeIndex:
|
|
102
102
|
"""IntervalIndex interval_index = 5;"""
|
|
103
103
|
|
|
104
|
-
@property
|
|
104
|
+
@_builtins.property
|
|
105
105
|
def timedelta_index(self) -> Global___TimedeltaIndex: ...
|
|
106
|
-
@property
|
|
106
|
+
@_builtins.property
|
|
107
107
|
def int_64_index(self) -> Global___Int64Index:
|
|
108
108
|
"""PeriodIndex period_index = 8;"""
|
|
109
109
|
|
|
110
|
-
@property
|
|
110
|
+
@_builtins.property
|
|
111
111
|
def float_64_index(self) -> Global___Float64Index:
|
|
112
112
|
"""UInt64Index uint_64_index = 10;"""
|
|
113
113
|
|
|
@@ -122,309 +122,309 @@ class Index(google.protobuf.message.Message):
|
|
|
122
122
|
int_64_index: Global___Int64Index | None = ...,
|
|
123
123
|
float_64_index: Global___Float64Index | None = ...,
|
|
124
124
|
) -> None: ...
|
|
125
|
-
_HasFieldArgType:
|
|
126
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
127
|
-
_ClearFieldArgType:
|
|
125
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["datetime_index", b"datetime_index", "float_64_index", b"float_64_index", "int_64_index", b"int_64_index", "multi_index", b"multi_index", "plain_index", b"plain_index", "range_index", b"range_index", "timedelta_index", b"timedelta_index", "type", b"type"] # noqa: Y015
|
|
126
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
127
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["datetime_index", b"datetime_index", "float_64_index", b"float_64_index", "int_64_index", b"int_64_index", "multi_index", b"multi_index", "plain_index", b"plain_index", "range_index", b"range_index", "timedelta_index", b"timedelta_index", "type", b"type"] # noqa: Y015
|
|
128
128
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
129
|
-
_WhichOneofReturnType_type:
|
|
130
|
-
_WhichOneofArgType_type:
|
|
129
|
+
_WhichOneofReturnType_type: _TypeAlias = _typing.Literal["plain_index", "range_index", "multi_index", "datetime_index", "timedelta_index", "int_64_index", "float_64_index"] # noqa: Y015
|
|
130
|
+
_WhichOneofArgType_type: _TypeAlias = _typing.Literal["type", b"type"] # noqa: Y015
|
|
131
131
|
def WhichOneof(self, oneof_group: _WhichOneofArgType_type) -> _WhichOneofReturnType_type | None: ...
|
|
132
132
|
|
|
133
|
-
Global___Index:
|
|
133
|
+
Global___Index: _TypeAlias = Index # noqa: Y015
|
|
134
134
|
|
|
135
|
-
@
|
|
136
|
-
class PlainIndex(
|
|
135
|
+
@_typing.final
|
|
136
|
+
class PlainIndex(_message.Message):
|
|
137
137
|
"""Basic, 1D index."""
|
|
138
138
|
|
|
139
|
-
DESCRIPTOR:
|
|
139
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
140
140
|
|
|
141
|
-
DATA_FIELD_NUMBER:
|
|
142
|
-
@property
|
|
141
|
+
DATA_FIELD_NUMBER: _builtins.int
|
|
142
|
+
@_builtins.property
|
|
143
143
|
def data(self) -> Global___AnyArray: ...
|
|
144
144
|
def __init__(
|
|
145
145
|
self,
|
|
146
146
|
*,
|
|
147
147
|
data: Global___AnyArray | None = ...,
|
|
148
148
|
) -> None: ...
|
|
149
|
-
_HasFieldArgType:
|
|
150
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
151
|
-
_ClearFieldArgType:
|
|
149
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
|
|
150
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
151
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
|
|
152
152
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
153
153
|
|
|
154
|
-
Global___PlainIndex:
|
|
154
|
+
Global___PlainIndex: _TypeAlias = PlainIndex # noqa: Y015
|
|
155
155
|
|
|
156
|
-
@
|
|
157
|
-
class RangeIndex(
|
|
156
|
+
@_typing.final
|
|
157
|
+
class RangeIndex(_message.Message):
|
|
158
158
|
"""Range index. See:
|
|
159
159
|
https://pandas.pydata.org/pandas-docs/stable/generated/pandas.RangeIndex.html
|
|
160
160
|
"""
|
|
161
161
|
|
|
162
|
-
DESCRIPTOR:
|
|
162
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
163
163
|
|
|
164
|
-
START_FIELD_NUMBER:
|
|
165
|
-
STOP_FIELD_NUMBER:
|
|
166
|
-
start:
|
|
167
|
-
stop:
|
|
164
|
+
START_FIELD_NUMBER: _builtins.int
|
|
165
|
+
STOP_FIELD_NUMBER: _builtins.int
|
|
166
|
+
start: _builtins.int
|
|
167
|
+
stop: _builtins.int
|
|
168
168
|
def __init__(
|
|
169
169
|
self,
|
|
170
170
|
*,
|
|
171
|
-
start:
|
|
172
|
-
stop:
|
|
171
|
+
start: _builtins.int = ...,
|
|
172
|
+
stop: _builtins.int = ...,
|
|
173
173
|
) -> None: ...
|
|
174
|
-
_ClearFieldArgType:
|
|
174
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["start", b"start", "stop", b"stop"] # noqa: Y015
|
|
175
175
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
176
176
|
|
|
177
|
-
Global___RangeIndex:
|
|
177
|
+
Global___RangeIndex: _TypeAlias = RangeIndex # noqa: Y015
|
|
178
178
|
|
|
179
|
-
@
|
|
180
|
-
class MultiIndex(
|
|
179
|
+
@_typing.final
|
|
180
|
+
class MultiIndex(_message.Message):
|
|
181
181
|
"""A multi-level, or hierarchical, Index. See:
|
|
182
182
|
https://pandas.pydata.org/pandas-docs/stable/generated/pandas.MultiIndex.html
|
|
183
183
|
"""
|
|
184
184
|
|
|
185
|
-
DESCRIPTOR:
|
|
185
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
186
186
|
|
|
187
|
-
LEVELS_FIELD_NUMBER:
|
|
188
|
-
LABELS_FIELD_NUMBER:
|
|
189
|
-
@property
|
|
190
|
-
def levels(self) ->
|
|
191
|
-
@property
|
|
192
|
-
def labels(self) ->
|
|
187
|
+
LEVELS_FIELD_NUMBER: _builtins.int
|
|
188
|
+
LABELS_FIELD_NUMBER: _builtins.int
|
|
189
|
+
@_builtins.property
|
|
190
|
+
def levels(self) -> _containers.RepeatedCompositeFieldContainer[Global___Index]: ...
|
|
191
|
+
@_builtins.property
|
|
192
|
+
def labels(self) -> _containers.RepeatedCompositeFieldContainer[_Common_pb2.Int32Array]: ...
|
|
193
193
|
def __init__(
|
|
194
194
|
self,
|
|
195
195
|
*,
|
|
196
|
-
levels:
|
|
197
|
-
labels:
|
|
196
|
+
levels: _abc.Iterable[Global___Index] | None = ...,
|
|
197
|
+
labels: _abc.Iterable[_Common_pb2.Int32Array] | None = ...,
|
|
198
198
|
) -> None: ...
|
|
199
|
-
_ClearFieldArgType:
|
|
199
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["labels", b"labels", "levels", b"levels"] # noqa: Y015
|
|
200
200
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
201
201
|
|
|
202
|
-
Global___MultiIndex:
|
|
202
|
+
Global___MultiIndex: _TypeAlias = MultiIndex # noqa: Y015
|
|
203
203
|
|
|
204
|
-
@
|
|
205
|
-
class DatetimeIndex(
|
|
204
|
+
@_typing.final
|
|
205
|
+
class DatetimeIndex(_message.Message):
|
|
206
206
|
"""A date represented internally as nano second epoch int64. See:
|
|
207
207
|
https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DatetimeIndex.html
|
|
208
208
|
"""
|
|
209
209
|
|
|
210
|
-
DESCRIPTOR:
|
|
210
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
211
211
|
|
|
212
|
-
DATA_FIELD_NUMBER:
|
|
213
|
-
@property
|
|
214
|
-
def data(self) ->
|
|
212
|
+
DATA_FIELD_NUMBER: _builtins.int
|
|
213
|
+
@_builtins.property
|
|
214
|
+
def data(self) -> _Common_pb2.StringArray: ...
|
|
215
215
|
def __init__(
|
|
216
216
|
self,
|
|
217
217
|
*,
|
|
218
|
-
data:
|
|
218
|
+
data: _Common_pb2.StringArray | None = ...,
|
|
219
219
|
) -> None: ...
|
|
220
|
-
_HasFieldArgType:
|
|
221
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
222
|
-
_ClearFieldArgType:
|
|
220
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
|
|
221
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
222
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
|
|
223
223
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
224
224
|
|
|
225
|
-
Global___DatetimeIndex:
|
|
225
|
+
Global___DatetimeIndex: _TypeAlias = DatetimeIndex # noqa: Y015
|
|
226
226
|
|
|
227
|
-
@
|
|
228
|
-
class TimedeltaIndex(
|
|
227
|
+
@_typing.final
|
|
228
|
+
class TimedeltaIndex(_message.Message):
|
|
229
229
|
"""A time interval represented internally as nano second epoch int64. See:
|
|
230
230
|
https://pandas.pydata.org/pandas-docs/stable/generated/pandas.TimedeltaIndex.html
|
|
231
231
|
"""
|
|
232
232
|
|
|
233
|
-
DESCRIPTOR:
|
|
233
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
234
234
|
|
|
235
|
-
DATA_FIELD_NUMBER:
|
|
236
|
-
@property
|
|
237
|
-
def data(self) ->
|
|
235
|
+
DATA_FIELD_NUMBER: _builtins.int
|
|
236
|
+
@_builtins.property
|
|
237
|
+
def data(self) -> _Common_pb2.Int64Array: ...
|
|
238
238
|
def __init__(
|
|
239
239
|
self,
|
|
240
240
|
*,
|
|
241
|
-
data:
|
|
241
|
+
data: _Common_pb2.Int64Array | None = ...,
|
|
242
242
|
) -> None: ...
|
|
243
|
-
_HasFieldArgType:
|
|
244
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
245
|
-
_ClearFieldArgType:
|
|
243
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
|
|
244
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
245
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
|
|
246
246
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
247
247
|
|
|
248
|
-
Global___TimedeltaIndex:
|
|
248
|
+
Global___TimedeltaIndex: _TypeAlias = TimedeltaIndex # noqa: Y015
|
|
249
249
|
|
|
250
|
-
@
|
|
251
|
-
class Int64Index(
|
|
250
|
+
@_typing.final
|
|
251
|
+
class Int64Index(_message.Message):
|
|
252
252
|
"""See:
|
|
253
253
|
https://pandas.pydata.org/pandas-docs/stable/generated/pandas.Int64Index.html
|
|
254
254
|
"""
|
|
255
255
|
|
|
256
|
-
DESCRIPTOR:
|
|
256
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
257
257
|
|
|
258
|
-
DATA_FIELD_NUMBER:
|
|
259
|
-
@property
|
|
260
|
-
def data(self) ->
|
|
258
|
+
DATA_FIELD_NUMBER: _builtins.int
|
|
259
|
+
@_builtins.property
|
|
260
|
+
def data(self) -> _Common_pb2.Int64Array: ...
|
|
261
261
|
def __init__(
|
|
262
262
|
self,
|
|
263
263
|
*,
|
|
264
|
-
data:
|
|
264
|
+
data: _Common_pb2.Int64Array | None = ...,
|
|
265
265
|
) -> None: ...
|
|
266
|
-
_HasFieldArgType:
|
|
267
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
268
|
-
_ClearFieldArgType:
|
|
266
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
|
|
267
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
268
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
|
|
269
269
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
270
270
|
|
|
271
|
-
Global___Int64Index:
|
|
271
|
+
Global___Int64Index: _TypeAlias = Int64Index # noqa: Y015
|
|
272
272
|
|
|
273
|
-
@
|
|
274
|
-
class Float64Index(
|
|
273
|
+
@_typing.final
|
|
274
|
+
class Float64Index(_message.Message):
|
|
275
275
|
"""See:
|
|
276
276
|
https://pandas.pydata.org/pandas-docs/stable/generated/pandas.Int64Index.html
|
|
277
277
|
"""
|
|
278
278
|
|
|
279
|
-
DESCRIPTOR:
|
|
279
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
280
280
|
|
|
281
|
-
DATA_FIELD_NUMBER:
|
|
282
|
-
@property
|
|
283
|
-
def data(self) ->
|
|
281
|
+
DATA_FIELD_NUMBER: _builtins.int
|
|
282
|
+
@_builtins.property
|
|
283
|
+
def data(self) -> _Common_pb2.DoubleArray: ...
|
|
284
284
|
def __init__(
|
|
285
285
|
self,
|
|
286
286
|
*,
|
|
287
|
-
data:
|
|
287
|
+
data: _Common_pb2.DoubleArray | None = ...,
|
|
288
288
|
) -> None: ...
|
|
289
|
-
_HasFieldArgType:
|
|
290
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
291
|
-
_ClearFieldArgType:
|
|
289
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
|
|
290
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
291
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
|
|
292
292
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
293
293
|
|
|
294
|
-
Global___Float64Index:
|
|
294
|
+
Global___Float64Index: _TypeAlias = Float64Index # noqa: Y015
|
|
295
295
|
|
|
296
|
-
@
|
|
297
|
-
class CSSStyle(
|
|
298
|
-
DESCRIPTOR:
|
|
296
|
+
@_typing.final
|
|
297
|
+
class CSSStyle(_message.Message):
|
|
298
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
299
299
|
|
|
300
|
-
PROPERTY_FIELD_NUMBER:
|
|
301
|
-
VALUE_FIELD_NUMBER:
|
|
302
|
-
property:
|
|
303
|
-
value:
|
|
300
|
+
PROPERTY_FIELD_NUMBER: _builtins.int
|
|
301
|
+
VALUE_FIELD_NUMBER: _builtins.int
|
|
302
|
+
property: _builtins.str
|
|
303
|
+
value: _builtins.str
|
|
304
304
|
def __init__(
|
|
305
305
|
self,
|
|
306
306
|
*,
|
|
307
|
-
property:
|
|
308
|
-
value:
|
|
307
|
+
property: _builtins.str = ...,
|
|
308
|
+
value: _builtins.str = ...,
|
|
309
309
|
) -> None: ...
|
|
310
|
-
_ClearFieldArgType:
|
|
310
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["property", b"property", "value", b"value"] # noqa: Y015
|
|
311
311
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
312
312
|
|
|
313
|
-
Global___CSSStyle:
|
|
313
|
+
Global___CSSStyle: _TypeAlias = CSSStyle # noqa: Y015
|
|
314
314
|
|
|
315
|
-
@
|
|
316
|
-
class CellStyle(
|
|
317
|
-
DESCRIPTOR:
|
|
315
|
+
@_typing.final
|
|
316
|
+
class CellStyle(_message.Message):
|
|
317
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
318
318
|
|
|
319
|
-
CSS_FIELD_NUMBER:
|
|
320
|
-
DISPLAY_VALUE_FIELD_NUMBER:
|
|
321
|
-
HAS_DISPLAY_VALUE_FIELD_NUMBER:
|
|
322
|
-
display_value:
|
|
319
|
+
CSS_FIELD_NUMBER: _builtins.int
|
|
320
|
+
DISPLAY_VALUE_FIELD_NUMBER: _builtins.int
|
|
321
|
+
HAS_DISPLAY_VALUE_FIELD_NUMBER: _builtins.int
|
|
322
|
+
display_value: _builtins.str
|
|
323
323
|
"""e.g. '21.96%'"""
|
|
324
|
-
has_display_value:
|
|
324
|
+
has_display_value: _builtins.bool
|
|
325
325
|
"""The default value for a string field in proto3 is '', so we need
|
|
326
326
|
this extra bool to indicate the presence of a user-specified
|
|
327
327
|
display_value, which itself could be ''.
|
|
328
328
|
"""
|
|
329
|
-
@property
|
|
330
|
-
def css(self) ->
|
|
329
|
+
@_builtins.property
|
|
330
|
+
def css(self) -> _containers.RepeatedCompositeFieldContainer[Global___CSSStyle]: ...
|
|
331
331
|
def __init__(
|
|
332
332
|
self,
|
|
333
333
|
*,
|
|
334
|
-
css:
|
|
335
|
-
display_value:
|
|
336
|
-
has_display_value:
|
|
334
|
+
css: _abc.Iterable[Global___CSSStyle] | None = ...,
|
|
335
|
+
display_value: _builtins.str = ...,
|
|
336
|
+
has_display_value: _builtins.bool = ...,
|
|
337
337
|
) -> None: ...
|
|
338
|
-
_ClearFieldArgType:
|
|
338
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["css", b"css", "display_value", b"display_value", "has_display_value", b"has_display_value"] # noqa: Y015
|
|
339
339
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
340
340
|
|
|
341
|
-
Global___CellStyle:
|
|
341
|
+
Global___CellStyle: _TypeAlias = CellStyle # noqa: Y015
|
|
342
342
|
|
|
343
|
-
@
|
|
344
|
-
class CellStyleArray(
|
|
345
|
-
DESCRIPTOR:
|
|
343
|
+
@_typing.final
|
|
344
|
+
class CellStyleArray(_message.Message):
|
|
345
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
346
346
|
|
|
347
|
-
STYLES_FIELD_NUMBER:
|
|
348
|
-
@property
|
|
349
|
-
def styles(self) ->
|
|
347
|
+
STYLES_FIELD_NUMBER: _builtins.int
|
|
348
|
+
@_builtins.property
|
|
349
|
+
def styles(self) -> _containers.RepeatedCompositeFieldContainer[Global___CellStyle]: ...
|
|
350
350
|
def __init__(
|
|
351
351
|
self,
|
|
352
352
|
*,
|
|
353
|
-
styles:
|
|
353
|
+
styles: _abc.Iterable[Global___CellStyle] | None = ...,
|
|
354
354
|
) -> None: ...
|
|
355
|
-
_ClearFieldArgType:
|
|
355
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["styles", b"styles"] # noqa: Y015
|
|
356
356
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
357
357
|
|
|
358
|
-
Global___CellStyleArray:
|
|
359
|
-
|
|
360
|
-
@
|
|
361
|
-
class AnyArray(
|
|
362
|
-
DESCRIPTOR:
|
|
363
|
-
|
|
364
|
-
STRINGS_FIELD_NUMBER:
|
|
365
|
-
DOUBLES_FIELD_NUMBER:
|
|
366
|
-
INT64S_FIELD_NUMBER:
|
|
367
|
-
DATETIMES_FIELD_NUMBER:
|
|
368
|
-
TIMEDELTAS_FIELD_NUMBER:
|
|
369
|
-
@property
|
|
370
|
-
def strings(self) ->
|
|
371
|
-
@property
|
|
372
|
-
def doubles(self) ->
|
|
373
|
-
@property
|
|
374
|
-
def int64s(self) ->
|
|
375
|
-
@property
|
|
376
|
-
def datetimes(self) ->
|
|
377
|
-
@property
|
|
378
|
-
def timedeltas(self) ->
|
|
358
|
+
Global___CellStyleArray: _TypeAlias = CellStyleArray # noqa: Y015
|
|
359
|
+
|
|
360
|
+
@_typing.final
|
|
361
|
+
class AnyArray(_message.Message):
|
|
362
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
363
|
+
|
|
364
|
+
STRINGS_FIELD_NUMBER: _builtins.int
|
|
365
|
+
DOUBLES_FIELD_NUMBER: _builtins.int
|
|
366
|
+
INT64S_FIELD_NUMBER: _builtins.int
|
|
367
|
+
DATETIMES_FIELD_NUMBER: _builtins.int
|
|
368
|
+
TIMEDELTAS_FIELD_NUMBER: _builtins.int
|
|
369
|
+
@_builtins.property
|
|
370
|
+
def strings(self) -> _Common_pb2.StringArray: ...
|
|
371
|
+
@_builtins.property
|
|
372
|
+
def doubles(self) -> _Common_pb2.DoubleArray: ...
|
|
373
|
+
@_builtins.property
|
|
374
|
+
def int64s(self) -> _Common_pb2.Int64Array: ...
|
|
375
|
+
@_builtins.property
|
|
376
|
+
def datetimes(self) -> _Common_pb2.StringArray: ...
|
|
377
|
+
@_builtins.property
|
|
378
|
+
def timedeltas(self) -> _Common_pb2.Int64Array: ...
|
|
379
379
|
def __init__(
|
|
380
380
|
self,
|
|
381
381
|
*,
|
|
382
|
-
strings:
|
|
383
|
-
doubles:
|
|
384
|
-
int64s:
|
|
385
|
-
datetimes:
|
|
386
|
-
timedeltas:
|
|
382
|
+
strings: _Common_pb2.StringArray | None = ...,
|
|
383
|
+
doubles: _Common_pb2.DoubleArray | None = ...,
|
|
384
|
+
int64s: _Common_pb2.Int64Array | None = ...,
|
|
385
|
+
datetimes: _Common_pb2.StringArray | None = ...,
|
|
386
|
+
timedeltas: _Common_pb2.Int64Array | None = ...,
|
|
387
387
|
) -> None: ...
|
|
388
|
-
_HasFieldArgType:
|
|
389
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
390
|
-
_ClearFieldArgType:
|
|
388
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["datetimes", b"datetimes", "doubles", b"doubles", "int64s", b"int64s", "strings", b"strings", "timedeltas", b"timedeltas", "type", b"type"] # noqa: Y015
|
|
389
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
390
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["datetimes", b"datetimes", "doubles", b"doubles", "int64s", b"int64s", "strings", b"strings", "timedeltas", b"timedeltas", "type", b"type"] # noqa: Y015
|
|
391
391
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
392
|
-
_WhichOneofReturnType_type:
|
|
393
|
-
_WhichOneofArgType_type:
|
|
392
|
+
_WhichOneofReturnType_type: _TypeAlias = _typing.Literal["strings", "doubles", "int64s", "datetimes", "timedeltas"] # noqa: Y015
|
|
393
|
+
_WhichOneofArgType_type: _TypeAlias = _typing.Literal["type", b"type"] # noqa: Y015
|
|
394
394
|
def WhichOneof(self, oneof_group: _WhichOneofArgType_type) -> _WhichOneofReturnType_type | None: ...
|
|
395
395
|
|
|
396
|
-
Global___AnyArray:
|
|
396
|
+
Global___AnyArray: _TypeAlias = AnyArray # noqa: Y015
|
|
397
397
|
|
|
398
|
-
@
|
|
399
|
-
class Table(
|
|
400
|
-
DESCRIPTOR:
|
|
398
|
+
@_typing.final
|
|
399
|
+
class Table(_message.Message):
|
|
400
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
401
401
|
|
|
402
|
-
COLS_FIELD_NUMBER:
|
|
403
|
-
@property
|
|
404
|
-
def cols(self) ->
|
|
402
|
+
COLS_FIELD_NUMBER: _builtins.int
|
|
403
|
+
@_builtins.property
|
|
404
|
+
def cols(self) -> _containers.RepeatedCompositeFieldContainer[Global___AnyArray]: ...
|
|
405
405
|
def __init__(
|
|
406
406
|
self,
|
|
407
407
|
*,
|
|
408
|
-
cols:
|
|
408
|
+
cols: _abc.Iterable[Global___AnyArray] | None = ...,
|
|
409
409
|
) -> None: ...
|
|
410
|
-
_ClearFieldArgType:
|
|
410
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["cols", b"cols"] # noqa: Y015
|
|
411
411
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
412
412
|
|
|
413
|
-
Global___Table:
|
|
413
|
+
Global___Table: _TypeAlias = Table # noqa: Y015
|
|
414
414
|
|
|
415
|
-
@
|
|
416
|
-
class TableStyle(
|
|
417
|
-
DESCRIPTOR:
|
|
415
|
+
@_typing.final
|
|
416
|
+
class TableStyle(_message.Message):
|
|
417
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
418
418
|
|
|
419
|
-
COLS_FIELD_NUMBER:
|
|
420
|
-
@property
|
|
421
|
-
def cols(self) ->
|
|
419
|
+
COLS_FIELD_NUMBER: _builtins.int
|
|
420
|
+
@_builtins.property
|
|
421
|
+
def cols(self) -> _containers.RepeatedCompositeFieldContainer[Global___CellStyleArray]: ...
|
|
422
422
|
def __init__(
|
|
423
423
|
self,
|
|
424
424
|
*,
|
|
425
|
-
cols:
|
|
425
|
+
cols: _abc.Iterable[Global___CellStyleArray] | None = ...,
|
|
426
426
|
) -> None: ...
|
|
427
|
-
_ClearFieldArgType:
|
|
427
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["cols", b"cols"] # noqa: Y015
|
|
428
428
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
429
429
|
|
|
430
|
-
Global___TableStyle:
|
|
430
|
+
Global___TableStyle: _TypeAlias = TableStyle # noqa: Y015
|