Home
last modified time | relevance | path

Searched refs:_is_coroutine (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dcoroutines.py245 wrapper._is_coroutine = _is_coroutine # For iscoroutinefunction().
250 _is_coroutine = object() variable
255 return (getattr(func, '_is_coroutine', None) is _is_coroutine or
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py48 m_socket.getaddrinfo._is_coroutine = False
1178 self.loop._add_reader._is_coroutine = False
1180 self.loop._add_writer._is_coroutine = False
1224 self.loop._add_reader._is_coroutine = False
1226 self.loop._add_writer._is_coroutine = False
1429 m_socket.getaddrinfo._is_coroutine = False
1440 m_socket.getaddrinfo._is_coroutine = False
1647 self.loop._add_reader._is_coroutine = False
Dtest_subprocess.py45 protocol.connection_made._is_coroutine = False
46 protocol.process_exited._is_coroutine = False
Dtest_selector_events.py63 self.loop.add_reader._is_coroutine = False
77 self.loop._add_reader._is_coroutine = False
370 m_gai._is_coroutine = False