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