py_newslice method
Create an UNINITIALIZED slice
object.
You should use py_setslot()
to set start
, stop
, and step
.
Implementation
void py_newslice(
py_OutRef arg0,
) {
return _py_newslice(
arg0,
);
}
Create an UNINITIALIZED slice
object.
You should use py_setslot()
to set start
, stop
, and step
.
void py_newslice(
py_OutRef arg0,
) {
return _py_newslice(
arg0,
);
}