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

  /external/python/cpython3/Lib/test/
test_macpath.py 125 self.assertRaises(macpath.norm_error, normpath, "a::b")
126 self.assertRaises(macpath.norm_error, normpath, "a:b:::c")
135 self.assertRaises(macpath.norm_error, normpath, b"a::b")
136 self.assertRaises(macpath.norm_error, normpath, b"a:b:::c")
  /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'
  /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'
  /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')

Completed in 243 milliseconds