Searched refs:code_newempty (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_code.py | 110 co = _testcapi.code_newempty("filename", "funcname", 15)
|
/external/python/cpython3/Lib/test/ |
D | test_code.py | 168 co = _testcapi.code_newempty("filename", "funcname", 15)
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 2294 code_newempty(PyObject *self, PyObject *args) in code_newempty() function 2762 {"code_newempty", code_newempty, METH_VARARGS},
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 3433 code_newempty(PyObject *self, PyObject *args) in code_newempty() function 5779 {"code_newempty", code_newempty, METH_VARARGS},
|