示例#1
0
 def get_f_back(self):
     return ExecutionContext.getnextframe_nohidden(self)
示例#2
0
文件: pyframe.py 项目: kipras/pypy
 def fget_f_back(self, space):
     f_back = ExecutionContext.getnextframe_nohidden(self)
     return self.space.wrap(f_back)
示例#3
0
 def fget_f_back(self, space):
     f_back = ExecutionContext.getnextframe_nohidden(self)
     return self.space.wrap(f_back)