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

Method _parse_thead_tr

pandas/io/html.py:638–639  ·  view source on GitHub ↗
(self, table)

Source from the content-addressed store, hash-verified

636 return row.find_all(("td", "th"), recursive=False)
637
638 def _parse_thead_tr(self, table):
639 return table.select("thead tr")
640
641 def _parse_tbody_tr(self, table):
642 from_tbody = table.select("tbody tr")

Callers

nothing calls this directly

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected