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

Method seek

pandas/tests/io/test_html.py:1473–1474  ·  view source on GitHub ↗
(self, offset)

Source from the content-addressed store, hash-verified

1471 return data
1472
1473 def seek(self, offset):
1474 self.at_end = False
1475
1476 def seekable(self):
1477 return True

Callers 15

_parseFunction · 0.45
closeMethod · 0.45
read_pickleFunction · 0.45
_read_new_headerMethod · 0.45
_get_dtypesMethod · 0.45
_read_strlsMethod · 0.45
readMethod · 0.45
_write_mapMethod · 0.45
_read_headerMethod · 0.45
_record_countMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected