Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/r/a/RawBodyBugg-HEAD/testBasic.py RawBodyBugg(Download)
os.remove(tfile) bmhack.main('ftest.cpickle', False, False, tfile, None) assert os.path.exists(tfile), 'Did not create file!'
os.remove(tfile) bmhack.main('ftest.cpickle', False, False, None, tfile) assert os.path.exists(tfile), 'Did not create file!' assert cPickle.load(open('ftest.cpickle')) == cPickle.load(open(tfile)), 'Files unequal!'