Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c17 static PyObject* ast2obj_mod(void*);
2134 ast2obj_mod(void* _o) in ast2obj_mod() function
6925 return ast2obj_mod(t); in PyAST_mod2obj()
/external/python/cpython3/Python/
DPython-ast.c10 static PyObject* ast2obj_mod(void*);
2569 ast2obj_mod(void* _o) in ast2obj_mod() function
8362 return ast2obj_mod(t); in PyAST_mod2obj()