Get an attribute from a Python object
value = pyGetAttr(x, attr)
A Python object or a Scilab wrappable data.
A Python object.
Get the attribute of a Python object.
pyImport math py_ceil = pyGetAttr(math, "ceil") pyRemove py_ceil