Home
last modified time | relevance | path

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

/third_party/python/Python/
Dwordcode_helpers.h25 write_op_arg(_Py_CODEUNIT *codestr, unsigned char opcode, in write_op_arg()
/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()
2192 const char *codestr = PyUnicode_AsUTF8AndSize(code, &size); in interp_run_string() local
/third_party/python/Objects/
Dframeobject.c78 get_arg(const _Py_CODEUNIT *codestr, Py_ssize_t i) in get_arg()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c2170 gchar codestr[4]; in parse_response_status() local