The Python side of the interface will return a general object from a Python class as an R
object of class "from_Python". Its Python fields (converted to R objects) can be accessed by the $
operator.
serverClassthe Python type.
modulethe Python module, or ""
fieldsthe converted versioin of the Python fields; these are accessed by the $ operator.