MCPcopy Create free account
hub / github.com/apache/arrow / close

Method close

python/pyarrow/tests/test_io.py:226–227  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

224
225 class DuckReader:
226 def close(self):
227 pass
228
229 @property
230 def closed(self):

Calls

no outgoing calls

Tested by

no test coverage detected