You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
9 lines
155 B
Python
9 lines
155 B
Python
from test_support import *
|
|
print '4. Built-in functions'
|
|
print 'test_b1'
|
|
unload('test_b1')
|
|
import test_b1
|
|
print 'test_b2'
|
|
unload('test_b2')
|
|
import test_b2
|