• Facebook
  • Twitter
  • Reddit
  • StumbleUpon
  • Digg
  • email

All Samples(30)  |  Call(30)  |  Derive(0)  |  Import(0)
Clear the parse cache.

        def clear_cache():
    """Clear the parse cache."""
    _parse_cache.clear()
        


src/u/n/unixpiger-HEAD/trunk/monitor/api/python/Lib/test/regrtest.py   unixpiger(Download)
    _path_created.clear()
    re.purge()
    _strptime._regex_cache.clear()
    urlparse.clear_cache()
    urllib.urlcleanup()
    urllib2.install_opener(None)
    dircache.reset()

src/u/n/unixpiger-HEAD/monitor/api/python/Lib/test/regrtest.py   unixpiger(Download)
    _path_created.clear()
    re.purge()
    _strptime._regex_cache.clear()
    urlparse.clear_cache()
    urllib.urlcleanup()
    urllib2.install_opener(None)
    dircache.reset()

src/s/p/spike-HEAD/vendor/stackless/v2.5.1/Lib/test/regrtest.py   spike(Download)
    _path_created.clear()
    re.purge()
    _strptime._regex_cache.clear()
    urlparse.clear_cache()
    urllib.urlcleanup()
    urllib2.install_opener(None)
    dircache.reset()

src/s/p/spike-HEAD/vendor/stackless/current/Lib/test/regrtest.py   spike(Download)
    _path_created.clear()
    re.purge()
    _strptime._regex_cache.clear()
    urlparse.clear_cache()
    urllib.urlcleanup()
    urllib2.install_opener(None)
    dircache.reset()

src/s/p/spike-HEAD/vendor/Python/v2.5.1/Lib/test/regrtest.py   spike(Download)
    _path_created.clear()
    re.purge()
    _strptime._regex_cache.clear()
    urlparse.clear_cache()
    urllib.urlcleanup()
    urllib2.install_opener(None)
    dircache.reset()

src/s/p/spike-HEAD/vendor/Python/current/Lib/test/regrtest.py   spike(Download)
    _path_created.clear()
    re.purge()
    _strptime._regex_cache.clear()
    urlparse.clear_cache()
    urllib.urlcleanup()
    urllib2.install_opener(None)
    dircache.reset()

src/p/y/pyvm-HEAD/projects/python_in_a_can/trunk/win32/python-2.7/Lib/test/regrtest.py   pyvm(Download)
    _path_created.clear()
    re.purge()
    _strptime._regex_cache.clear()
    urlparse.clear_cache()
    urllib.urlcleanup()
    urllib2.install_opener(None)
    dircache.reset()

src/s/a/sage-HEAD/trunk/local/lib/python2.4/test/regrtest.py   sage(Download)
                    gc.collect()
                    sre.purge()
                    _strptime._regex_cache.clear()
                    urlparse.clear_cache()
                    copy_reg.dispatch_table.clear()
                    copy_reg.dispatch_table.update(ps)
                    sys.path_importer_cache.clear()

src/s/a/sage-HEAD/local/lib/python2.4/test/regrtest.py   sage(Download)
                    gc.collect()
                    sre.purge()
                    _strptime._regex_cache.clear()
                    urlparse.clear_cache()
                    copy_reg.dispatch_table.clear()
                    copy_reg.dispatch_table.update(ps)
                    sys.path_importer_cache.clear()

src/p/y/py5-HEAD/Lib/test/regrtest.py   py5(Download)
                    gc.collect()
                    sre.purge()
                    _strptime._regex_cache.clear()
                    urlparse.clear_cache()
                    copy_reg.dispatch_table.clear()
                    copy_reg.dispatch_table.update(ps)
                    sys.path_importer_cache.clear()

  1 | 2 | 3  Next