Daily Shaarli

All links of one day in a single page.

October 15, 2020

Classes — Object-Oriented Programming in Python 1 documentation

static and class method can be used in very similar ways. just that in static methods to refer to class attributes other class methods you need to access by the class name and not cls parameter