Home
last modified time | relevance | path

Searched refs:is_pycodestyle_available (Results 1 – 2 of 2) sorted by relevance

/dports/security/py-stem/stem-1.8.0/stem/util/
H A Dtest_tools.py379 def is_pycodestyle_available(): function
483 if is_pycodestyle_available():
673 is_pep8_available = is_pycodestyle_available
/dports/security/py-stem/stem-1.8.0/test/
H A Dtask.py360 is_available = stem.util.test_tools.is_pycodestyle_available(),