Home | History | Annotate | Download | only in Python

Lines Matching defs:Pass

733         Pass_type = make_type("Pass", stmt_type, NULL, 0);
1440 Pass(int lineno, int col_offset, PyArena *arena)
4761 *out = Pass(lineno, col_offset, arena);
6813 if (PyDict_SetItemString(d, "Pass", (PyObject*)Pass_type) < 0) return;