Home
last modified time | relevance | path

Searched defs:cancel_scope (Results 1 – 4 of 4) sorted by relevance

/dports/net/py-trio/trio-0.19.0/trio/testing/
H A D_check_streams.py283 async def waiter(cancel_scope): argument
/dports/net/py-trio/trio-0.19.0/trio/_core/
H A D_run.py145 def add(self, deadline, cancel_scope): argument
149 def remove(self, deadline, cancel_scope): argument
863 def __init__(self, parent_task, cancel_scope): argument
/dports/net/py-trio/trio-0.19.0/trio/tests/
H A Dtest_threads.py321 def thread_fn(cancel_scope): argument
H A Dtest_ssl.py1152 async def client_side(cancel_scope): argument