Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h55 PyObject *FloorDiv_singleton; member
/third_party/python/Python/
DPython-ast.c69 Py_CLEAR(state->FloorDiv_singleton); in _PyAST_Fini()
1586 state->FloorDiv_singleton = PyType_GenericNew((PyTypeObject in init_types()
1589 if (!state->FloorDiv_singleton) return 0; in init_types()
4715 Py_INCREF(state->FloorDiv_singleton); in ast2obj_operator()
4716 return state->FloorDiv_singleton; in ast2obj_operator()