Book a Demo

Author Topic: Python -> UML (missing attributes)  (Read 2769 times)

nicholas_yue

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
    • View Profile
Python -> UML (missing attributes)
« on: August 18, 2008, 05:32:59 pm »
I am generating some UML diagram from a set of Python code.

I noticed that the attributes initialized in the __init__ method, does not show up in the UML diagrams.

Is there some toggle we can set to generate attribute information?

Regards

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Python -> UML (missing attributes)
« Reply #1 on: August 19, 2008, 08:08:05 am »
No, EA doesn't parse method bodies during reverse engineering, so it can't pick up this information at all.