OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:settrace
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py
32
'Timer', 'setprofile', '
settrace
', 'local', 'stack_size']
99
def
settrace
(func):
function
102
The func will be passed to sys.
settrace
() for each thread, before its run()
802
_sys.
settrace
(_trace_hook)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py
32
'Timer', 'setprofile', '
settrace
', 'local', 'stack_size']
99
def
settrace
(func):
function
102
The func will be passed to sys.
settrace
() for each thread, before its run()
802
_sys.
settrace
(_trace_hook)
[
all
...]
Completed in 221 milliseconds