HomeSort by relevance Sort by last modified time
    Searched refs:last_exc (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep352.py 51 last_exc = getattr(__builtin__, superclass_name)
77 superclasses.append((last_depth, last_exc))
90 last_exc = exc
test_urllibnet.py 21 except IOError, last_exc:
25 raise last_exc
test_urllib2net.py 19 except exc, last_exc:
23 raise last_exc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep352.py 51 last_exc = getattr(__builtin__, superclass_name)
77 superclasses.append((last_depth, last_exc))
90 last_exc = exc
test_urllibnet.py 21 except IOError, last_exc:
25 raise last_exc
test_urllib2net.py 19 except exc, last_exc:
23 raise last_exc

Completed in 177 milliseconds