We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37900cb commit 02666aaCopy full SHA for 02666aa
prototype/prototype.py
@@ -18,7 +18,6 @@ def _decorate(self, cls):
18
old_getattr = cls.__getattr__ if '__getattr__' in cls.__dict__ else None
19
delegate_bind = self._delegate #for speed
20
def __getattr__(self, name):
21
-
22
if old_getattr:
23
try:
24
print "using old getattr"
0 commit comments