Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ parses
Function
parses
dask/array/tests/test_svg.py:11–13 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
9
10
11
def
parses(text):
12
cleaned = text.replace(
"→"
,
""
)
# xml doesn't like right arrow character
13
assert xml.etree.ElementTree.fromstring(cleaned) is not None
# parses cleanly
14
15
16
def
test_basic():
Callers
2
test_basic
Function · 0.85
test_repr_html_size_units
Function · 0.85
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected