Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c669 static int init_types(void) in init_types() function
6763 if (!init_types()) return; in init_ast()
6924 init_types(); in PyAST_mod2obj()
6946 init_types(); in PyAST_obj2mod()
6964 init_types(); in PyAST_Check()
/external/python/cpython3/Python/
DPython-ast.c838 static int init_types(void) in init_types() function
8156 if (!init_types()) return NULL; in PyInit__ast()
8360 if (!init_types()) in PyAST_mod2obj()
8379 if (!init_types()) in PyAST_obj2mod()
8398 if (!init_types()) in PyAST_Check()