PySequence_InPlaceRepeat ( o count -- PyObject* )


Vocabulary
python.ffi

Inputs
oan object
countan object


Outputs
PyObject*an object


Definition