Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ test_css_to_excel
Function
test_css_to_excel
pandas/tests/io/formats/test_to_excel.py:234–236 ·
view source on GitHub ↗
(css, expected)
Source
from the content-addressed store, hash-verified
232
],
233
)
234
def
test_css_to_excel(css, expected):
235
convert = CSSToExcelConverter()
236
assert expected == convert(css)
237
238
239
def
test_css_to_excel_multiple():
Callers
nothing calls this directly
Calls
2
CSSToExcelConverter
Class · 0.90
convert
Function · 0.85
Tested by
no test coverage detected