MCPcopy Create free account
hub / github.com/numpy/numpy / flush

Method flush

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

Source from the content-addressed store, hash-verified

2659 return self.base.write(s)
2660
2661 def flush(self):
2662 return self.base.flush()
2663
2664class JustReader:
2665 def __init__(self, base):

Callers 5

dispFunction · 0.45
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