pyobfuscate icon indicating copy to clipboard operation
pyobfuscate copied to clipboard

Obfuscate dies with function decorators

Open astrand opened this issue 13 years ago • 0 comments

Moved from http://bugzilla.lysator.liu.se/show_bug.cgi?id=1691:

Opened: 2010-09-15 00:08

IE.

class foo: @staticmethod def bar(x): pass

------- Comment #1 From Al Gettier 2010-09-15 00:11:52 [reply] -------

class foo: @staticmethod def bar(): pass

astrand avatar Aug 24 '12 08:08 astrand