~~NOTOC~~
Текст документации сгенерирован автоматически из [[https://github.com/iron-mesh/Pyrog|исходного кода]].\\
Если обнаружили ошибку, отправьте об этом сообщение на [[feedback@ironmesh.ru|📧почту]].
====== Singleton ======
Realize singleton functionality.
==== Methods ====
=== instance ===
@classmethod
def instance() -> object | None
Returns the singleton instance or None if it isn't instantiated.
**Returns:**
* //object | None// — (without description)
=== delete_instance ===
@classmethod
def delete_instance()
Deletes the instance from registry.