Current Path: > > usr > lib > python2.7 > site-packages > > google > protobuf > pyext
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.py | File | 150 bytes | November 19 2021 09:58:28. | |
__init__.pyc | File | 351 bytes | November 19 2021 09:59:09. | |
__init__.pyo | File | 351 bytes | November 19 2021 09:59:09. | |
cpp_message.py | File | 2851 bytes | November 19 2021 09:58:28. | |
cpp_message.pyc | File | 1540 bytes | November 19 2021 09:59:09. | |
cpp_message.pyo | File | 1540 bytes | November 19 2021 09:59:09. | |
python_pb2.py | File | 9713 bytes | November 19 2021 09:58:28. | |
python_pb2.pyc | File | 6230 bytes | November 19 2021 09:59:09. | |
python_pb2.pyo | File | 6230 bytes | November 19 2021 09:59:09. |
� Du�ac @ s9 d Z d Z d d l m Z d e j f d � � YZ d S( s� 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. s tibell@google.com (Johan Tibell)i����( t _messaget GeneratedProtocolMessageTypec B s e Z d Z d Z RS( s� 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. t DESCRIPTOR( t __name__t __module__t __doc__t _DESCRIPTOR_KEY( ( ( sE /usr/lib/python2.7/site-packages/google/protobuf/pyext/cpp_message.pyR * s N( R t __author__t google.protobuf.pyextR t MessageMetaR ( ( ( sE /usr/lib/python2.7/site-packages/google/protobuf/pyext/cpp_message.pyt <module># s
SILENT KILLER Tool