kittycad.models.modeling_outcomes.ModelingOutcomes

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

Bases: object

The result from a batch of modeling commands.

Method generated by attrs for class ModelingOutcomes.

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

Method generated by attrs for class ModelingOutcomes.

Methods

__init__([outcomes])

Method generated by attrs for class ModelingOutcomes.

from_dict(src_dict)

rtype:

TypeVar(GD, bound= ModelingOutcomes)

to_dict()

rtype:

Dict[str, Any]

Attributes

additional_keys

outcomes

additional_properties

__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.modeling_outcomes', '__annotations__': {'outcomes': typing.Union[kittycad.types.Unset, typing.Any], 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The result from a batch of modeling commands.', 'to_dict': <function ModelingOutcomes.to_dict>, 'from_dict': <classmethod(<function ModelingOutcomes.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function ModelingOutcomes.__getitem__>, '__setitem__': <function ModelingOutcomes.__setitem__>, '__delitem__': <function ModelingOutcomes.__delitem__>, '__contains__': <function ModelingOutcomes.__contains__>, '__dict__': <attribute '__dict__' of 'ModelingOutcomes' objects>, '__weakref__': <attribute '__weakref__' of 'ModelingOutcomes' 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 ModelingOutcomes.__repr__>, '__eq__': <function ModelingOutcomes.__eq__>, '__ne__': <function ModelingOutcomes.__ne__>, '__lt__': <function ModelingOutcomes.__lt__>, '__le__': <function ModelingOutcomes.__le__>, '__gt__': <function ModelingOutcomes.__gt__>, '__ge__': <function ModelingOutcomes.__ge__>, '__hash__': None, '__init__': <function ModelingOutcomes.__init__>, '__match_args__': ('outcomes',)})[source]
__eq__(other)[source]

Method generated by attrs for class ModelingOutcomes.

__ge__(other)[source]

Method generated by attrs for class ModelingOutcomes.

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

Any

__gt__(other)[source]

Method generated by attrs for class ModelingOutcomes.

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

Method generated by attrs for class ModelingOutcomes.

__le__(other)[source]

Method generated by attrs for class ModelingOutcomes.

__lt__(other)[source]

Method generated by attrs for class ModelingOutcomes.

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

Method generated by attrs for class ModelingOutcomes.

__repr__()[source]

Method generated by attrs for class ModelingOutcomes.

__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(GD, bound= ModelingOutcomes)

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

Dict[str, Any]