You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
7 lines
182 B
Python
7 lines
182 B
Python
# From Python 2.7 parse_starttag HTMLParser.pyc
|
|
attrvalue = [1,2]
|
|
while attrvalue:
|
|
if attrvalue[:1] == 5 or \
|
|
attrvalue[:1] == 2 == attrvalue[-1:]:
|
|
attrvalue = 10
|