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
streamlit/proto/GitInfo_pb2.pyi
CHANGED
|
@@ -17,34 +17,34 @@ 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
|
-
|
|
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 google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
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 GitInfo(
|
|
36
|
+
@_typing.final
|
|
37
|
+
class GitInfo(_message.Message):
|
|
38
38
|
"""Message used to update page metadata."""
|
|
39
39
|
|
|
40
|
-
DESCRIPTOR:
|
|
40
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
41
41
|
|
|
42
42
|
class _GitStates:
|
|
43
|
-
ValueType =
|
|
44
|
-
V:
|
|
43
|
+
ValueType = _typing.NewType("ValueType", _builtins.int)
|
|
44
|
+
V: _TypeAlias = ValueType # noqa: Y015
|
|
45
45
|
|
|
46
|
-
class _GitStatesEnumTypeWrapper(
|
|
47
|
-
DESCRIPTOR:
|
|
46
|
+
class _GitStatesEnumTypeWrapper(_enum_type_wrapper._EnumTypeWrapper[GitInfo._GitStates.ValueType], _builtins.type):
|
|
47
|
+
DESCRIPTOR: _descriptor.EnumDescriptor
|
|
48
48
|
DEFAULT: GitInfo._GitStates.ValueType # 0
|
|
49
49
|
HEAD_DETACHED: GitInfo._GitStates.ValueType # 1
|
|
50
50
|
AHEAD_OF_REMOTE: GitInfo._GitStates.ValueType # 2
|
|
@@ -54,31 +54,31 @@ class GitInfo(google.protobuf.message.Message):
|
|
|
54
54
|
HEAD_DETACHED: GitInfo.GitStates.ValueType # 1
|
|
55
55
|
AHEAD_OF_REMOTE: GitInfo.GitStates.ValueType # 2
|
|
56
56
|
|
|
57
|
-
REPOSITORY_FIELD_NUMBER:
|
|
58
|
-
BRANCH_FIELD_NUMBER:
|
|
59
|
-
MODULE_FIELD_NUMBER:
|
|
60
|
-
UNTRACKED_FILES_FIELD_NUMBER:
|
|
61
|
-
UNCOMMITTED_FILES_FIELD_NUMBER:
|
|
62
|
-
STATE_FIELD_NUMBER:
|
|
63
|
-
repository:
|
|
64
|
-
branch:
|
|
65
|
-
module:
|
|
57
|
+
REPOSITORY_FIELD_NUMBER: _builtins.int
|
|
58
|
+
BRANCH_FIELD_NUMBER: _builtins.int
|
|
59
|
+
MODULE_FIELD_NUMBER: _builtins.int
|
|
60
|
+
UNTRACKED_FILES_FIELD_NUMBER: _builtins.int
|
|
61
|
+
UNCOMMITTED_FILES_FIELD_NUMBER: _builtins.int
|
|
62
|
+
STATE_FIELD_NUMBER: _builtins.int
|
|
63
|
+
repository: _builtins.str
|
|
64
|
+
branch: _builtins.str
|
|
65
|
+
module: _builtins.str
|
|
66
66
|
state: Global___GitInfo.GitStates.ValueType
|
|
67
|
-
@property
|
|
68
|
-
def untracked_files(self) ->
|
|
69
|
-
@property
|
|
70
|
-
def uncommitted_files(self) ->
|
|
67
|
+
@_builtins.property
|
|
68
|
+
def untracked_files(self) -> _containers.RepeatedScalarFieldContainer[_builtins.str]: ...
|
|
69
|
+
@_builtins.property
|
|
70
|
+
def uncommitted_files(self) -> _containers.RepeatedScalarFieldContainer[_builtins.str]: ...
|
|
71
71
|
def __init__(
|
|
72
72
|
self,
|
|
73
73
|
*,
|
|
74
|
-
repository:
|
|
75
|
-
branch:
|
|
76
|
-
module:
|
|
77
|
-
untracked_files:
|
|
78
|
-
uncommitted_files:
|
|
74
|
+
repository: _builtins.str = ...,
|
|
75
|
+
branch: _builtins.str = ...,
|
|
76
|
+
module: _builtins.str = ...,
|
|
77
|
+
untracked_files: _abc.Iterable[_builtins.str] | None = ...,
|
|
78
|
+
uncommitted_files: _abc.Iterable[_builtins.str] | None = ...,
|
|
79
79
|
state: Global___GitInfo.GitStates.ValueType = ...,
|
|
80
80
|
) -> None: ...
|
|
81
|
-
_ClearFieldArgType:
|
|
81
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["branch", b"branch", "module", b"module", "repository", b"repository", "state", b"state", "uncommitted_files", b"uncommitted_files", "untracked_files", b"untracked_files"] # noqa: Y015
|
|
82
82
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
83
83
|
|
|
84
|
-
Global___GitInfo:
|
|
84
|
+
Global___GitInfo: _TypeAlias = GitInfo # noqa: Y015
|
|
@@ -17,44 +17,57 @@ 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
|
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
|
21
|
+
from google.protobuf import message as _message
|
|
22
|
+
import builtins as _builtins
|
|
23
23
|
import sys
|
|
24
|
-
import typing
|
|
24
|
+
import typing as _typing
|
|
25
25
|
|
|
26
26
|
if sys.version_info >= (3, 10):
|
|
27
|
-
|
|
27
|
+
from typing import TypeAlias as _TypeAlias
|
|
28
28
|
else:
|
|
29
|
-
import
|
|
29
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
if sys.version_info >= (3, 13):
|
|
32
|
+
from warnings import deprecated as _deprecated
|
|
33
|
+
else:
|
|
34
|
+
from typing_extensions import deprecated as _deprecated
|
|
35
|
+
|
|
36
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
32
37
|
|
|
33
|
-
@
|
|
34
|
-
class GraphVizChart(
|
|
35
|
-
DESCRIPTOR:
|
|
38
|
+
@_typing.final
|
|
39
|
+
class GraphVizChart(_message.Message):
|
|
40
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
36
41
|
|
|
37
|
-
SPEC_FIELD_NUMBER:
|
|
38
|
-
USE_CONTAINER_WIDTH_FIELD_NUMBER:
|
|
39
|
-
ELEMENT_ID_FIELD_NUMBER:
|
|
40
|
-
ENGINE_FIELD_NUMBER:
|
|
41
|
-
spec:
|
|
42
|
+
SPEC_FIELD_NUMBER: _builtins.int
|
|
43
|
+
USE_CONTAINER_WIDTH_FIELD_NUMBER: _builtins.int
|
|
44
|
+
ELEMENT_ID_FIELD_NUMBER: _builtins.int
|
|
45
|
+
ENGINE_FIELD_NUMBER: _builtins.int
|
|
46
|
+
spec: _builtins.str
|
|
42
47
|
"""A specification of the GraphViz graph in the "Dot" language."""
|
|
43
|
-
|
|
44
|
-
"""
|
|
45
|
-
|
|
48
|
+
@_builtins.property
|
|
49
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
50
|
+
def use_container_width(self) -> _builtins.bool:
|
|
51
|
+
"""DEPRECATED: We use widthConfig on Element.proto"""
|
|
52
|
+
|
|
53
|
+
@use_container_width.setter
|
|
54
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
55
|
+
def use_container_width(self, value: _builtins.bool) -> None:
|
|
56
|
+
"""DEPRECATED: We use widthConfig on Element.proto"""
|
|
57
|
+
|
|
58
|
+
element_id: _builtins.str
|
|
46
59
|
"""A unique ID of this element."""
|
|
47
|
-
engine:
|
|
60
|
+
engine: _builtins.str
|
|
48
61
|
"""The engine used to layout and render the graph."""
|
|
49
62
|
def __init__(
|
|
50
63
|
self,
|
|
51
64
|
*,
|
|
52
|
-
spec:
|
|
53
|
-
use_container_width:
|
|
54
|
-
element_id:
|
|
55
|
-
engine:
|
|
65
|
+
spec: _builtins.str = ...,
|
|
66
|
+
use_container_width: _builtins.bool = ...,
|
|
67
|
+
element_id: _builtins.str = ...,
|
|
68
|
+
engine: _builtins.str = ...,
|
|
56
69
|
) -> None: ...
|
|
57
|
-
_ClearFieldArgType:
|
|
70
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["element_id", b"element_id", "engine", b"engine", "spec", b"spec", "use_container_width", b"use_container_width"] # noqa: Y015
|
|
58
71
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
59
72
|
|
|
60
|
-
Global___GraphVizChart:
|
|
73
|
+
Global___GraphVizChart: _TypeAlias = GraphVizChart # noqa: Y015
|
streamlit/proto/Heading_pb2.pyi
CHANGED
|
@@ -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
|
-
|
|
22
|
-
import
|
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
|
21
|
+
from google.protobuf import message as _message
|
|
22
|
+
import builtins as _builtins
|
|
23
23
|
import sys
|
|
24
|
-
import typing
|
|
24
|
+
import typing as _typing
|
|
25
25
|
|
|
26
26
|
if sys.version_info >= (3, 10):
|
|
27
|
-
|
|
27
|
+
from typing import TypeAlias as _TypeAlias
|
|
28
28
|
else:
|
|
29
|
-
import
|
|
29
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR:
|
|
31
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
32
32
|
|
|
33
|
-
@
|
|
34
|
-
class Heading(
|
|
35
|
-
DESCRIPTOR:
|
|
33
|
+
@_typing.final
|
|
34
|
+
class Heading(_message.Message):
|
|
35
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
36
36
|
|
|
37
|
-
TAG_FIELD_NUMBER:
|
|
38
|
-
ANCHOR_FIELD_NUMBER:
|
|
39
|
-
BODY_FIELD_NUMBER:
|
|
40
|
-
HELP_FIELD_NUMBER:
|
|
41
|
-
HIDE_ANCHOR_FIELD_NUMBER:
|
|
42
|
-
DIVIDER_FIELD_NUMBER:
|
|
43
|
-
tag:
|
|
37
|
+
TAG_FIELD_NUMBER: _builtins.int
|
|
38
|
+
ANCHOR_FIELD_NUMBER: _builtins.int
|
|
39
|
+
BODY_FIELD_NUMBER: _builtins.int
|
|
40
|
+
HELP_FIELD_NUMBER: _builtins.int
|
|
41
|
+
HIDE_ANCHOR_FIELD_NUMBER: _builtins.int
|
|
42
|
+
DIVIDER_FIELD_NUMBER: _builtins.int
|
|
43
|
+
tag: _builtins.str
|
|
44
44
|
"""h1, h2, h3, div, etc"""
|
|
45
|
-
anchor:
|
|
46
|
-
body:
|
|
47
|
-
help:
|
|
48
|
-
hide_anchor:
|
|
49
|
-
divider:
|
|
45
|
+
anchor: _builtins.str
|
|
46
|
+
body: _builtins.str
|
|
47
|
+
help: _builtins.str
|
|
48
|
+
hide_anchor: _builtins.bool
|
|
49
|
+
divider: _builtins.str
|
|
50
50
|
def __init__(
|
|
51
51
|
self,
|
|
52
52
|
*,
|
|
53
|
-
tag:
|
|
54
|
-
anchor:
|
|
55
|
-
body:
|
|
56
|
-
help:
|
|
57
|
-
hide_anchor:
|
|
58
|
-
divider:
|
|
53
|
+
tag: _builtins.str = ...,
|
|
54
|
+
anchor: _builtins.str = ...,
|
|
55
|
+
body: _builtins.str = ...,
|
|
56
|
+
help: _builtins.str = ...,
|
|
57
|
+
hide_anchor: _builtins.bool = ...,
|
|
58
|
+
divider: _builtins.str = ...,
|
|
59
59
|
) -> None: ...
|
|
60
|
-
_ClearFieldArgType:
|
|
60
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["anchor", b"anchor", "body", b"body", "divider", b"divider", "help", b"help", "hide_anchor", b"hide_anchor", "tag", b"tag"] # noqa: Y015
|
|
61
61
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
62
62
|
|
|
63
|
-
Global___Heading:
|
|
63
|
+
Global___Heading: _TypeAlias = Heading # noqa: Y015
|
|
@@ -17,45 +17,45 @@ 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
|
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
|
21
|
+
from google.protobuf import message as _message
|
|
22
|
+
import builtins as _builtins
|
|
23
23
|
import sys
|
|
24
|
-
import typing
|
|
24
|
+
import typing as _typing
|
|
25
25
|
|
|
26
26
|
if sys.version_info >= (3, 10):
|
|
27
|
-
|
|
27
|
+
from typing import TypeAlias as _TypeAlias
|
|
28
28
|
else:
|
|
29
|
-
import
|
|
30
|
-
|
|
31
|
-
DESCRIPTOR:
|
|
32
|
-
|
|
33
|
-
@
|
|
34
|
-
class HeightConfig(
|
|
35
|
-
DESCRIPTOR:
|
|
36
|
-
|
|
37
|
-
USE_STRETCH_FIELD_NUMBER:
|
|
38
|
-
USE_CONTENT_FIELD_NUMBER:
|
|
39
|
-
PIXEL_HEIGHT_FIELD_NUMBER:
|
|
40
|
-
REM_HEIGHT_FIELD_NUMBER:
|
|
41
|
-
use_stretch:
|
|
42
|
-
use_content:
|
|
43
|
-
pixel_height:
|
|
44
|
-
rem_height:
|
|
29
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
30
|
+
|
|
31
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
32
|
+
|
|
33
|
+
@_typing.final
|
|
34
|
+
class HeightConfig(_message.Message):
|
|
35
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
36
|
+
|
|
37
|
+
USE_STRETCH_FIELD_NUMBER: _builtins.int
|
|
38
|
+
USE_CONTENT_FIELD_NUMBER: _builtins.int
|
|
39
|
+
PIXEL_HEIGHT_FIELD_NUMBER: _builtins.int
|
|
40
|
+
REM_HEIGHT_FIELD_NUMBER: _builtins.int
|
|
41
|
+
use_stretch: _builtins.bool
|
|
42
|
+
use_content: _builtins.bool
|
|
43
|
+
pixel_height: _builtins.int
|
|
44
|
+
rem_height: _builtins.float
|
|
45
45
|
def __init__(
|
|
46
46
|
self,
|
|
47
47
|
*,
|
|
48
|
-
use_stretch:
|
|
49
|
-
use_content:
|
|
50
|
-
pixel_height:
|
|
51
|
-
rem_height:
|
|
48
|
+
use_stretch: _builtins.bool = ...,
|
|
49
|
+
use_content: _builtins.bool = ...,
|
|
50
|
+
pixel_height: _builtins.int = ...,
|
|
51
|
+
rem_height: _builtins.float = ...,
|
|
52
52
|
) -> None: ...
|
|
53
|
-
_HasFieldArgType:
|
|
54
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
55
|
-
_ClearFieldArgType:
|
|
53
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["height_spec", b"height_spec", "pixel_height", b"pixel_height", "rem_height", b"rem_height", "use_content", b"use_content", "use_stretch", b"use_stretch"] # noqa: Y015
|
|
54
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
55
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["height_spec", b"height_spec", "pixel_height", b"pixel_height", "rem_height", b"rem_height", "use_content", b"use_content", "use_stretch", b"use_stretch"] # noqa: Y015
|
|
56
56
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
57
|
-
_WhichOneofReturnType_height_spec:
|
|
58
|
-
_WhichOneofArgType_height_spec:
|
|
57
|
+
_WhichOneofReturnType_height_spec: _TypeAlias = _typing.Literal["use_stretch", "use_content", "pixel_height", "rem_height"] # noqa: Y015
|
|
58
|
+
_WhichOneofArgType_height_spec: _TypeAlias = _typing.Literal["height_spec", b"height_spec"] # noqa: Y015
|
|
59
59
|
def WhichOneof(self, oneof_group: _WhichOneofArgType_height_spec) -> _WhichOneofReturnType_height_spec | None: ...
|
|
60
60
|
|
|
61
|
-
Global___HeightConfig:
|
|
61
|
+
Global___HeightConfig: _TypeAlias = HeightConfig # noqa: Y015
|
streamlit/proto/Html_pb2.pyi
CHANGED
|
@@ -17,36 +17,36 @@ 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
|
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
|
21
|
+
from google.protobuf import message as _message
|
|
22
|
+
import builtins as _builtins
|
|
23
23
|
import sys
|
|
24
|
-
import typing
|
|
24
|
+
import typing as _typing
|
|
25
25
|
|
|
26
26
|
if sys.version_info >= (3, 10):
|
|
27
|
-
|
|
27
|
+
from typing import TypeAlias as _TypeAlias
|
|
28
28
|
else:
|
|
29
|
-
import
|
|
29
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR:
|
|
31
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
32
32
|
|
|
33
|
-
@
|
|
34
|
-
class Html(
|
|
33
|
+
@_typing.final
|
|
34
|
+
class Html(_message.Message):
|
|
35
35
|
"""st.html"""
|
|
36
36
|
|
|
37
|
-
DESCRIPTOR:
|
|
37
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
38
38
|
|
|
39
|
-
BODY_FIELD_NUMBER:
|
|
40
|
-
UNSAFE_ALLOW_JAVASCRIPT_FIELD_NUMBER:
|
|
41
|
-
body:
|
|
42
|
-
unsafe_allow_javascript:
|
|
39
|
+
BODY_FIELD_NUMBER: _builtins.int
|
|
40
|
+
UNSAFE_ALLOW_JAVASCRIPT_FIELD_NUMBER: _builtins.int
|
|
41
|
+
body: _builtins.str
|
|
42
|
+
unsafe_allow_javascript: _builtins.bool
|
|
43
43
|
def __init__(
|
|
44
44
|
self,
|
|
45
45
|
*,
|
|
46
|
-
body:
|
|
47
|
-
unsafe_allow_javascript:
|
|
46
|
+
body: _builtins.str = ...,
|
|
47
|
+
unsafe_allow_javascript: _builtins.bool = ...,
|
|
48
48
|
) -> None: ...
|
|
49
|
-
_ClearFieldArgType:
|
|
49
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["body", b"body", "unsafe_allow_javascript", b"unsafe_allow_javascript"] # noqa: Y015
|
|
50
50
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
51
51
|
|
|
52
|
-
Global___Html:
|
|
52
|
+
Global___Html: _TypeAlias = Html # noqa: Y015
|
streamlit/proto/IFrame_pb2.pyi
CHANGED
|
@@ -17,64 +17,93 @@ 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
|
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
|
21
|
+
from google.protobuf import message as _message
|
|
22
|
+
import builtins as _builtins
|
|
23
23
|
import sys
|
|
24
|
-
import typing
|
|
24
|
+
import typing as _typing
|
|
25
25
|
|
|
26
26
|
if sys.version_info >= (3, 10):
|
|
27
|
-
|
|
27
|
+
from typing import TypeAlias as _TypeAlias
|
|
28
28
|
else:
|
|
29
|
-
import
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
29
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
30
|
+
|
|
31
|
+
if sys.version_info >= (3, 13):
|
|
32
|
+
from warnings import deprecated as _deprecated
|
|
33
|
+
else:
|
|
34
|
+
from typing_extensions import deprecated as _deprecated
|
|
35
|
+
|
|
36
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
37
|
+
|
|
38
|
+
@_typing.final
|
|
39
|
+
class IFrame(_message.Message):
|
|
40
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
41
|
+
|
|
42
|
+
SRC_FIELD_NUMBER: _builtins.int
|
|
43
|
+
SRCDOC_FIELD_NUMBER: _builtins.int
|
|
44
|
+
WIDTH_FIELD_NUMBER: _builtins.int
|
|
45
|
+
HAS_WIDTH_FIELD_NUMBER: _builtins.int
|
|
46
|
+
HEIGHT_FIELD_NUMBER: _builtins.int
|
|
47
|
+
SCROLLING_FIELD_NUMBER: _builtins.int
|
|
48
|
+
TAB_INDEX_FIELD_NUMBER: _builtins.int
|
|
49
|
+
src: _builtins.str
|
|
45
50
|
"""A URL to load"""
|
|
46
|
-
srcdoc:
|
|
51
|
+
srcdoc: _builtins.str
|
|
47
52
|
"""Inline HTML"""
|
|
48
|
-
|
|
49
|
-
"""
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
@_builtins.property
|
|
54
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
55
|
+
def width(self) -> _builtins.float:
|
|
56
|
+
"""Deprecated: Use width_config on Element.proto instead"""
|
|
57
|
+
|
|
58
|
+
@width.setter
|
|
59
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
60
|
+
def width(self, value: _builtins.float) -> None:
|
|
61
|
+
"""Deprecated: Use width_config on Element.proto instead"""
|
|
62
|
+
|
|
63
|
+
@_builtins.property
|
|
64
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
65
|
+
def has_width(self) -> _builtins.bool:
|
|
66
|
+
"""Deprecated: Width is now handled through width_config on Element.proto"""
|
|
67
|
+
|
|
68
|
+
@has_width.setter
|
|
69
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
70
|
+
def has_width(self, value: _builtins.bool) -> None:
|
|
71
|
+
"""Deprecated: Width is now handled through width_config on Element.proto"""
|
|
72
|
+
|
|
73
|
+
@_builtins.property
|
|
74
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
75
|
+
def height(self) -> _builtins.float:
|
|
76
|
+
"""Deprecated: Use height_config on Element.proto instead"""
|
|
77
|
+
|
|
78
|
+
@height.setter
|
|
79
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
80
|
+
def height(self, value: _builtins.float) -> None:
|
|
81
|
+
"""Deprecated: Use height_config on Element.proto instead"""
|
|
82
|
+
|
|
83
|
+
scrolling: _builtins.bool
|
|
84
|
+
tab_index: _builtins.int
|
|
56
85
|
def __init__(
|
|
57
86
|
self,
|
|
58
87
|
*,
|
|
59
|
-
src:
|
|
60
|
-
srcdoc:
|
|
61
|
-
width:
|
|
62
|
-
has_width:
|
|
63
|
-
height:
|
|
64
|
-
scrolling:
|
|
65
|
-
tab_index:
|
|
88
|
+
src: _builtins.str = ...,
|
|
89
|
+
srcdoc: _builtins.str = ...,
|
|
90
|
+
width: _builtins.float = ...,
|
|
91
|
+
has_width: _builtins.bool = ...,
|
|
92
|
+
height: _builtins.float = ...,
|
|
93
|
+
scrolling: _builtins.bool = ...,
|
|
94
|
+
tab_index: _builtins.int | None = ...,
|
|
66
95
|
) -> None: ...
|
|
67
|
-
_HasFieldArgType:
|
|
68
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
69
|
-
_ClearFieldArgType:
|
|
96
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["_tab_index", b"_tab_index", "src", b"src", "srcdoc", b"srcdoc", "tab_index", b"tab_index", "type", b"type"] # noqa: Y015
|
|
97
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
98
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["_tab_index", b"_tab_index", "has_width", b"has_width", "height", b"height", "scrolling", b"scrolling", "src", b"src", "srcdoc", b"srcdoc", "tab_index", b"tab_index", "type", b"type", "width", b"width"] # noqa: Y015
|
|
70
99
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
71
|
-
_WhichOneofReturnType__tab_index:
|
|
72
|
-
_WhichOneofArgType__tab_index:
|
|
73
|
-
_WhichOneofReturnType_type:
|
|
74
|
-
_WhichOneofArgType_type:
|
|
75
|
-
@
|
|
100
|
+
_WhichOneofReturnType__tab_index: _TypeAlias = _typing.Literal["tab_index"] # noqa: Y015
|
|
101
|
+
_WhichOneofArgType__tab_index: _TypeAlias = _typing.Literal["_tab_index", b"_tab_index"] # noqa: Y015
|
|
102
|
+
_WhichOneofReturnType_type: _TypeAlias = _typing.Literal["src", "srcdoc"] # noqa: Y015
|
|
103
|
+
_WhichOneofArgType_type: _TypeAlias = _typing.Literal["type", b"type"] # noqa: Y015
|
|
104
|
+
@_typing.overload
|
|
76
105
|
def WhichOneof(self, oneof_group: _WhichOneofArgType__tab_index) -> _WhichOneofReturnType__tab_index | None: ...
|
|
77
|
-
@
|
|
106
|
+
@_typing.overload
|
|
78
107
|
def WhichOneof(self, oneof_group: _WhichOneofArgType_type) -> _WhichOneofReturnType_type | None: ...
|
|
79
108
|
|
|
80
|
-
Global___IFrame:
|
|
109
|
+
Global___IFrame: _TypeAlias = IFrame # noqa: Y015
|