コード例 #1
0
 def __init__(self, func, error):
     if not ExceptionUtil.has_traceback(error):
         ExceptionUtil.set_traceback(error)
     Match.__init__(self, func=func)
     self.stored_error = error
コード例 #2
0
ファイル: matchers.py プロジェクト: Etiqa/behave
 def __init__(self, func, error):
     if not ExceptionUtil.has_traceback(error):
         ExceptionUtil.set_traceback(error)
     Match.__init__(self, func=func)
     self.stored_error = error