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

  /external/python/cpython2/Lib/
macpath.py 129 class norm_error(Exception): class in inherits:Exception
148 raise norm_error, 'Cannot use :: immediately after volume name'
  /external/python/cpython3/Lib/
macpath.py 149 class norm_error(Exception): class in inherits:Exception
170 raise norm_error('Cannot use :: immediately after volume name')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
macpath.py 128 class norm_error(Exception): class in inherits:Exception
147 raise norm_error, 'Cannot use :: immediately after volume name'
  /prebuilts/gdb/linux-x86/lib/python2.7/
macpath.py 128 class norm_error(Exception): class in inherits:Exception
147 raise norm_error, 'Cannot use :: immediately after volume name'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macpath.py 128 class norm_error(Exception): class in inherits:Exception
147 raise norm_error, 'Cannot use :: immediately after volume name'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macpath.py 128 class norm_error(Exception): class in inherits:Exception
147 raise norm_error, 'Cannot use :: immediately after volume name'

Completed in 68 milliseconds