python-accessor-generator READMEThis extension aims at facilitating object-oriented programming in Python by automatically generating "property-type" accessors from a class's attributes definition. Available on the marketplace. FeaturesAccessors generation from attributes definitionYou need to have attributes definition like these :
(you need to set the type !) Just select the definitions and run the "Generate Accessors" function. RequirementsIf you have any requirements or dependencies, add a section describing those and how to install and configure them. Known IssuesNone yet... Release Notes0.1.0First release... let's see what happens. |