Home
last modified time | relevance | path

Searched refs:_get_global_client (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/implementations/
H A Ddask.py2 from distributed.client import Client, _get_global_client
12 return _get_global_client()
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dclient.py116 def _get_global_client() -> Client | None: function
1364 if _get_global_client() is self:
4759 c = c or _get_global_client()
5079 c = _get_global_client()