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

Method write

pandas/io/pytables.py:2954–2957  ·  view source on GitHub ↗
(self, obj, **kwargs)

Source from the content-addressed store, hash-verified

2952 )
2953
2954 def write(self, obj, **kwargs) -> None:
2955 raise NotImplementedError(
2956 "cannot write on an abstract storer: subclasses should implement"
2957 )
2958
2959 def delete(
2960 self, where=None, start: int | None = None, stop: int | None = None

Callers 15

write_version_infoFunction · 0.45
process_tempitaFunction · 0.45
render_templatesMethod · 0.45
mainFunction · 0.45
generate_pip_from_condaFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
run_stubtest.pyFile · 0.45

Calls

no outgoing calls

Tested by 15

test_from_csvMethod · 0.36
compress_fileMethod · 0.36
test_write_explicitMethod · 0.36
test_write_inferMethod · 0.36
test_nonfile_writingMethod · 0.36
catalogFunction · 0.36
gzip_bytesFunction · 0.36
test_read_csvFunction · 0.36
test_file_binary_modeFunction · 0.36
test_unix_style_breaksFunction · 0.36