kittycad.models.modeling_cmd.ClosePath
- class kittycad.models.modeling_cmd.ClosePath(path_id=<kittycad.types.Unset object>)[source][source]
Bases:
object
Method generated by attrs for class ClosePath.
- __init__(path_id=<kittycad.types.Unset object>)[source]
Method generated by attrs for class ClosePath.
Methods
__init__
([path_id])Method generated by attrs for class ClosePath.
from_dict
(src_dict)- rtype:
TypeVar
(P
, bound= ClosePath)
to_dict
()Attributes
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'path_id': typing.Union[kittycad.types.Unset, str]}[source]
- __attrs_attrs__ = (Attribute(name='path_id', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='path_id'), 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__': {'path_id': typing.Union[kittycad.types.Unset, str], 'additional_properties': typing.Dict[str, typing.Any]}, 'to_dict': <function ClosePath.to_dict>, 'from_dict': <classmethod(<function ClosePath.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function ClosePath.__getitem__>, '__setitem__': <function ClosePath.__setitem__>, '__delitem__': <function ClosePath.__delitem__>, '__contains__': <function ClosePath.__contains__>, '__dict__': <attribute '__dict__' of 'ClosePath' objects>, '__weakref__': <attribute '__weakref__' of 'ClosePath' objects>, '__doc__': None, '__attrs_attrs__': (Attribute(name='path_id', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='path_id'), 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 ClosePath.__repr__>, '__eq__': <function ClosePath.__eq__>, '__ne__': <function ClosePath.__ne__>, '__lt__': <function ClosePath.__lt__>, '__le__': <function ClosePath.__le__>, '__gt__': <function ClosePath.__gt__>, '__ge__': <function ClosePath.__ge__>, '__hash__': None, '__init__': <function ClosePath.__init__>, '__match_args__': ('path_id',)})[source]