django_socio_grpc.utils.debug

Module Contents

Classes

ProtoGeneratorPrintHelper

Data

ENABLE_PROTO_DEBUG

SERVICE_TO_DEBUG

ACTION_TO_DEBUG

PREFIX_TO_DEBUG

SUFFIX_TO_DEBUG

FIELD_TO_DEBUG

API

django_socio_grpc.utils.debug.ENABLE_PROTO_DEBUG

False

django_socio_grpc.utils.debug.SERVICE_TO_DEBUG = <Multiline-String>
django_socio_grpc.utils.debug.ACTION_TO_DEBUG = <Multiline-String>
django_socio_grpc.utils.debug.PREFIX_TO_DEBUG = <Multiline-String>
django_socio_grpc.utils.debug.SUFFIX_TO_DEBUG = <Multiline-String>
django_socio_grpc.utils.debug.FIELD_TO_DEBUG = <Multiline-String>
class django_socio_grpc.utils.debug.ProtoGeneratorPrintHelper
service_name: str = <Multiline-String>
action_name: str = <Multiline-String>
prefix: str = <Multiline-String>
message_class

None

field_name: str = <Multiline-String>
classmethod reset()
classmethod set_service_and_action(service_name: str, action_name: str)
classmethod set_info_proto_message(prefix: str, message_class)

message_class: Type[ProtoMessage]

classmethod set_field_name(field_name: str)
classmethod print(*args, **kwargs)
classmethod check_service()
classmethod check_prefix()
classmethod check_message_suffix()
classmethod check_action_name()
classmethod check_field_name()