- py_dot(+ObjRef, +MethAttr, -Ret) is det
- py_dot(+ObjRef, +MethAttr, -Ret, +Options) is det
- Call a method or access an attribute on the object ObjRef. The
SWI-Prolog implementation is equivalent to
py_call(ObjRef:MethAttr,
Return)
. See py_call/2 for details.
- Compatibility
- - PIP. See py_func/3 for details.