kittycad.models.modeling_cmd.select_get

class kittycad.models.modeling_cmd.select_get(type='select_get')[source][source]

Bases: object

Find all IDs of selected entities

Method generated by attrs for class select_get.

__init__(type='select_get')[source]

Method generated by attrs for class select_get.

Methods

__init__([type])

Method generated by attrs for class select_get.

from_dict(src_dict)

rtype:

TypeVar(BV, bound= select_get)

to_dict()

rtype:

Dict[str, Any]

Attributes

additional_keys

type

additional_properties

__annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'type': <class 'str'>}[source]
__attrs_attrs__ = (Attribute(name='type', default='select_get', validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=<class 'str'>, converter=None, kw_only=False, inherited=False, on_setattr=None, alias='type'), Attribute(name='additional_properties', default=Factory(factory=<class 'dict'>, takes_self=False), validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=False, metadata=mappingproxy({}), type=typing.Dict[str, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='additional_properties'))[source]
__contains__(key)[source][source]
Return type:

bool

__delitem__(key)[source][source]
Return type:

None

__dict__ = mappingproxy({'__module__': 'kittycad.models.modeling_cmd', '__annotations__': {'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'Find all IDs of selected entities', 'to_dict': <function select_get.to_dict>, 'from_dict': <classmethod(<function select_get.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function select_get.__getitem__>, '__setitem__': <function select_get.__setitem__>, '__delitem__': <function select_get.__delitem__>, '__contains__': <function select_get.__contains__>, '__dict__': <attribute '__dict__' of 'select_get' objects>, '__weakref__': <attribute '__weakref__' of 'select_get' objects>, '__attrs_attrs__': (Attribute(name='type', default='select_get', validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=<class 'str'>, converter=None, kw_only=False, inherited=False, on_setattr=None, alias='type'), Attribute(name='additional_properties', default=Factory(factory=<class 'dict'>, takes_self=False), validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=False, metadata=mappingproxy({}), type=typing.Dict[str, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='additional_properties')), '__repr__': <function select_get.__repr__>, '__eq__': <function select_get.__eq__>, '__ne__': <function select_get.__ne__>, '__lt__': <function select_get.__lt__>, '__le__': <function select_get.__le__>, '__gt__': <function select_get.__gt__>, '__ge__': <function select_get.__ge__>, '__hash__': None, '__init__': <function select_get.__init__>, '__match_args__': ('type',)})[source]
__eq__(other)[source]

Method generated by attrs for class select_get.

__ge__(other)[source]

Method generated by attrs for class select_get.

__getitem__(key)[source][source]
Return type:

Any

__gt__(other)[source]

Method generated by attrs for class select_get.

__hash__ = None[source]
__init__(type='select_get')[source]

Method generated by attrs for class select_get.

__le__(other)[source]

Method generated by attrs for class select_get.

__lt__(other)[source]

Method generated by attrs for class select_get.

__match_args__ = ('type',)[source]
__module__ = 'kittycad.models.modeling_cmd'[source]
__ne__(other)[source]

Method generated by attrs for class select_get.

__repr__()[source]

Method generated by attrs for class select_get.

__setitem__(key, value)[source][source]
Return type:

None

property additional_keys: List[str][source]
additional_properties: Dict[str, Any][source]
classmethod from_dict(src_dict)[source][source]
Return type:

TypeVar(BV, bound= select_get)

to_dict()[source][source]
Return type:

Dict[str, Any]

type: str[source]