Home
last modified time | relevance | path

Searched defs:codestr (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/
Dtest_keywordonlyarg.py38 def assertRaisesSyntaxError(self, codestr): argument
Dtest_positional_only_arg.py21 def assertRaisesSyntaxError(self, codestr, regex="invalid syntax"): argument
Dtest_with.py141 def assertRaisesSyntaxError(self, codestr): argument
/third_party/python/Modules/
D_xxsubinterpretersmodule.c1863 _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/
Dframeobject.c114 get_arg(const _Py_CODEUNIT *codestr, Py_ssize_t i) in get_arg()
/third_party/python/Python/
Dcompile.c206 write_instr(_Py_CODEUNIT *codestr, struct instr *instruction, int ilen) in write_instr()