Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_fig
Method · 0.45
test_subplots_constrained_layout
Method · 0.45
compress_file
Method · 0.45
test_stata_119
Method · 0.45
test_compression
Function · 0.45
assert_equal_zip_safe
Function · 0.45
test_stringify_file_and_path_like
Method · 0.45
create_and_load_iris_sqlite3
Function · 0.45
create_and_load_iris_postgresql
Function · 0.45
create_and_load_iris
Function · 0.45
test_tar_gz_to_different_filename
Function · 0.45
parquetfastparquet_responder
Function · 0.45
Calls
2
seek
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected