RestrictedPython icon indicating copy to clipboard operation
RestrictedPython copied to clipboard

DocStrings

Open loechel opened this issue 7 years ago • 1 comments

All source code in Restricted Python should be reviewed and all methods should have a descriptive doc string

loechel avatar May 18 '18 10:05 loechel

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.

PythonLinks avatar Apr 24 '19 11:04 PythonLinks