X7ROOT File Manager
Current Path:
/lib/python3.6/site-packages/google/protobuf
lib
/
python3.6
/
site-packages
/
google
/
protobuf
/
??
..
??
__init__.py
(1.85 KB)
??
__pycache__
??
any_pb2.py
(2.62 KB)
??
any_test_pb2.py
(3.13 KB)
??
api_pb2.py
(10.64 KB)
??
descriptor.py
(38.68 KB)
??
descriptor_database.py
(5.79 KB)
??
descriptor_pb2.py
(87.13 KB)
??
descriptor_pool.py
(35.24 KB)
??
duration_pb2.py
(2.71 KB)
??
empty_pb2.py
(1.91 KB)
??
field_mask_pb2.py
(2.37 KB)
??
internal
??
json_format.py
(28.52 KB)
??
map_proto2_unittest_pb2.py
(54.59 KB)
??
map_unittest_pb2.py
(124.44 KB)
??
message.py
(11.19 KB)
??
message_factory.py
(6.14 KB)
??
proto_builder.py
(5.09 KB)
??
pyext
??
reflection.py
(4.46 KB)
??
service.py
(8.93 KB)
??
service_reflection.py
(10.76 KB)
??
source_context_pb2.py
(2.48 KB)
??
struct_pb2.py
(10.64 KB)
??
symbol_database.py
(6.28 KB)
??
test_messages_proto2_pb2.py
(105.2 KB)
??
test_messages_proto3_pb2.py
(115.05 KB)
??
text_encoding.py
(4.51 KB)
??
text_format.py
(49.69 KB)
??
timestamp_pb2.py
(2.73 KB)
??
type_pb2.py
(21.35 KB)
??
unittest_arena_pb2.py
(4.4 KB)
??
unittest_custom_options_pb2.py
(88.18 KB)
??
unittest_import_pb2.py
(4.49 KB)
??
unittest_import_public_pb2.py
(2.29 KB)
??
unittest_mset_pb2.py
(9.73 KB)
??
unittest_mset_wire_format_pb2.py
(3.76 KB)
??
unittest_no_arena_import_pb2.py
(2.18 KB)
??
unittest_no_arena_pb2.py
(51.17 KB)
??
unittest_no_generic_services_pb2.py
(4.15 KB)
??
unittest_pb2.py
(335.22 KB)
??
unittest_proto3_arena_pb2.py
(59.16 KB)
??
wrappers_pb2.py
(11.26 KB)
Editing: any_test_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/protobuf/any_test.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database from google.protobuf import descriptor_pb2 # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2 DESCRIPTOR = _descriptor.FileDescriptor( name='google/protobuf/any_test.proto', package='protobuf_unittest', syntax='proto3', serialized_pb=_b('\n\x1egoogle/protobuf/any_test.proto\x12\x11protobuf_unittest\x1a\x19google/protobuf/any.proto\"y\n\x07TestAny\x12\x13\n\x0bint32_value\x18\x01 \x01(\x05\x12\'\n\tany_value\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x12repeated_any_value\x18\x03 \x03(\x0b\x32\x14.google.protobuf.Anyb\x06proto3') , dependencies=[google_dot_protobuf_dot_any__pb2.DESCRIPTOR,]) _TESTANY = _descriptor.Descriptor( name='TestAny', full_name='protobuf_unittest.TestAny', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='int32_value', full_name='protobuf_unittest.TestAny.int32_value', index=0, number=1, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( name='any_value', full_name='protobuf_unittest.TestAny.any_value', index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( name='repeated_any_value', full_name='protobuf_unittest.TestAny.repeated_any_value', index=2, number=3, type=11, cpp_type=10, label=3, has_default_value=False, default_value=[], message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), ], extensions=[ ], nested_types=[], enum_types=[ ], options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=80, serialized_end=201, ) _TESTANY.fields_by_name['any_value'].message_type = google_dot_protobuf_dot_any__pb2._ANY _TESTANY.fields_by_name['repeated_any_value'].message_type = google_dot_protobuf_dot_any__pb2._ANY DESCRIPTOR.message_types_by_name['TestAny'] = _TESTANY _sym_db.RegisterFileDescriptor(DESCRIPTOR) TestAny = _reflection.GeneratedProtocolMessageType('TestAny', (_message.Message,), dict( DESCRIPTOR = _TESTANY, __module__ = 'google.protobuf.any_test_pb2' # @@protoc_insertion_point(class_scope:protobuf_unittest.TestAny) )) _sym_db.RegisterMessage(TestAny) # @@protoc_insertion_point(module_scope)
Upload File
Create Folder