harborapi.client_sync
HarborClient
Bases: HarborAsyncClient
Non-async Harbor API client.
Source code in harborapi/client_sync.py
__getattribute__(name)
Overrides the __getattribute__
method to wrap coroutine functions
Intercepts attribute access and wraps coroutine functions with _wrap_coro
.
Internal methods are not wrapped in order to run them normally in an asynchronous manner within the event loop.