MCPcopy 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.pyFile · 0.45
tearDownFunction · 0.45
runMethod · 0.45
read_and_send_socketFunction · 0.45
earray1.pyFile · 0.45
table-tree.pyFile · 0.45
attributes1.pyFile · 0.45
synchronized_close_fileFunction · 0.45
array2.pyFile · 0.45
table1.pyFile · 0.45
tutorial3-1.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected