Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyTables/PyTables
/ close
Method
close
examples/threading_monkeypatch.py:39–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
super().__init__(*args, **kargs)
38
39
def
close(self):
40
with
ThreadsafeFileRegistry.lock:
41
super().close()
42
43
44
@functools.wraps(tb.open_file)
Callers
15
tutorial2.py
File · 0.45
tearDown
Function · 0.45
run
Method · 0.45
read_and_send_socket
Function · 0.45
earray1.py
File · 0.45
table-tree.py
File · 0.45
attributes1.py
File · 0.45
synchronized_close_file
Function · 0.45
array2.py
File · 0.45
direct-chunk-shape.py
File · 0.45
table1.py
File · 0.45
tutorial3-1.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected