Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c8149 static struct PyModuleDef _astmodule = { variable
8157 m = PyModule_Create(&_astmodule); in PyInit__ast()