MCPcopy Index your code
hub / github.com/PyTables/PyTables / flush

Method flush

tables/leaf.py:908–917  ·  view source on GitHub ↗

Flush pending data to disk. Saves whatever remaining buffered data to disk. It also releases I/O buffers, so if you are filling many datasets in the same PyTables session, please call flush() extensively so as to help PyTables to keep memory requirements low.

(self)

Source from the content-addressed store, hash-verified

906
907 # Data handling
908 def flush(self) -> None:
909 """Flush pending data to disk.
910
911 Saves whatever remaining buffered data to disk. It also releases
912 I/O buffers, so if you are filling many datasets in the same
913 PyTables session, please call flush() extensively so as to help
914 PyTables to keep memory requirements low.
915
916 """
917 self._g_flush()
918
919 def chunk_info(self, coords: tuple[int, ...]) -> ChunkInfo:
920 """Get storage information about the chunk containing the `coords`.

Callers 15

_f_closeMethod · 0.95
add_tableFunction · 0.45
add_cacheFunction · 0.45
tutorial2.pyFile · 0.45
table-tree.pyFile · 0.45
table1.pyFile · 0.45
play-with-enums.pyFile · 0.45
split.pyFile · 0.45
objecttree.pyFile · 0.45
particles.pyFile · 0.45
nested-tut.pyFile · 0.45
index.pyFile · 0.45

Calls

no outgoing calls

Tested by 3

create_fileFunction · 0.36
create_fileFunction · 0.36
create_fileFunction · 0.36