kittycad.models.drawing_outcomes

Classes

DrawingOutcomes([outcomes])

The result from a batch of drawing commands.

class kittycad.models.drawing_outcomes.DrawingOutcomes(outcomes=<kittycad.types.Unset object>)[source][source]

The result from a batch of drawing commands.

Method generated by attrs for class DrawingOutcomes.

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

Method generated by attrs for class DrawingOutcomes.

__ge__(other)[source]

Method generated by attrs for class DrawingOutcomes.

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

Any

__gt__(other)[source]

Method generated by attrs for class DrawingOutcomes.

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

Method generated by attrs for class DrawingOutcomes.

__le__(other)[source]

Method generated by attrs for class DrawingOutcomes.

__lt__(other)[source]

Method generated by attrs for class DrawingOutcomes.

__match_args__ = ('outcomes',)[source]
__module__ = 'kittycad.models.drawing_outcomes'[source]
__ne__(other)[source]

Method generated by attrs for class DrawingOutcomes.

__repr__()[source]

Method generated by attrs for class DrawingOutcomes.

__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(T, bound= DrawingOutcomes)

outcomes: Union[Unset, Any][source]
to_dict()[source][source]
Return type:

Dict[str, Any]