MCPcopy
hub / github.com/pandas-dev/pandas / test_flush

Function test_flush

pandas/tests/io/pytables/test_file_handling.py:183–187  ·  view source on GitHub ↗
(temp_h5_path)

Source from the content-addressed store, hash-verified

181
182
183def test_flush(temp_h5_path):
184 with HDFStore(temp_h5_path, mode="w") as store:
185 store["a"] = Series(range(5))
186 store.flush()
187 store.flush(fsync=True)
188
189
190def test_complibs_default_settings(temp_h5_path, using_infer_string):

Callers

nothing calls this directly

Calls 3

HDFStoreClass · 0.90
SeriesClass · 0.90
flushMethod · 0.45

Tested by

no test coverage detected