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