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

Method open

pandas/tests/io/test_gcs.py:40–42  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

38 class MockGCSFileSystem(fsspec.AbstractFileSystem):
39 @staticmethod
40 def open(*args, **kwargs):
41 gcs_buffer.seek(0)
42 return gcs_buffer
43
44 def ls(self, path, **kwargs):
45 # needed for pyarrow

Callers 15

test_pickle_figMethod · 0.45
compress_fileMethod · 0.45
test_stata_119Method · 0.45
test_compressionFunction · 0.45
assert_equal_zip_safeFunction · 0.45
create_and_load_irisFunction · 0.45

Calls 2

seekMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected