# {py:mod}`django_socio_grpc.utils.debug` ```{py:module} django_socio_grpc.utils.debug ``` ```{autodoc2-docstring} django_socio_grpc.utils.debug :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`ProtoGeneratorPrintHelper ` - ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`ENABLE_PROTO_DEBUG ` - ```{autodoc2-docstring} django_socio_grpc.utils.debug.ENABLE_PROTO_DEBUG :summary: ``` * - {py:obj}`SERVICE_TO_DEBUG ` - ```{autodoc2-docstring} django_socio_grpc.utils.debug.SERVICE_TO_DEBUG :summary: ``` * - {py:obj}`ACTION_TO_DEBUG ` - ```{autodoc2-docstring} django_socio_grpc.utils.debug.ACTION_TO_DEBUG :summary: ``` * - {py:obj}`PREFIX_TO_DEBUG ` - ```{autodoc2-docstring} django_socio_grpc.utils.debug.PREFIX_TO_DEBUG :summary: ``` * - {py:obj}`SUFFIX_TO_DEBUG ` - ```{autodoc2-docstring} django_socio_grpc.utils.debug.SUFFIX_TO_DEBUG :summary: ``` * - {py:obj}`FIELD_TO_DEBUG ` - ```{autodoc2-docstring} django_socio_grpc.utils.debug.FIELD_TO_DEBUG :summary: ``` ```` ### API ````{py:data} ENABLE_PROTO_DEBUG :canonical: django_socio_grpc.utils.debug.ENABLE_PROTO_DEBUG :value: > False ```{autodoc2-docstring} django_socio_grpc.utils.debug.ENABLE_PROTO_DEBUG ``` ```` ````{py:data} SERVICE_TO_DEBUG :canonical: django_socio_grpc.utils.debug.SERVICE_TO_DEBUG :value: ```{autodoc2-docstring} django_socio_grpc.utils.debug.SERVICE_TO_DEBUG ``` ```` ````{py:data} ACTION_TO_DEBUG :canonical: django_socio_grpc.utils.debug.ACTION_TO_DEBUG :value: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ACTION_TO_DEBUG ``` ```` ````{py:data} PREFIX_TO_DEBUG :canonical: django_socio_grpc.utils.debug.PREFIX_TO_DEBUG :value: ```{autodoc2-docstring} django_socio_grpc.utils.debug.PREFIX_TO_DEBUG ``` ```` ````{py:data} SUFFIX_TO_DEBUG :canonical: django_socio_grpc.utils.debug.SUFFIX_TO_DEBUG :value: ```{autodoc2-docstring} django_socio_grpc.utils.debug.SUFFIX_TO_DEBUG ``` ```` ````{py:data} FIELD_TO_DEBUG :canonical: django_socio_grpc.utils.debug.FIELD_TO_DEBUG :value: ```{autodoc2-docstring} django_socio_grpc.utils.debug.FIELD_TO_DEBUG ``` ```` `````{py:class} ProtoGeneratorPrintHelper :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper ``` ````{py:attribute} service_name :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.service_name :type: str :value: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.service_name ``` ```` ````{py:attribute} action_name :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.action_name :type: str :value: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.action_name ``` ```` ````{py:attribute} prefix :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.prefix :type: str :value: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.prefix ``` ```` ````{py:attribute} message_class :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.message_class :value: > None ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.message_class ``` ```` ````{py:attribute} field_name :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.field_name :type: str :value: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.field_name ``` ```` ````{py:method} reset() :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.reset :classmethod: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.reset ``` ```` ````{py:method} set_service_and_action(service_name: str, action_name: str) :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.set_service_and_action :classmethod: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.set_service_and_action ``` ```` ````{py:method} set_info_proto_message(prefix: str, message_class) :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.set_info_proto_message :classmethod: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.set_info_proto_message ``` ```` ````{py:method} set_field_name(field_name: str) :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.set_field_name :classmethod: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.set_field_name ``` ```` ````{py:method} print(*args, **kwargs) :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.print :classmethod: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.print ``` ```` ````{py:method} check_service() :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.check_service :classmethod: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.check_service ``` ```` ````{py:method} check_prefix() :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.check_prefix :classmethod: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.check_prefix ``` ```` ````{py:method} check_message_suffix() :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.check_message_suffix :classmethod: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.check_message_suffix ``` ```` ````{py:method} check_action_name() :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.check_action_name :classmethod: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.check_action_name ``` ```` ````{py:method} check_field_name() :canonical: django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.check_field_name :classmethod: ```{autodoc2-docstring} django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper.check_field_name ``` ```` `````