Home
last modified time | relevance | path

Searched defs:firstlineno (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/hotshot/
Dstats.py80 def __init__(self, filename, firstlineno, funcname): argument
/external/python/cpython2/Objects/
Dcodeobject.c96 PyObject *filename, PyObject *name, int firstlineno, in PyCode_New()
152 PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno) in PyCode_NewEmpty()
284 int firstlineno; in code_new() local
/external/python/cpython3/Objects/
Dcodeobject.c101 PyObject *filename, PyObject *name, int firstlineno, in PyCode_New()
225 PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno) in PyCode_NewEmpty()
359 int firstlineno; in code_new() local
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c102 PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno) in PyCode_NewEmpty()
/external/python/cpython2/Python/
Dmarshal.c1017 int firstlineno; in r_object() local
Dcompile.c3491 assemble_init(struct assembler *a, int nblocks, int firstlineno) in assemble_init()
/external/python/cpython3/Python/
Dmarshal.c1374 int firstlineno; in r_object() local
Dcompile.c5080 assemble_init(struct assembler *a, int nblocks, int firstlineno) in assemble_init()
/external/python/cpython2/Modules/
D_testcapimodule.c2298 int firstlineno; in code_newempty() local
/external/python/cpython3/Modules/
D_testcapimodule.c2928 int firstlineno; in code_newempty() local