| Server IP : 66.29.153.156 / Your IP : 216.73.216.151 Web Server : LiteSpeed System : Linux premium322.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64 User : lastyfjz ( 1521) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /lib/python3.6/site-packages/google/protobuf/pyext/__pycache__/ |
Upload File : |
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