-3

Is there any way I can use to define member variables with default values other than defining them in __init__ method?

wim
  • 338,267
  • 99
  • 616
  • 750
Vikram Patil
  • 628
  • 6
  • 20

1 Answers1

0

PEP 557 -- Data Classes. (in python 3.7) may be more to your liking https://www.python.org/dev/peps/pep-0557/

ShpielMeister
  • 1,417
  • 10
  • 23