21935: Rename safeapi.ThreadSafeApiCache to api.ThreadSafeAPIClient
authorBrett Smith <brett.smith@curii.com>
Fri, 12 Jul 2024 14:57:45 +0000 (10:57 -0400)
committerBrett Smith <brett.smith@curii.com>
Fri, 12 Jul 2024 21:22:11 +0000 (17:22 -0400)
commit5402c45d2991a9dea87c4a67dc5a67b90322c67e
treefa8d67f25db7f73c98877fc06d8831b8a24d1159
parentecca76ea83aca34d19e7964d148c8653fd5c948f
21935: Rename safeapi.ThreadSafeApiCache to api.ThreadSafeAPIClient

Moving the class lets us delist the safeapi module from reference
documentation and streamline it.

Changing the class name better describes what it does (it doesn't
cache anything!) and follows PEP 8 case rules.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/python/arvados/__init__.py
sdk/python/arvados/api.py
sdk/python/arvados/collection.py
sdk/python/arvados/events.py
sdk/python/arvados/safeapi.py
sdk/python/tests/test_api.py
sdk/python/tests/test_safeapi.py [deleted file]