MCPcopy Index your code
hub / github.com/cloudpipe/cloudpickle / close

Method close

tests/testutils.py:168–169  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166 return psutil.Process(workers_pids[0]).memory_info().rss
167
168 def close(self):
169 self.pool.shutdown(wait=True)
170
171
172@contextmanager

Callers 4

test_empty_fileMethod · 0.80
pickle_echoFunction · 0.80
subprocess_workerFunction · 0.80
assert_run_python_scriptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected