Handbook
Glossary
PyNumber_ToBase ( o1 base -- PyObject* )
Vocabulary
python
.
ffi
Inputs
o1
an
object
base
an
object
Outputs
PyObject*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
python.ffi
LIBRARY:
python
FUNCTION:
PyObject*
PyNumber_ToBase
( PyObject* o1,
int
base )