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

Method read

pandas/tests/io/test_html.py:1468–1471  ·  view source on GitHub ↗
(self, size=None)

Source from the content-addressed store, hash-verified

1466 self.at_end = False
1467
1468 def read(self, size=None):
1469 data = "" if self.at_end else self.data
1470 self.at_end = True
1471 return data
1472
1473 def seek(self, offset):
1474 self.at_end = False

Callers 6

test_banklist_urlMethod · 0.45
test_spam_urlMethod · 0.45
test_string_ioMethod · 0.45
test_stringMethod · 0.45
test_heartland_bankMethod · 0.45
test_encodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected