| from_Python-class {XRPython} | R Documentation |
Class for General Python Class Objects
Description
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.
Slots
serverClassthe Python type.
modulethe Python module, or ""
fieldsthe converted versioin of the Python fields; these are accessed by the
$operator.
[Package XRPython version 0.8 Index]