obspy.core.event.source.NodalPlane
==================================

.. currentmodule:: obspy.core.event.source
.. autoclass:: NodalPlane
   :show-inheritance:



.. rubric:: Attributes

.. autosummary::
  :toctree: .
  :nosignatures:

  ~NodalPlane.defaults
  ~NodalPlane.do_not_warn_on
  ~NodalPlane.item
  ~NodalPlane.key
  ~NodalPlane.readonly
  ~NodalPlane.warn_on_non_default_key


.. rubric:: Public Methods

.. autosummary::
  :toctree: .
  :nosignatures:


  ~NodalPlane.clear
  ~NodalPlane.copy
  ~NodalPlane.get
  ~NodalPlane.items
  ~NodalPlane.keys
  ~NodalPlane.pop
  ~NodalPlane.popitem
  ~NodalPlane.setdefault
  ~NodalPlane.update
  ~NodalPlane.values



.. rubric:: Private Methods

.. warning::

  Private methods are mainly for internal/developer use and their API might change without notice.



.. automethod:: NodalPlane._cast_type

.. automethod:: NodalPlane._pretty_str

.. automethod:: NodalPlane._repr_pretty_


.. rubric:: Special Methods



.. automethod:: NodalPlane.__bool__

.. automethod:: NodalPlane.__class_getitem__

.. automethod:: NodalPlane.__contains__

.. automethod:: NodalPlane.__delattr__

.. automethod:: NodalPlane.__delitem__

.. automethod:: NodalPlane.__dir__

.. automethod:: NodalPlane.__eq__

.. automethod:: NodalPlane.__format__

.. automethod:: NodalPlane.__ge__

.. automethod:: NodalPlane.__getattr__

.. automethod:: NodalPlane.__getattribute__

.. automethod:: NodalPlane.__getitem__

.. automethod:: NodalPlane.__gt__

.. automethod:: NodalPlane.__init__

.. automethod:: NodalPlane.__init_subclass__

.. automethod:: NodalPlane.__iter__

.. automethod:: NodalPlane.__le__

.. automethod:: NodalPlane.__len__

.. automethod:: NodalPlane.__lt__

.. automethod:: NodalPlane.__ne__

.. automethod:: NodalPlane.__new__

.. automethod:: NodalPlane.__reduce__

.. automethod:: NodalPlane.__reduce_ex__

.. automethod:: NodalPlane.__repr__

.. automethod:: NodalPlane.__setattr__

.. automethod:: NodalPlane.__setitem__

.. automethod:: NodalPlane.__sizeof__

.. automethod:: NodalPlane.__str__

.. automethod:: NodalPlane.__subclasshook__