Python - Class Methods and Static Methods
You want a method that can be called on the class or instance but does NOT access instance or class data. Which method type should you use?
self, class methods access class data via cls.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions