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.
serverClass
the Python type.
module
the Python module, or ""
fields
the converted versioin of the Python fields; these are accessed by the $
operator.