Home
last modified time | relevance | path

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

/dports/security/py-txtorcon/txtorcon-21.1.0/txtorcon/
H A Dcontroller.py47 HAVE_ASYNC = True variable
49 HAVE_ASYNC = False variable
701 if not HAVE_ASYNC:
/dports/security/py-txtorcon/txtorcon-21.1.0/test/
H A Dtest_controller.py23 from txtorcon.controller import _is_non_public_numeric_address, Tor, HAVE_ASYNC
30 if HAVE_ASYNC: