Python Reflectance {RSPython} | R Documentation |
These functions return information about a python class and its methods. From this we
pythonMethods(obj, all=F) getSuperClasses(obj, all=F) pythonModuleNames(obj, all=F)
obj |
a character vector giving the name of a Python class,
given in the form c("className", "moduleName") |
all |
controls how inherited methods and attributes are
processed. If TRUE is specified, the inherited methods are
also reported. Otherwise, these are ignored and only those methods
defined within the class are returned. |
This uses the code
Duncan Temple Lang
http://www.omegahat.org/RSPython, http://www.python.org