Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_file
Method · 0.80
pickle_echo
Function · 0.80
subprocess_worker
Function · 0.80
assert_run_python_script
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected