Sha256: 0ee2b4add848d23278710a15c85d7449519b351be919cf39792f7ff48fc9dcfb
Contents?: true
Size: 207 Bytes
Versions: 30
Compression:
Stored size: 207 Bytes
Contents
# Python test set -- part 4, built-in functions 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
Version data entries
30 entries across 30 versions & 1 rubygems