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

Method close

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected