Home | History | Annotate | Download | only in python2.7

Lines Matching defs:settrace

32            'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
99 def settrace(func):
102 The func will be passed to sys.settrace() for each thread, before its run()
802 _sys.settrace(_trace_hook)