pdoc
pdoc copied to clipboard
Discern property variables
This shows "property" if a variable is a property with a setter and/or a deleter and "ro-property" (read only property) if it is a property which does not have either a setter or getter.
Fixes #276
OK, I do not understand the latest checks errors or how they are related with my changes, if at all.