Menu

#12 default instance attributes documented as class attributes

v1.1
closed-fixed
inspection (59)
5
2003-06-21
2003-02-13
No

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.

Discussion

  • Kevin M. Turner

    Kevin M. Turner - 2003-02-13

    example class

     
  • Edward Loper

    Edward Loper - 2003-02-24
    • labels: --> inspection
     
  • Edward Loper

    Edward Loper - 2003-02-24
    • milestone: --> v1.1
    • assigned_to: nobody --> edloper
     
  • Edward Loper

    Edward Loper - 2003-02-24

    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).

     
  • Edward Loper

    Edward Loper - 2003-06-21
    • status: open --> closed-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.