Create a python class
PyClass(classname, defs = list(), inherit = NULL)
| classname | Name of the class. The class name is useful for S3 method dispatch. |
|---|---|
| defs | A named list of class definitions - functions, attributes, etc. |
| inherit | A list of Python class objects. Usually these objects have
the |