Searched defs:codestr (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/python/cpython2/Python/ |
D | peephole.c | 37 tuple_of_constants(unsigned char *codestr, Py_ssize_t n, PyObject *consts) in tuple_of_constants() 88 fold_binops_on_constants(unsigned char *codestr, PyObject *consts) in fold_binops_on_constants() 190 fold_unaryops_on_constants(unsigned char *codestr, PyObject *consts) in fold_unaryops_on_constants() 305 unsigned char *codestr = NULL; in PyCode_Optimize() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _xxsubinterpretersmodule.c | 1863 _run_script(PyInterpreterState *interp, const char *codestr, in _run_script() 1922 _run_script_in_interpreter(PyInterpreterState *interp, const char *codestr, in _run_script_in_interpreter() 2177 const char *codestr = PyUnicode_AsUTF8AndSize(code, &size); in interp_run_string() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_keywordonlyarg.py | 38 def assertRaisesSyntaxError(self, codestr): argument
|
D | test_positional_only_arg.py | 21 def assertRaisesSyntaxError(self, codestr, regex="invalid syntax"): argument
|
D | test_with.py | 141 def assertRaisesSyntaxError(self, codestr): argument
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_with.py | 133 def assertRaisesSyntaxError(self, codestr): argument
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | frameobject.c | 114 get_arg(const _Py_CODEUNIT *codestr, Py_ssize_t i) in get_arg()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | compile.c | 206 write_instr(_Py_CODEUNIT *codestr, struct instr *instruction, int ilen) in write_instr()
|