https://bugs.kde.org/show_bug.cgi?id=372273

            Bug ID: 372273
           Summary: @property properties shown as functions
           Product: kdev-python
           Version: 5.0.2
          Platform: Debian stable
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language support
          Assignee: m...@svenbrauch.de
          Reporter: nicolas.alva...@gmail.com
  Target Milestone: ---

It seems kdev-python doesn't support @property at all. If I declare a property
getter with it, the property is shown as a function. For example:

class Foo:
    @property
    def prop(self):
        return "meow"

    def f(self):
        a = self.prop
        # 'prop' and 'a' are shown as functions, but they should be str

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to