Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:__excepthook__
(Results
1 - 9
of
9
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_exceptions.py
1602
sys.
__excepthook__
(*sys.exc_info())
1783
sys.
__excepthook__
(*sys.exc_info())
1793
sys.
__excepthook__
(*sys.exc_info())
1803
sys.
__excepthook__
(*sys.exc_info())
1815
sys.
__excepthook__
(*sys.exc_info())
1827
sys.
__excepthook__
(*sys.exc_info())
1840
sys.
__excepthook__
(*sys.exc_info())
1853
sys.
__excepthook__
(*sys.exc_info())
1866
sys.
__excepthook__
(*sys.exc_info())
1964
sys.
__excepthook__
(*sy
[all...]
H
A
D
test_code_module.py
30
if sys.excepthook is sys.
__excepthook__
:
31
self.sysmod.excepthook = self.sysmod.
__excepthook__
H
A
D
audit-tests.py
276
sys.
__excepthook__
(exc_type, exc_value, exc_tb)
H
A
D
test_threading.py
42
threading.excepthook = threading.
__excepthook__
1553
threading.excepthook = threading.
__excepthook__
H
A
D
test_sys.py
145
sys.
__excepthook__
(*sys.exc_info())
149
self.assertRaises(TypeError, sys.
__excepthook__
)
161
sys.
__excepthook__
(*sys.exc_info())
/third_party/python/Lib/
H
A
D
code.py
123
if sys.excepthook is sys.
__excepthook__
:
143
if sys.excepthook is sys.
__excepthook__
:
H
A
D
threading.py
1314
__excepthook__
= excepthook
variable
/third_party/python/Lib/idlelib/
H
A
D
run.py
229
sys.
__excepthook__
(typ, exc, tb)
591
if sys.excepthook is sys.
__excepthook__
:
/third_party/python/Lib/idlelib/idle_test/
H
A
D
test_run.py
409
assert sys.excepthook == sys.
__excepthook__
416
self.addCleanup(setattr, sys, 'excepthook', sys.
__excepthook__
)
Completed in 12 milliseconds