PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/mazaqgee/jamerehmat.com/xcr.php on line 8
$#$#$#

Dir : /lib/python3.6/site-packages/google/protobuf/pyext/__pycache__/
Server: Linux premium155.web-hosting.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
IP: 162.0.235.198
Choose File :

Url:
Dir : //lib/python3.6/site-packages/google/protobuf/pyext/__pycache__/cpp_message.cpython-36.pyc

3

���h#�@s*dZdZddlmZGdd�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@seZdZdZdZdS)�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�rr�!/usr/lib/python3.6/cpp_message.pyr*srN)r�
__author__Zgoogle.protobuf.pyextrZMessageMetarrrrr	�<module>#s