OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exc_line
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pep352.py
58
for
exc_line
in inheritance_tree:
59
exc_line
=
exc_line
.rstrip()
60
depth =
exc_line
.rindex('-')
61
exc_name =
exc_line
[depth+2:] # Slice past space
/external/python/cpython2/Lib/test/
test_pep352.py
58
for
exc_line
in inheritance_tree:
59
exc_line
=
exc_line
.rstrip()
60
depth =
exc_line
.rindex('-')
61
exc_name =
exc_line
[depth+2:] # Slice past space
/external/python/cpython3/Lib/test/
test_baseexception.py
44
for
exc_line
in inheritance_tree:
45
exc_line
=
exc_line
.rstrip()
46
depth =
exc_line
.rindex('-')
47
exc_name =
exc_line
[depth+2:] # Slice past space
Completed in 418 milliseconds