You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
15 lines
299 B
Python
15 lines
299 B
Python
# From python 3.4 sre.pyc
|
|
while 1:
|
|
if __file__:
|
|
while 1:
|
|
if __file__:
|
|
break
|
|
raise RuntimeError
|
|
else:
|
|
raise RuntimeError
|
|
|
|
# Adapted from 3.0.1 cgi.py
|
|
def _parseparam(s, end):
|
|
while end > 0 and s.count(''):
|
|
end = s.find(';')
|