MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / get_client

Method get_client

benchmarks/src/environment/dask.py:182–183  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

180 self.cluster.stop(use_sigint=True)
181
182 def get_client(self) -> Client:
183 return self.client
184
185 def _get_shared_envs(self) -> Dict[str, str]:
186 pythonpath = os.environ.get("PYTHONPATH", "")

Callers 1

measure_dask_tasksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected