# {py:mod}`django_socio_grpc.protobuf.registry_singleton` ```{py:module} django_socio_grpc.protobuf.registry_singleton ``` ```{autodoc2-docstring} django_socio_grpc.protobuf.registry_singleton :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`SingletonMeta ` - ```{autodoc2-docstring} django_socio_grpc.protobuf.registry_singleton.SingletonMeta :summary: ``` * - {py:obj}`RegistrySingleton ` - ```{autodoc2-docstring} django_socio_grpc.protobuf.registry_singleton.RegistrySingleton :summary: ``` ```` ### API `````{py:class} SingletonMeta :canonical: django_socio_grpc.protobuf.registry_singleton.SingletonMeta Bases: {py:obj}`type` ```{autodoc2-docstring} django_socio_grpc.protobuf.registry_singleton.SingletonMeta ``` ````{py:attribute} _instances :canonical: django_socio_grpc.protobuf.registry_singleton.SingletonMeta._instances :value: > None ```{autodoc2-docstring} django_socio_grpc.protobuf.registry_singleton.SingletonMeta._instances ``` ```` ````{py:method} __call__(*args, **kwargs) :canonical: django_socio_grpc.protobuf.registry_singleton.SingletonMeta.__call__ ```` ````` `````{py:class} RegistrySingleton :canonical: django_socio_grpc.protobuf.registry_singleton.RegistrySingleton ```{autodoc2-docstring} django_socio_grpc.protobuf.registry_singleton.RegistrySingleton ``` ````{py:attribute} registered_apps :canonical: django_socio_grpc.protobuf.registry_singleton.RegistrySingleton.registered_apps :type: dict[str, django_socio_grpc.services.app_handler_registry.AppHandlerRegistry] :value: > 'field(...)' ```{autodoc2-docstring} django_socio_grpc.protobuf.registry_singleton.RegistrySingleton.registered_apps ``` ```` ````{py:attribute} _instances :canonical: django_socio_grpc.protobuf.registry_singleton.RegistrySingleton._instances :type: typing.ClassVar :value: > None ```{autodoc2-docstring} django_socio_grpc.protobuf.registry_singleton.RegistrySingleton._instances ``` ```` ````{py:method} clean_all() :canonical: django_socio_grpc.protobuf.registry_singleton.RegistrySingleton.clean_all :classmethod: ```{autodoc2-docstring} django_socio_grpc.protobuf.registry_singleton.RegistrySingleton.clean_all ``` ```` `````