Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/run-coverage/
Dasync2.rs20 async fn async_func() { in async_func() function
/third_party/jinja2/
Dasync_utils.py13 def decorator(async_func): # type: ignore argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dstatic_analysis.cc159 … auto async_func = AsyncAbstractFuncAtom::MakeShared(pending_async_abstract_list[j], new_index); in BuildAsyncAbstractRecursively() local
222 …auto async_func = AsyncAbstractFuncAtom::MakeShared(pending_async_abstract_list[j], std::vector<si… in BuildPossibleSpecs() local
/third_party/python/Lib/unittest/test/testmock/
Dtestasync.py36 async def async_func(): pass function