exo_k.util.singleton ==================== .. py:module:: exo_k.util.singleton .. autoapi-nested-parse:: Just contains a singleton class. Pretty useful. Class taken from taurex 3. Module Contents --------------- .. py:class:: Singleton Bases: :py:obj:`object` A singleton for your usage. When inheriting do not implement __init__ instead override :func:`init` .. py:method:: init(*args, **kwds) :abstractmethod: Override to act as an init .. py:method:: reset_singleton() :classmethod: Reset the internal state of a singleton