[det]py_dot(+ObjRef,
+MethAttr, -Ret)
[det]py_dot(+ObjRef,
+MethAttr, -Ret, +Options)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.