astrand / pyobfuscate

pyobfuscate
GNU General Public License v2.0
606 stars 161 forks source link

Obfuscate dies with function decorators #8

Open astrand opened 12 years ago

astrand commented 12 years ago

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