From 5bf22fc7e3c392c8bd44315ca2d06d7dca7d084e Mon Sep 17 00:00:00 2001 From: sotech117 Date: Thu, 31 Jul 2025 17:27:24 -0400 Subject: add code for analysis of data --- .../python3.8/site-packages/dash/html/Textarea.py | 275 +++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100644 venv/lib/python3.8/site-packages/dash/html/Textarea.py (limited to 'venv/lib/python3.8/site-packages/dash/html/Textarea.py') diff --git a/venv/lib/python3.8/site-packages/dash/html/Textarea.py b/venv/lib/python3.8/site-packages/dash/html/Textarea.py new file mode 100644 index 0000000..b0cab43 --- /dev/null +++ b/venv/lib/python3.8/site-packages/dash/html/Textarea.py @@ -0,0 +1,275 @@ +# AUTO GENERATED FILE - DO NOT EDIT + +import typing # noqa: F401 +from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401 +from dash.development.base_component import Component, _explicitize_args + +ComponentType = typing.Union[ + str, + int, + float, + Component, + None, + typing.Sequence[typing.Union[str, int, float, Component, None]], +] + +NumberType = typing.Union[ + typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex +] + + +class Textarea(Component): + """A Textarea component. + Textarea is a wrapper for the