MCPcopy Create free account
hub / github.com/numpy/numpy / worker

Method worker

numpy/f2py/tests/test_symbolic.py:39–42  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

37class TestSymbolic(util.F2PyTest):
38 def test_eliminate_quotes(self):
39 def worker(s):
40 r, d = eliminate_quotes(s)
41 s1 = insert_quotes(r, d)
42 assert s1 == s
43
44 for kind in ["", "mykind_"]:
45 worker(kind + '"1234" // "ABCD"')

Callers

nothing calls this directly

Calls 2

eliminate_quotesFunction · 0.90
insert_quotesFunction · 0.90

Tested by

no test coverage detected