Home
last modified time | relevance | path

Searched refs:make_pymodule_path (Results 1 – 8 of 8) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/third_party/ply/test/
H A Dtestyacc.py19 def make_pymodule_path(filename): function
32 return os.path.exists(make_pymodule_path(filename))
35 os.remove(make_pymodule_path(filename))
H A Dtestlex.py19 def make_pymodule_path(filename): function
32 return os.path.exists(make_pymodule_path(filename))
35 os.remove(make_pymodule_path(filename))
/dports/shells/xonsh/xonsh-0.7.9/xonsh/ply/test/
H A Dtestyacc.py20 def make_pymodule_path(filename): function
37 return os.path.exists(make_pymodule_path(filename))
40 os.remove(make_pymodule_path(filename))
H A Dtestlex.py26 def make_pymodule_path(filename, optimization=None): function
44 return os.path.exists(make_pymodule_path(filename,
48 os.remove(make_pymodule_path(filename, optimization=optimization))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/ply/test/
H A Dtestyacc.py20 def make_pymodule_path(filename): function
37 return os.path.exists(make_pymodule_path(filename))
40 os.remove(make_pymodule_path(filename))
H A Dtestlex.py26 def make_pymodule_path(filename, optimization=None): function
44 return os.path.exists(make_pymodule_path(filename,
48 os.remove(make_pymodule_path(filename, optimization=optimization))
/dports/devel/py-ply/ply-3.11/test/
H A Dtestyacc.py20 def make_pymodule_path(filename): function
37 return os.path.exists(make_pymodule_path(filename))
40 os.remove(make_pymodule_path(filename))
H A Dtestlex.py26 def make_pymodule_path(filename, optimization=None): function
44 return os.path.exists(make_pymodule_path(filename,
48 os.remove(make_pymodule_path(filename, optimization=optimization))