Home
last modified time | relevance | path

Searched refs:ast_module (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/_xxtestfuzz/
H A Dfuzzer.c400 PyObject* ast_module = PyImport_ImportModule("ast"); in init_ast_literal_eval() local
401 if (ast_module == NULL) { in init_ast_literal_eval()
404 ast_literal_eval_method = PyObject_GetAttrString(ast_module, "literal_eval"); in init_ast_literal_eval()

Completed in 3 milliseconds