eaglexmw / codimension

Automatically exported from code.google.com/p/codimension
0 stars 0 forks source link

Python parser: class properties #400

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the class properties are seen as member functions (if a decorator is 
used) or as static class members (if assignment is used).

It is not clear at the moment if it is OK or not. Potentially properties could 
be shown in the class instance members.

Original issue reported on code.google.com by sergey.s...@gmail.com on 8 Aug 2013 at 8:50