kittycad.models.empty

Classes

Empty()

Method generated by attrs for class Empty.

class kittycad.models.empty.Empty[source][source]

Method generated by attrs for class Empty.

__attrs_attrs__ = ()[source]
__dict__ = mappingproxy({'__module__': 'kittycad.models.empty', '__str__': <function Empty.__str__>, 'from_dict': <classmethod object>, '__dict__': <attribute '__dict__' of 'Empty' objects>, '__weakref__': <attribute '__weakref__' of 'Empty' objects>, '__doc__': None, '__attrs_attrs__': (), '__repr__': <function Empty.__repr__>, '__eq__': <function Empty.__eq__>, '__ne__': <function Empty.__ne__>, '__lt__': <function Empty.__lt__>, '__le__': <function Empty.__le__>, '__gt__': <function Empty.__gt__>, '__ge__': <function Empty.__ge__>, '__hash__': None, '__init__': <function Empty.__init__>, '__annotations__': {}})[source]
__eq__(other)[source]

Method generated by attrs for class Empty.

__ge__(other)[source]

Method generated by attrs for class Empty.

__gt__(other)[source]

Method generated by attrs for class Empty.

__hash__ = None[source]
__init__()[source]

Method generated by attrs for class Empty.

__le__(other)[source]

Method generated by attrs for class Empty.

__lt__(other)[source]

Method generated by attrs for class Empty.

__module__ = 'kittycad.models.empty'[source]
__ne__(other)[source]

Method generated by attrs for class Empty.

__repr__()[source]

Method generated by attrs for class Empty.

__str__()[source][source]

Return str(self).

Return type:

str

classmethod from_dict(src_dict)[source][source]
Return type:

Any