コード例 #1
0
 def __init__(self, handler, context, debug=False):
     KeywordInspector.__init__(self, handler)
     self._context = context
     self._debug = debug
コード例 #2
0
 def __init__(self, handler, context, debug=False):
     KeywordInspector.__init__(self, handler)
     if not isinstance(handler, Handler):
         handler.__class__ = Handler[handler.__class__]
     self._context = context
     self._debug = debug
コード例 #3
0
 def __init__(self, handler, context, debug=False):
     KeywordInspector.__init__(self, handler)
     self._context = context
     self._debug = debug
コード例 #4
0
 def __init__(self, handler, context, debug=False):
     KeywordInspector.__init__(self, handler)
     if not isinstance(handler, Handler):
         handler.__class__ = Handler[handler.__class__]
     self._context = context
     self._debug = debug