MCPcopy Create free account
hub / github.com/PyTables/PyTables / synchronized_open_file

Function synchronized_open_file

examples/simple_threading.py:34–36  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

32
33
34def synchronized_open_file(*args, **kwargs):
35 with lock:
36 return tb.open_file(*args, **kwargs)
37
38
39def synchronized_close_file(self, *args, **kwargs):

Callers 1

runFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected