Marcholman9323

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Marcholman9323 created a post,

    PyCharm 2019 - Auto-Generate Getters / Setters

    Hi, I am trying to auto-generate getter/setter methods for my python classes. In IntelliJ when I am writing Java I can do this: public class Dog { String name; String breed;(alt + insert) -->...