Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/c/o/controller-openstack-cinder-HEAD/cinder/volume/drivers/emc/vipr/emc_vipr_driver_common.py controller-openstack-cinder(Download)
# if we got an http error and # the string contains 401 or if the string contains the word cookie if (e.err_code == SOSError.HTTP_ERR and (e.err_text.find('401') != -1 or e.err_text.lower().find('cookie') != -1)):