Home
last modified time | relevance | path

Searched refs:compiler_isdocstring (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c1151 compiler_isdocstring(stmt_ty s) in compiler_isdocstring() function
1169 if (compiler_isdocstring(st) && Py_OptimizeFlag < 2) { in compiler_body()
1372 docstring = compiler_isdocstring(st); in compiler_function()
/external/python/cpython3/Python/
Dcompile.c1368 compiler_isdocstring(stmt_ty s) in compiler_isdocstring() function
1499 if (compiler_isdocstring(st) && c->c_optimize < 2) { in compiler_body()
1927 docstring = compiler_isdocstring(st); in compiler_function()