Home | History | Annotate | Download | only in Objects

Lines Matching refs:lnotab

48            PyObject *lnotab)

62 lnotab == NULL || !PyString_Check(lnotab) ||
103 Py_INCREF(lnotab);
104 co->co_lnotab = lnotab;
149 emptystring /* lnotab */
224 varnames, filename, name, firstlineno, lnotab[, freevars[, cellvars]])\n\
245 PyObject *lnotab;
254 &firstlineno, &lnotab,
295 name, firstlineno, lnotab);
514 lnotab_notes.txt for the details of the lnotab representation.