Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
def
synchronized_open_file(*args, **kwargs):
35
with
lock:
36
return
tb.open_file(*args, **kwargs)
37
38
39
def
synchronized_close_file(self, *args, **kwargs):
Callers
1
run
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected