PyWarts: time, datetime, and calendar modules

Rick Johnson rantingrickjohnson at gmail.com
Sat Jan 14 16:31:38 EST 2012


On Jan 14, 1:23 pm, Rick Johnson <rantingrickjohn... at gmail.com> wrote:
>   def $method(self):pass
>   self. at instanceveriable
>   self.@@classvariable

Actually, class level methods can be accessed through
ClassIdentifier.method, and instance methods through
instanceidentifier.instancemethod. So decorating methods becomes
moot.



More information about the Python-list mailing list