Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h77 PyObject *Invert_type; member
/third_party/python/Python/
H A DPython-ast.c90 Py_CLEAR(state->Invert_type); in _PyAST_Fini()
1607 state->Invert_type = make_type(state, "Invert", state->unaryop_type, NULL, in init_types()
1610 if (!state->Invert_type) return 0; in init_types()
1612 *)state->Invert_type, NULL, in init_types()
10085 isinstance = PyObject_IsInstance(obj, state->Invert_type); in obj2ast_unaryop()
12177 if (PyModule_AddObjectRef(m, "Invert", state->Invert_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds