✏️ 正在编辑: cpp_message.cpython-36.pyc
路径:
/usr/lib/python3.6/site-packages/google/protobuf/pyext/__pycache__/cpp_message.cpython-36.pyc
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
3 ���h# � @ s* d Z dZddlmZ G dd� dej�ZdS )z�Protocol message implementation hooks for C++ implementation. Contains helper functions used to create protocol message classes from Descriptor objects at runtime backed by the protocol buffer C++ API. z tibell@google.com (Johan Tibell)� )�_messagec @ s e Zd ZdZdZdS )�GeneratedProtocolMessageTypea� Metaclass for protocol message classes created at runtime from Descriptors. The protocol compiler currently uses this metaclass to create protocol message classes at runtime. Clients can also manually create their own classes at runtime, as in this example: mydescriptor = Descriptor(.....) factory = symbol_database.Default() factory.pool.AddDescriptor(mydescriptor) MyProtoClass = factory.GetPrototype(mydescriptor) myproto_instance = MyProtoClass() myproto.foo_field = 23 ... The above example will not work for nested types. If you wish to include them, use reflection.MakeClass() instead of manually instantiating the class in order to create the appropriate class structure. Z DESCRIPTORN)�__name__� __module__�__qualname__�__doc__Z_DESCRIPTOR_KEY� r r �!/usr/lib/python3.6/cpp_message.pyr * s r N)r � __author__Zgoogle.protobuf.pyextr ZMessageMetar r r r r �<module># s
💾 保存文件
← 返回文件管理器