Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c3718 PyObject *Mod_annotations = PyDict_New(); in add_ast_annotations() local
3719 if (!Mod_annotations) return 0; in add_ast_annotations()
3721 Mod_annotations) == 0; in add_ast_annotations()
3723 Py_DECREF(Mod_annotations); in add_ast_annotations()
3727 Mod_annotations) == 0; in add_ast_annotations()
3729 Py_DECREF(Mod_annotations); in add_ast_annotations()
3732 Py_DECREF(Mod_annotations); in add_ast_annotations()