X7ROOT File Manager
Current Path:
/opt/gsutil/third_party/apitools/apitools/base/protorpclite
opt
/
gsutil
/
third_party
/
apitools
/
apitools
/
base
/
protorpclite
/
📁
..
📄
__init__.py
(693 B)
📄
descriptor.py
(19.25 KB)
📄
descriptor_test.py
(16.7 KB)
📄
message_types.py
(4.05 KB)
📄
message_types_test.py
(3.12 KB)
📄
messages.py
(66.13 KB)
📄
messages_test.py
(78.28 KB)
📄
protojson.py
(13.25 KB)
📄
protojson_test.py
(18.24 KB)
📄
test_util.py
(23.88 KB)
📄
util.py
(9.98 KB)
📄
util_test.py
(9.23 KB)
Editing: __init__.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. """Shared __init__.py for apitools.""" from pkgutil import extend_path __path__ = extend_path(__path__, __name__)
Upload File
Create Folder