Lines Matching refs:PyTuple_SET_ITEM
681 PyTuple_SET_ITEM(tuple, 0, self->myerrno); in EnvironmentError_str()
685 PyTuple_SET_ITEM(tuple, 0, Py_None); in EnvironmentError_str()
689 PyTuple_SET_ITEM(tuple, 1, self->strerror); in EnvironmentError_str()
693 PyTuple_SET_ITEM(tuple, 1, Py_None); in EnvironmentError_str()
696 PyTuple_SET_ITEM(tuple, 2, repr); in EnvironmentError_str()
719 PyTuple_SET_ITEM(tuple, 0, self->myerrno); in EnvironmentError_str()
723 PyTuple_SET_ITEM(tuple, 0, Py_None); in EnvironmentError_str()
727 PyTuple_SET_ITEM(tuple, 1, self->strerror); in EnvironmentError_str()
731 PyTuple_SET_ITEM(tuple, 1, Py_None); in EnvironmentError_str()
771 PyTuple_SET_ITEM(args, 0, tmp); in EnvironmentError_reduce()
775 PyTuple_SET_ITEM(args, 1, tmp); in EnvironmentError_reduce()
778 PyTuple_SET_ITEM(args, 2, self->filename); in EnvironmentError_reduce()
912 PyTuple_SET_ITEM(tuple, 0, self->winerror); in WindowsError_str()
916 PyTuple_SET_ITEM(tuple, 0, Py_None); in WindowsError_str()
920 PyTuple_SET_ITEM(tuple, 1, self->strerror); in WindowsError_str()
924 PyTuple_SET_ITEM(tuple, 1, Py_None); in WindowsError_str()
927 PyTuple_SET_ITEM(tuple, 2, repr); in WindowsError_str()
950 PyTuple_SET_ITEM(tuple, 0, self->winerror); in WindowsError_str()
954 PyTuple_SET_ITEM(tuple, 0, Py_None); in WindowsError_str()
958 PyTuple_SET_ITEM(tuple, 1, self->strerror); in WindowsError_str()
962 PyTuple_SET_ITEM(tuple, 1, Py_None); in WindowsError_str()