omnipy.components.raw.models
| ATTRIBUTE | DESCRIPTION |
|---|---|
ListOfNestedPlainListsOfStr |
TYPE:
|
NestedListsOfStr |
TYPE:
|
NestedPlainListsOfStr |
TYPE:
|
ListOfNestedPlainListsOfStr
module-attribute
NestedPlainListsOfStr
module-attribute
NestedPlainListsOfStr: TypeAlias = str | ListOfNestedPlainListsOfStr
BytesModel
Bases: _BytesModel
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(_BytesModel.clone_model_cls, _EncodingParamsMixin.Params)
JoinColumnsByCommaToLinesModel
Bases: _JoinByCommaParamsMixin, JoinSubitemsToItemsModelBase
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(
JoinSubitemsToItemsModelBase.clone_model_cls, _JoinByCommaParamsMixin.Params
)
JoinColumnsToLinesModel
Bases: _JoinByTabParamsMixin, JoinSubitemsToItemsModelBase
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(
JoinSubitemsToItemsModelBase.clone_model_cls, _JoinByTabParamsMixin.Params
)
JoinItemsModel
Bases: _JoinByCommaParamsMixin, JoinItemsModelBase
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(JoinItemsModelBase.clone_model_cls, _JoinByCommaParamsMixin.Params)
JoinItemsModelBase
JoinLinesModel
Bases: _JoinByNewlineParamsMixin, JoinItemsModelBase
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(
JoinItemsModelBase.clone_model_cls, _JoinByNewlineParamsMixin.Params
)
JoinSubitemsToItemsModel
Bases: _JoinByCommaParamsMixin, JoinSubitemsToItemsModelBase
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(
JoinSubitemsToItemsModelBase.clone_model_cls, _JoinByCommaParamsMixin.Params
)
JoinSubitemsToItemsModelBase
Bases: Model[list[str] | list[list[str]]]
Source code in src/omnipy/components/raw/models.py
ListOfNestedListsOfStrModel
MatchItemsModel
Bases: _MatchItemsModel
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(_MatchItemsModel.clone_model_cls, _MatchItemsModel.Params)
NestedJoinItemsModel
Bases: _NestedJoinItemsModel
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(
cast(Callable[..., type[_NestedJoinItemsModel]], _NestedJoinItemsModel.clone_model_cls),
_NestedItemsParamsMixin.Params,
)
NestedListsOfStrModel
NestedSplitToItemsModel
Bases: _NestedSplitToItemsModel
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(
cast(Callable[..., type[_NestedSplitToItemsModel]], _NestedSplitToItemsModel.clone_model_cls),
_NestedSplitToItemsModel.Params,
)
SplitItemsToSubitemsModel
Bases: _SplitByCommaParamsMixin, SplitItemsToSubitemsModelBase
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(
SplitItemsToSubitemsModelBase.clone_model_cls, _SplitByCommaParamsMixin.Params
)
SplitItemsToSubitemsModelBase
Bases: Model[list[list[str]] | list[str] | list[StrModel]]
Source code in src/omnipy/components/raw/models.py
SplitLinesToColumnsByCommaModel
Bases: _SplitByCommaParamsMixin, SplitItemsToSubitemsModelBase
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(
SplitItemsToSubitemsModelBase.clone_model_cls, _SplitByCommaParamsMixin.Params
)
SplitLinesToColumnsModel
Bases: _SplitByTabParamsMixin, SplitItemsToSubitemsModelBase
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(
SplitItemsToSubitemsModelBase.clone_model_cls, _SplitByTabParamsMixin.Params
)
SplitToItemsByTabModel
Bases: _SplitByTabParamsMixin, SplitToItemsModelBase
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(
SplitToItemsModelBase.clone_model_cls, _SplitByTabParamsMixin.Params
)
SplitToItemsModel
Bases: _SplitByCommaParamsMixin, SplitToItemsModelBase
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(
SplitToItemsModelBase.clone_model_cls, _SplitByCommaParamsMixin.Params
)
SplitToItemsModelBase
SplitToLinesModel
Bases: _SplitByNewlineParamsMixin, SplitToItemsModelBase
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(
SplitToItemsModelBase.clone_model_cls, _SplitByNewlineParamsMixin.Params
)
StrModel
Bases: _StrModel
| ATTRIBUTE | DESCRIPTION |
|---|---|
adjust |
|
Source code in src/omnipy/components/raw/models.py
adjust
class-attribute
instance-attribute
adjust = bind_adjust_model_func(_StrModel.clone_model_cls, _EncodingParamsMixin.Params)