[arvados] updated: 2.7.0-5391-g3fc85b18b1

git repository hosting git at public.arvados.org
Tue Nov 21 15:57:08 UTC 2023


Summary of changes:
 sdk/python/arvados/safeapi.py | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

       via  3fc85b18b18396d819e2a29a118985b794ed2e74 (commit)
      from  82cda2c5df9bab00bd34481c349421217ae50dba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 3fc85b18b18396d819e2a29a118985b794ed2e74
Author: Brett Smith <brett.smith at curii.com>
Date:   Tue Nov 21 10:56:49 2023 -0500

    21211: Update arvados.safeapi Markdown style
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>

diff --git a/sdk/python/arvados/safeapi.py b/sdk/python/arvados/safeapi.py
index 1e18af5dce..56b92e8f08 100644
--- a/sdk/python/arvados/safeapi.py
+++ b/sdk/python/arvados/safeapi.py
@@ -33,26 +33,24 @@ class ThreadSafeApiCache(object):
 
     Arguments:
 
-    apiconfig: Mapping[str, str] | None
-    : A mapping with entries for `ARVADOS_API_HOST`, `ARVADOS_API_TOKEN`,
-      and optionally `ARVADOS_API_HOST_INSECURE`. If not provided, uses
+    * apiconfig: Mapping[str, str] | None --- A mapping with entries for
+      `ARVADOS_API_HOST`, `ARVADOS_API_TOKEN`, and optionally
+      `ARVADOS_API_HOST_INSECURE`. If not provided, uses
       `arvados.config.settings` to get these parameters from user
       configuration.  You can pass an empty mapping to build the client
       solely from `api_params`.
 
-    keep_params: Mapping[str, Any]
-    : Keyword arguments used to construct an associated
-      `arvados.keep.KeepClient`.
+    * keep_params: Mapping[str, Any] --- Keyword arguments used to construct
+      an associated `arvados.keep.KeepClient`.
 
-    api_params: Mapping[str, Any]
-    : Keyword arguments used to construct each thread's API client. These
-      have the same meaning as in the `arvados.api.api` function.
+    * api_params: Mapping[str, Any] --- Keyword arguments used to construct
+      each thread's API client. These have the same meaning as in the
+      `arvados.api.api` function.
 
-    version: str | None
-    : A string naming the version of the Arvados API to use. If not specified,
-      the code will log a warning and fall back to 'v1'.
+    * version: str | None --- A string naming the version of the Arvados API
+      to use. If not specified, the code will log a warning and fall back to
+      `'v1'`.
     """
-
     def __init__(
             self,
             apiconfig: Optional[Mapping[str, str]]=None,

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list