Lines Matching refs:_Py_ID

242             int canTrace = _PyObject_LookupAttr(hook, &_Py_ID(__cantrace__), &o);
615 stdout_encoding = PyObject_GetAttr(outf, &_Py_ID(encoding));
632 if (_PyObject_LookupAttr(outf, &_Py_ID(buffer), &buffer) < 0) {
637 result = PyObject_CallMethodOneArg(buffer, &_Py_ID(write), encoded);
682 builtins = PyImport_GetModule(&_Py_ID(builtins));
698 if (PyObject_SetAttr(builtins, &_Py_ID(_), Py_None) != 0)
700 outf = _PySys_GetAttr(tstate, &_Py_ID(stdout));
723 if (PyObject_SetAttr(builtins, &_Py_ID(_), o) != 0)
921 &_Py_ID(call),
922 &_Py_ID(exception),
923 &_Py_ID(line),
924 &_Py_ID(return),
925 &_Py_ID(c_call),
926 &_Py_ID(c_exception),
927 &_Py_ID(c_return),
928 &_Py_ID(opcode),
1674 method = _PyObject_LookupSpecial(o, &_Py_ID(__sizeof__));
2228 PyObject *warnoptions = _PySys_GetAttr(tstate, &_Py_ID(warnoptions));
2244 if (sys_set_object(tstate->interp, &_Py_ID(warnoptions), warnoptions)) {
2262 PyObject *warnoptions = _PySys_GetAttr(tstate, &_Py_ID(warnoptions));
2316 PyObject *warnoptions = _PySys_GetAttr(tstate, &_Py_ID(warnoptions));
2324 PyObject *xoptions = _PySys_GetAttr(tstate, &_Py_ID(_xoptions));
2340 if (sys_set_object(tstate->interp, &_Py_ID(_xoptions), xoptions)) {
3161 if (PyDict_SetItem(sysdict, &_Py_ID(stderr), pstderr) < 0) {
3289 if (sys_set_object(interp, &_Py_ID(path), v) != 0) {
3346 PyObject *sys_path = _PySys_GetAttr(tstate, &_Py_ID(path));
3376 PyObject *result = _PyObject_CallMethodOneArg(file, &_Py_ID(write), unicode);
3460 sys_write(&_Py_ID(stdout), stdout, format, va);
3470 sys_write(&_Py_ID(stderr), stderr, format, va);
3503 sys_format(&_Py_ID(stdout), stdout, format, va);
3513 sys_format(&_Py_ID(stderr), stderr, format, va);