httk.atomistic.models.moments.crystalaxis_view ============================================== .. py:module:: httk.atomistic.models.moments.crystalaxis_view .. autoapi-nested-parse:: Crystal-axis class view for site moments. Classes ------- .. autoapisummary:: httk.atomistic.models.moments.crystalaxis_view.CrystalAxisSiteMomentsView Module Contents --------------- .. py:class:: CrystalAxisSiteMomentsView(obj, *, cell = None, **hints) Bases: :py:obj:`httk.atomistic.models.moments.view_base.SiteMomentsViewBase`, :py:obj:`httk.atomistic.models.moments.crystalaxis.CrystalAxisSiteMoments` A lazy crystal-axis site-moments presentation with an eagerly checked frame hint. .. py:method:: unview() Return the view's presented representation as a plain, non-View instance. Concrete views that mimic a value type override this to shed the httk wrapper; the result may alias the view's storage (no copy is promised). The default raises ``TypeError``, which is the correct behavior for views that only adapt an interface and have no faithful standalone value. :return: The presented value as a plain, non-View instance. :raises TypeError: If this interface-only view has no standalone plain value.