Handbook
Glossary
PySequence_Repeat ( o count -- PyObject* )
Vocabulary
python
.
ffi
Inputs
o
an
object
count
an
object
Outputs
PyObject*
an
object
Definition
USING:
alien.syntax
;
IN:
python.ffi
LIBRARY:
python
FUNCTION:
PyObject*
PySequence_Repeat
( PyObject* o,
Py_ssize_t
count )