kittycad.models.modeling_outcome

Classes

cancelled([what_failed])

Method generated by attrs for class cancelled.

class kittycad.models.modeling_outcome.cancelled(what_failed=<kittycad.types.Unset object>)[source][source]

Method generated by attrs for class cancelled.

__annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'what_failed': typing.Union[kittycad.types.Unset, kittycad.models.modeling_cmd_id.ModelingCmdId]}[source]
__attrs_attrs__ = (Attribute(name='what_failed', 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, kittycad.models.modeling_cmd_id.ModelingCmdId], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='what_failed'), 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_outcome', '__annotations__': {'what_failed': typing.Union[kittycad.types.Unset, kittycad.models.modeling_cmd_id.ModelingCmdId], 'additional_properties': typing.Dict[str, typing.Any]}, 'to_dict': <function cancelled.to_dict>, 'from_dict': <classmethod(<function cancelled.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function cancelled.__getitem__>, '__setitem__': <function cancelled.__setitem__>, '__delitem__': <function cancelled.__delitem__>, '__contains__': <function cancelled.__contains__>, '__dict__': <attribute '__dict__' of 'cancelled' objects>, '__weakref__': <attribute '__weakref__' of 'cancelled' objects>, '__doc__': None, '__attrs_attrs__': (Attribute(name='what_failed', 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, kittycad.models.modeling_cmd_id.ModelingCmdId], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='what_failed'), 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 cancelled.__repr__>, '__eq__': <function cancelled.__eq__>, '__ne__': <function cancelled.__ne__>, '__lt__': <function cancelled.__lt__>, '__le__': <function cancelled.__le__>, '__gt__': <function cancelled.__gt__>, '__ge__': <function cancelled.__ge__>, '__hash__': None, '__init__': <function cancelled.__init__>, '__match_args__': ('what_failed',)})[source]
__eq__(other)[source]

Method generated by attrs for class cancelled.

__ge__(other)[source]

Method generated by attrs for class cancelled.

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

Any

__gt__(other)[source]

Method generated by attrs for class cancelled.

__hash__ = None[source]
__init__(what_failed=<kittycad.types.Unset object>)[source]

Method generated by attrs for class cancelled.

__le__(other)[source]

Method generated by attrs for class cancelled.

__lt__(other)[source]

Method generated by attrs for class cancelled.

__match_args__ = ('what_failed',)[source]
__module__ = 'kittycad.models.modeling_outcome'[source]
__ne__(other)[source]

Method generated by attrs for class cancelled.

__repr__()[source]

Method generated by attrs for class cancelled.

__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(GN, bound= cancelled)

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

Dict[str, Any]

what_failed: Union[Unset, ModelingCmdId][source]