Go to the source code of this file.
Namespaces | |
google.protobuf.descriptor | |
Functions | |
def | google.protobuf.descriptor._OptionsOrNone (descriptor_proto) |
def | google.protobuf.descriptor._ParseOptions (message, string) |
def | google.protobuf.descriptor._ToCamelCase (name) |
def | google.protobuf.descriptor._ToJsonName (name) |
def | google.protobuf.descriptor.MakeDescriptor (desc_proto, package='', build_file_if_cpp=True, syntax=None) |
Variables | |
string | google.protobuf.descriptor.__author__ = 'robinson@google.com (Will Robinson)' |
google.protobuf.descriptor._lock = threading.Lock() | |
bool | google.protobuf.descriptor._USE_C_DESCRIPTORS = False |
google.protobuf.descriptor.DescriptorMetaclass = type | |