Sanket-Mathur / Work-Hours-Analysis

This is a program one can use to monitor the hours put into work on daily and weekly basis.
1 stars 2 forks source link

decorating method with `@staticmethod` #12

Closed SanjayKandel closed 3 years ago

SanjayKandel commented 3 years ago

Decorate how_popup_recordDoesntExist() method with @staticmethod decorator, so that Python does not have to instantiate a bound method for every instance of this class thereby saving memory and computation.