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

Method worker

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

Source from the content-addressed store, hash-verified

35class TestSymbolic(util.F2PyTest):
36 def test_eliminate_quotes(self):
37 def worker(s):
38 r, d = eliminate_quotes(s)
39 s1 = insert_quotes(r, d)
40 assert s1 == s
41
42 for kind in ["", "mykind_"]:
43 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