aboutsummaryrefslogtreecommitdiff
path: root/google/api_core/general_helpers.py
diff options
context:
space:
mode:
authorchojoyce <chojoyce@google.com>2021-12-24 12:12:02 +0800
committerchojoyce <chojoyce@google.com>2022-01-04 18:13:08 +0800
commit4e81cd9cc2fd5700fad778754c7db0b34f9fe04f (patch)
tree412a59ade78bcacc2449642d7cfd7ccb6a92d8e4 /google/api_core/general_helpers.py
parentd4dcb747f8ac4df33c321b19ee1c511f6e47707e (diff)
parentcb091f8669124be83df78424afed442b37767acc (diff)
downloadpython-api-core-4e81cd9cc2fd5700fad778754c7db0b34f9fe04f.tar.gz
Merge platform/external/python/python-api-core v2.3.0
Inital commit of python-api-core 2.3.0 with history Added: - Android.bp - MODULE_LICENSE_APACHE2 - NOTICE - METADATA Bug: 154879379 Bug: 209463871 Test: None Change-Id: I5060e5ab4c8ebec256df4fb7a75a2ed03b5abbf4
Diffstat (limited to 'google/api_core/general_helpers.py')
-rw-r--r--google/api_core/general_helpers.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/google/api_core/general_helpers.py b/google/api_core/general_helpers.py
new file mode 100644
index 0000000..fba7802
--- /dev/null
+++ b/google/api_core/general_helpers.py
@@ -0,0 +1,16 @@
+# Copyright 2017 Google LLC
+#
+# 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.
+
+# This import for backward compatibiltiy only.
+from functools import wraps # noqa: F401 pragma: NO COVER