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