Searched refs:_PyAST_GetDocString (Results 1 – 9 of 9) sorted by relevance
76 if (_PyAST_GetDocString(mod->v.Module.body) != NULL) in future_parse()
662 int docstring = _PyAST_GetDocString(stmts) != NULL; in astfold_body()664 if (!docstring && _PyAST_GetDocString(stmts) != NULL) { in astfold_body()
1045 _PyAST_GetDocString(asdl_stmt_seq *body) in _PyAST_GetDocString() function
2164 docstring = _PyAST_GetDocString(stmts); in compiler_body()2655 docstring = _PyAST_GetDocString(body); in compiler_function()
861 extern PyObject* _PyAST_GetDocString(asdl_stmt_seq *);