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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ssl.py 30 exc_format = ' '.join(traceback.format_exception(*sys.exc_info()))
32 sys.stdout.write(prefix + exc_format)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ssl.py 30 exc_format = ' '.join(traceback.format_exception(*sys.exc_info()))
32 sys.stdout.write(prefix + exc_format)
    [all...]

Completed in 868 milliseconds