Home
last modified time | relevance | path

Searched refs:clean_orphaned_pyc (Results 1 – 3 of 3) sorted by relevance

/dports/security/nyx/nyx-2.1.0/
H A Drun_tests.py36 orphaned_pyc = stem.util.test_tools.clean_orphaned_pyc([test.NYX_BASE])
/dports/security/py-stem/stem-1.8.0/test/
H A Dtask.py143 return ['removed %s' % path for path in stem.util.test_tools.clean_orphaned_pyc(paths)]
/dports/security/py-stem/stem-1.8.0/stem/util/
H A Dtest_tools.py324 def clean_orphaned_pyc(paths): function