Decorater added the comment:

hmm, I see. Well I was looking for an way to actually be able to use decorators 
made in the same class to be able to somehow pass in the same instance as well. 
Currently the only way to use class decorators is for them to be static (which 
would not allow using or changing variables to the class (or functions in other 
classes bound to self). So, yeah there is got to be a way to do this, to use an 
decorator that takes in the same instance of a class.

On the other hand they get realize there is a certain way to use classes, 
decorators, and instances.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29848>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to