Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyTables/PyTables
/ synchronized_close_file
Function
synchronized_close_file
examples/simple_threading.py:39–41 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
37
38
39
def
synchronized_close_file(self, *args, **kwargs):
40
with
lock:
41
return
self.close(*args, **kwargs)
42
43
44
def
run(filename, path, inqueue, outqueue):
Callers
1
run
Function · 0.85
Calls
1
close
Method · 0.45
Tested by
no test coverage detected