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

Function flavor_read_html

pandas/tests/io/test_html.py:104–105  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

102 ],
103)
104def flavor_read_html(request):
105 return partial(read_html, flavor=request.param)
106
107
108class TestReadHtml:

Callers 15

test_to_html_compatMethod · 0.85
test_dtype_backendMethod · 0.85
test_banklist_urlMethod · 0.85
test_spam_urlMethod · 0.85
test_banklistMethod · 0.85
test_spamMethod · 0.85
test_spam_no_matchMethod · 0.85
test_spam_headerMethod · 0.85
test_skiprows_intMethod · 0.85
test_skiprows_rangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected