default instance attributes documented as class attributes
Brought to you by:
edloper
Some things which I have documented as instance
variables (with @ivar in the class docstring) are
showing up under "Class Variables" in the output. Or
at least, their @type and value are under "Class
Variables" -- the variable's description is still under
"Instance Variables." This happens when a default
value for the variable is set at the class level.
example class
Logged In: YES
user_id=195958
The automatic detection of class variables and the detection
of instance variables need to be made to talk to each other.
This shouldn't be too hard to fix, but I probably won't
have time to do it until a week or two from now (I'm fairly
busy with other stuff right now).