Searched defs:firstlineno (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/hotshot/ |
D | stats.py | 80 def __init__(self, filename, firstlineno, funcname): argument
|
/external/python/cpython2/Objects/ |
D | codeobject.c | 96 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/ |
D | codeobject.c | 101 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/ |
D | callbacks.c | 102 PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno) in PyCode_NewEmpty()
|
/external/python/cpython2/Python/ |
D | marshal.c | 1017 int firstlineno; in r_object() local
|
D | compile.c | 3491 assemble_init(struct assembler *a, int nblocks, int firstlineno) in assemble_init()
|
/external/python/cpython3/Python/ |
D | marshal.c | 1374 int firstlineno; in r_object() local
|
D | compile.c | 5080 assemble_init(struct assembler *a, int nblocks, int firstlineno) in assemble_init()
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 2298 int firstlineno; in code_newempty() local
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 2928 int firstlineno; in code_newempty() local
|