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

Method flush

numpy/lib/tests/test_io.py:2594–2595  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2592 return self.base.write(s)
2593
2594 def flush(self):
2595 return self.base.flush()
2596
2597class JustReader:
2598 def __init__(self, base):

Callers 4

test_memmap_roundtripFunction · 0.45
test_version_2_0_memmapFunction · 0.45
roundtripMethod · 0.45
test_ducktypingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected