Searched defs:LINENO (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Include/
H A Dnode.h34 #define LINENO(n) ((n)->n_lineno) macro
/external/python/cpython2/Python/
H A Dast.c43 #ifndef LINENO
44 #define LINENO(n) ((n)->n_lineno) macro
71 PyObject *u = Py_BuildValue("zi", errstr, LINENO(n));
123 if (PyErr_WarnExplicit(PyExc_SyntaxWarning, msg, c->c_filename, LINENO(n),
634 arg = Name(arg_id, Store, LINENO(child), child->n_col_offset,
653 result = Tuple(args, Store, LINENO(n), n->n_col_offset, c->c_arena);
761 name = Name(id, Param, LINENO(ch), ch->n_col_offset,
813 lineno = LINENO(n);
855 d = Call(name_expr, NULL, NULL, NULL, NULL, LINENO(n),
915 return FunctionDef(name, args, body, decorator_seq, LINENO(
[all...]

Completed in 243 milliseconds