Home
last modified time | relevance | path

Searched refs:_PyAST_GetDocString (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Python/
Dfuture.c76 if (_PyAST_GetDocString(mod->v.Module.body) != NULL) in future_parse()
Dast_opt.c662 int docstring = _PyAST_GetDocString(stmts) != NULL; in astfold_body()
664 if (!docstring && _PyAST_GetDocString(stmts) != NULL) { in astfold_body()
Dast.c1045 _PyAST_GetDocString(asdl_stmt_seq *body) in _PyAST_GetDocString() function
Dcompile.c2164 docstring = _PyAST_GetDocString(stmts); in compiler_body()
2655 docstring = _PyAST_GetDocString(body); in compiler_function()
/third_party/python/Include/internal/
Dpycore_ast.h861 extern PyObject* _PyAST_GetDocString(asdl_stmt_seq *);