Handbook
Glossary
PyMapping_GetItemString ( o key -- PyObject* )
Vocabulary
python
.
ffi
Inputs
o
an
object
key
an
object
Outputs
PyObject*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
python.ffi
LIBRARY:
python
FUNCTION:
PyObject*
PyMapping_GetItemString
( PyObject* o,
c-string
key )