Searched defs:codestr (Results 1 – 6 of 6) sorted by relevance
| /third_party/python/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
|
| /third_party/python/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
|
| /third_party/python/Objects/ |
| D | frameobject.c | 114 get_arg(const _Py_CODEUNIT *codestr, Py_ssize_t i) in get_arg()
|
| /third_party/python/Python/ |
| D | compile.c | 206 write_instr(_Py_CODEUNIT *codestr, struct instr *instruction, int ilen) in write_instr()
|