Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c297 static PyTypeObject *FormattedValue_type; variable
950 FormattedValue_type = make_type("FormattedValue", expr_type, in init_types()
952 if (!FormattedValue_type) return 0; in init_types()
3311 result = PyType_GenericNew(FormattedValue_type, NULL, NULL); in ast2obj_expr()
6657 isinstance = PyObject_IsInstance(obj, (PyObject*)FormattedValue_type); in obj2ast_expr()
8250 (PyObject*)FormattedValue_type) < 0) return NULL; in PyInit__ast()