예제 #1
0
파일: prologue.py 프로젝트: lebauce/artub
 def user_call(self, frame, args):
     import random
     Pdb.user_call(self, frame, args)
     name = frame.f_code.co_name
예제 #2
0
파일: prologue.py 프로젝트: tillwf/artub
 def user_call(self, frame, args):
     import random
     Pdb.user_call(self, frame, args)
     name = frame.f_code.co_name
예제 #3
0
 def user_call(self, frame, args):
     Pdb.user_call(self, frame, args)
     name = frame.f_code.co_name