Handbook
Glossary
getattr ( obj str -- value )
Vocabulary
python
.
objects
Inputs
obj
an
object
str
an
object
Outputs
value
an
object
Definition
USING:
python.errors
python.ffi
;
IN:
python.objects
:
getattr
( obj str -- value )
PyObject_GetAttrString
check-new-ref
;