MCPcopy 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
39def synchronized_close_file(self, *args, **kwargs):
40 with lock:
41 return self.close(*args, **kwargs)
42
43
44def run(filename, path, inqueue, outqueue):

Callers 1

runFunction · 0.85

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected