kittycad.models.modeling_cmd.start_path
- class kittycad.models.modeling_cmd.start_path(type='start_path')[source][source]
Bases:
object
Start a path.
Method generated by attrs for class start_path.
Methods
__init__
([type])Method generated by attrs for class start_path.
from_dict
(src_dict)- rtype:
TypeVar
(RS
, bound= start_path)
to_dict
()Attributes
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='type', default='start_path', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.modeling_cmd', '__annotations__': {'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'Start a path.', 'to_dict': <function start_path.to_dict>, 'from_dict': <classmethod(<function start_path.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function start_path.__getitem__>, '__setitem__': <function start_path.__setitem__>, '__delitem__': <function start_path.__delitem__>, '__contains__': <function start_path.__contains__>, '__dict__': <attribute '__dict__' of 'start_path' objects>, '__weakref__': <attribute '__weakref__' of 'start_path' objects>, '__attrs_attrs__': (Attribute(name='type', default='start_path', 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 start_path.__repr__>, '__eq__': <function start_path.__eq__>, '__ne__': <function start_path.__ne__>, '__lt__': <function start_path.__lt__>, '__le__': <function start_path.__le__>, '__gt__': <function start_path.__gt__>, '__ge__': <function start_path.__ge__>, '__hash__': None, '__init__': <function start_path.__init__>, '__match_args__': ('type',)})[source]