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

Lines Matching refs:setprofile

32            'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
89 def setprofile(func):
92 The func will be passed to sys.setprofile() for each thread, before its
805 _sys.setprofile(_profile_hook)