RestrictedPython
RestrictedPython copied to clipboard
DocStrings
All source code in Restricted Python should be reviewed and all methods should have a descriptive doc string
To use classes in Python 3 metaclass must be set. Set it to type to use no custom metaclass.
You may want to make it clearer that if it is not set, then metaclasses can be used.