Home
last modified time | relevance | path

Searched refs:norm_error (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_macpath.py131 self.assertRaises(macpath.norm_error, normpath, "a::b")
132 self.assertRaises(macpath.norm_error, normpath, "a:b:::c")
141 self.assertRaises(macpath.norm_error, normpath, b"a::b")
142 self.assertRaises(macpath.norm_error, normpath, b"a:b:::c")
/external/python/cpython2/Lib/
Dmacpath.py129 class norm_error(Exception): class
148 raise norm_error, 'Cannot use :: immediately after volume name'
/external/python/cpython3/Lib/
Dmacpath.py154 class norm_error(Exception): class
175 raise norm_error('Cannot use :: immediately after volume name')
/external/python/cpython2/Misc/
DHISTORY5561 changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error,
/external/python/cpython3/Misc/
DHISTORY22945 changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error,