Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 1.07 KB

object.rst

File metadata and controls

75 lines (53 loc) · 1.07 KB

Object

.. currentmodule:: ulkb

.. autoclass:: Object
   :no-members:
   :show-inheritance:

Testing and checking

.. autosummary::
   :toctree: generated/

   Object.test
   Object.check

See :doc:`more object methods <more>` for variants of the above.

Unfolding and unpacking

.. autosummary::
   :toctree: generated/

   Object.unfold
   Object.unfold_unsafe
   Object.unpack
   Object.unpack_unsafe

See :doc:`more object methods <more>` for variants of the above.

Arguments and annotations

.. autosummary::
   :toctree: generated/

   Object.args
   Object.get_args
   Object.annotations
   Object.get_annotations

Comparison

.. autosummary::
   :toctree: generated/

   Object.compare
   Object.equal
   Object.deepequal

Copying

.. autosummary::
   :toctree: generated/

   Object.copy
   Object.with_args
   Object.with_annotations
   Object.deepcopy

Debugging

.. autosummary::
   :toctree: generated/

   Object.hexdigest
   Object.get_hexdigest
   Object.dump