Sign in
android
/
platform
/
external
/
python
/
python-api-core
/
6f4070d1c12e7c1fb2446b568dec9f9ac0d62c73
commit
6f4070d1c12e7c1fb2446b568dec9f9ac0d62c73
[
log
]
[
tgz
]
author
Christopher Wilcox <
[email protected]
>
Thu Nov 29 11:02:52 2018 -0800
committer
GitHub <
[email protected]
>
Thu Nov 29 11:02:52 2018 -0800
tree
732d9660e12b6369cae16180945b30877ec18323
parent
df6ae5fd33f947dd544519ae7d41bb8db0c2d1c3
[
diff
]
blacken api_core and core (#6668) * blacken api_core and core
.flake8
[
diff
]
google/__init__.py
[
diff
]
google/api_core/__init__.py
[
diff
]
google/api_core/bidi.py
[
diff
]
google/api_core/datetime_helpers.py
[
diff
]
google/api_core/exceptions.py
[
diff
]
google/api_core/future/__init__.py
[
diff
]
google/api_core/future/_helpers.py
[
diff
]
google/api_core/future/polling.py
[
diff
]
google/api_core/gapic_v1/__init__.py
[
diff
]
google/api_core/gapic_v1/client_info.py
[
diff
]
google/api_core/gapic_v1/config.py
[
diff
]
google/api_core/gapic_v1/method.py
[
diff
]
google/api_core/gapic_v1/routing_header.py
[
diff
]
google/api_core/general_helpers.py
[
diff
]
google/api_core/grpc_helpers.py
[
diff
]
google/api_core/operation.py
[
diff
]
google/api_core/operations_v1/__init__.py
[
diff
]
google/api_core/operations_v1/operations_client.py
[
diff
]
google/api_core/operations_v1/operations_client_config.py
[
diff
]
google/api_core/page_iterator.py
[
diff
]
google/api_core/path_template.py
[
diff
]
google/api_core/protobuf_helpers.py
[
diff
]
google/api_core/retry.py
[
diff
]
google/api_core/timeout.py
[
diff
]
noxfile.py
[
diff
]
setup.py
[
diff
]
tests/unit/future/test__helpers.py
[
diff
]
tests/unit/future/test_polling.py
[
diff
]
tests/unit/gapic/test_client_info.py
[
diff
]
tests/unit/gapic/test_config.py
[
diff
]
tests/unit/gapic/test_method.py
[
diff
]
tests/unit/gapic/test_routing_header.py
[
diff
]
tests/unit/operations_v1/test_operations_client.py
[
diff
]
tests/unit/test_bidi.py
[
diff
]
tests/unit/test_datetime_helpers.py
[
diff
]
tests/unit/test_exceptions.py
[
diff
]
tests/unit/test_general_helpers.py
[
diff
]
tests/unit/test_grpc_helpers.py
[
diff
]
tests/unit/test_operation.py
[
diff
]
tests/unit/test_page_iterator.py
[
diff
]
tests/unit/test_path_template.py
[
diff
]
tests/unit/test_protobuf_helpers.py
[
diff
]
tests/unit/test_retry.py
[
diff
]
tests/unit/test_timeout.py
[
diff
]
45 files changed
tree: 732d9660e12b6369cae16180945b30877ec18323
google/
tests/
.coveragerc
.flake8
CHANGELOG.md
LICENSE
MANIFEST.in
noxfile.py
README.rst
setup.cfg
setup.py