Searched refs:NameConstant_type (Results 1 – 1 of 1) sorted by relevance
313 static PyTypeObject *NameConstant_type; variable957 NameConstant_type = make_type("NameConstant", expr_type, in init_types()959 if (!NameConstant_type) return 0; in init_types()3348 result = PyType_GenericNew(NameConstant_type, NULL, NULL); in ast2obj_expr()6775 isinstance = PyObject_IsInstance(obj, (PyObject*)NameConstant_type); in obj2ast_expr()8255 if (PyDict_SetItemString(d, "NameConstant", (PyObject*)NameConstant_type) < in PyInit__ast()