Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h58 PyObject *FloorDiv_type; member
/third_party/python/Python/
H A DPython-ast.c71 Py_CLEAR(state->FloorDiv_type); in _PyAST_Fini()
1595 state->FloorDiv_type = make_type(state, "FloorDiv", state->operator_type, in init_types()
1598 if (!state->FloorDiv_type) return 0; in init_types()
1600 *)state->FloorDiv_type, NULL, in init_types()
10066 isinstance = PyObject_IsInstance(obj, state->FloorDiv_type); in obj2ast_operator()
12171 if (PyModule_AddObjectRef(m, "FloorDiv", state->FloorDiv_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds