MCPcopy 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
11def 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
16def test_basic():

Callers 2

test_basicFunction · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected