Home
last modified time | relevance | path

Searched defs:is_async (Results 1 – 9 of 9) sorted by relevance

/third_party/jinja2/
Dasync_utils.py19 def is_async(args: t.Any) -> bool: function
24 def is_async(args: t.Any) -> bool: function
Dasyncfilters.py31 def is_async(args): function
40 def is_async(args): function
/third_party/python/Lib/
Dpyclbr.py71 parent=None, is_async=False, *, end_lineno=None): argument
89 def _nest_function(ob, func_name, lineno, end_lineno, is_async=False): argument
220 def visit_FunctionDef(self, node, *, is_async=False): argument
/third_party/skia/third_party/externals/jinja2/
Dasyncfilters.py31 def is_async(args): function
40 def is_async(args): function
/third_party/python/Python/
Dsymtable.c2060 int is_async = st->st_cur->ste_coroutine && !is_generator; in symtable_handle_comprehension() local
DPython-ast.c3261 is_async, PyArena *arena) in _PyAST_comprehension()
10221 int is_async; in obj2ast_comprehension() local
Dcompile.c2589 compiler_function(struct compiler *c, stmt_ty s, int is_async) in compiler_function()
/third_party/python/Include/internal/
Dpycore_ast_state.h197 PyObject *is_async; member
Dpycore_ast.h500 int is_async; member