OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_coro
(Results
1 - 4
of
4
) sorted by null
/external/python/cpython3/Lib/asyncio/
base_tasks.py
15
coro = coroutines._format_coroutine(task.
_coro
)
27
f = task.
_coro
.cr_frame
29
f = task.
_coro
.gi_frame
tasks.py
113
self.
_coro
= coro
214
coro = self.
_coro
/external/python/cpython3/Lib/
_collections_abc.py
58
async def
_coro
(): pass
function
59
_coro
=
_coro
()
variable
60
coroutine = type(
_coro
)
61
_coro
.close() # Prevent ResourceWarning
62
del
_coro
/external/python/cpython3/Lib/test/test_asyncio/
test_tasks.py
407
self.addCleanup(task.
_coro
.close)
409
coro_repr = repr(task.
_coro
)
[
all
...]
Completed in 59 milliseconds