Home
last modified time | relevance | path

Searched refs:torstate (Results 1 – 7 of 7) sorted by relevance

/dports/security/py-txtorcon/txtorcon-21.1.0/txtorcon/
H A D__init__.py21 from txtorcon.torstate import TorState
22 from txtorcon.torstate import build_tor_connection
23 from txtorcon.torstate import build_local_tor_connection
H A Dutil.py193 def process_from_address(addr, port, torstate=None): argument
208 if torstate is None:
210 return int(torstate.tor_pid)
H A Dcircuit.py131 def __init__(self, reactor, torstate, circuit, target_endpoint): argument
133 self._state = torstate
H A Dcontroller.py35 from txtorcon.torstate import TorState
/dports/security/py-txtorcon/txtorcon-21.1.0/examples/
H A Dwebui_server.py23 torstate = None variable in TorPage
/dports/security/py-txtorcon/txtorcon-21.1.0/test/
H A Dtest_endpoints.py1458 torstate = Mock()
1473 ep = TorCircuitEndpoint(reactor, torstate, circ, target)
1491 torstate = Mock()
1506 ep = TorCircuitEndpoint(reactor, torstate, circ, target)
1524 torstate = Mock()
1539 ep = TorCircuitEndpoint(reactor, torstate, circ, target)
1543 attacher = yield _get_circuit_attacher(reactor, torstate)
/dports/security/py-txtorcon/txtorcon-21.1.0/docs/
H A Dexamples.rst113 An example using :class:`~txtorcon.torstate.IStreamAttacher` which is