no need for self.__class__ so I changed all instances to self.. You do tend to over bracket if conditions so I minimized their use. Mainly tried to improve readability and minize code. small loops view_helper.py have been changed to map for more brief code
no need for
self.__class__
so I changed all instances toself.
. You do tend to over bracket if conditions so I minimized their use. Mainly tried to improve readability and minize code. small loopsview_helper.py
have been changed tomap
for more brief code