Skip to content

Conversation

@CheshireCC
Copy link

  • Now, this extension will use Decorator to encapsulation python fields.

    Just like this:

    class r():
        __name = ""
        
            @property
        def name(self):
            return self.__name
        
        @name.setter
        def name(self, name):
            self.__name = name
  • It can discriminate indent now.

  • It can encapsulation many python fields at one time now.

    GIF here:

    https://www.bilibili.com/read/cv17930525

wrote this into CHANGELOG.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant