|
|
out << " PyObject *args = PyTuple_Pack(2, arg, arg2);\n";
|
|
out << " PyObject *args = PyTuple_Pack(2, arg, arg2);\n";
|
|
|
write_function_forset(out, two_param_remaps, 2, 2, expected_params, 4,
|
|
write_function_forset(out, two_param_remaps, 2, 2, expected_params, 4,
|
|
|
true, true, AT_varargs, RF_pyobject | RF_err_null | RF_decref_args, true);
|
|
true, true, AT_varargs, RF_pyobject | RF_err_null | RF_decref_args, true);
|