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

Lines Matching refs:currentframe

23     currentframe() - get the current stack frame
1048 currentframe = sys._getframe
1050 currentframe = lambda _=None: None