Lines Matching defs:line
395 /* Same line */
717 /* Use co_linetable to compute the line number from a bytecode index, addrq. See
802 the same line as lasti. Return the number of that line, or -1 if lasti is out of bounds. */
960 /* one line form */
1104 int line = code->co_firstlineno;
1111 if (bounds.opaque.computed_line != line) {
1113 int ldelta = bounds.opaque.computed_line - line;
1119 line = bounds.opaque.computed_line;
1150 PyObject *line = NULL;
1156 line = Py_None;
1159 line = PyLong_FromLong(bounds->ar_line);
1161 if (result == NULL || start == NULL || end == NULL || line == NULL) {
1166 PyTuple_SET_ITEM(result, 2, line);
1171 Py_XDECREF(line);
1657 "<code object %U at %p, file \"%U\", line %d>",
1661 "<code object %U at %p, file ???, line %d>",