Export to GitHub

codimension - issue #400

Python parser: class properties


Posted on Aug 8, 2013 by Massive Ox

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.

Status: Accepted

Labels:
Type-Other Priority-Medium