OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:async_def
(Results
1 - 5
of
5
) sorted by null
/external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py
371
async_def
= False
442
if
async_def
and async_def_indent >= indents[-1]:
443
async_def
= False
449
if
async_def
and async_def_nl and async_def_indent >= indents[-1]:
450
async_def
= False
473
elif
async_def
:
518
if
async_def
:
533
async_def
= True
/external/python/cpython3/Parser/
tokenizer.h
71
int
async_def
; /* =1 if tokens are inside an 'async def' body. */
member in struct:tok_state
tokenizer.c
151
tok->
async_def
= 0;
[
all
...]
/external/python/cpython3/Lib/
tokenize.py
501
async_def
= False
581
if
async_def
and async_def_indent >= indents[-1]:
582
async_def
= False
588
if
async_def
and async_def_nl and async_def_indent >= indents[-1]:
589
async_def
= False
618
if
async_def
:
673
if
async_def
:
689
async_def
= True
/external/python/cpython3/Lib/test/
test_dis.py
589
async def
async_def
():
function
595
Name:
async_def
614
(
async_def
, code_info_async_def)
[
all
...]
Completed in 412 milliseconds