Searched refs:norm_error (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_macpath.py | 131 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/ |
D | macpath.py | 129 class norm_error(Exception): class 148 raise norm_error, 'Cannot use :: immediately after volume name'
|
/external/python/cpython3/Lib/ |
D | macpath.py | 154 class norm_error(Exception): class 175 raise norm_error('Cannot use :: immediately after volume name')
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5561 changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error,
|
/external/python/cpython3/Misc/ |
D | HISTORY | 22945 changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error,
|