def __init__(self, handler, context, debug=False):
     KeywordInspector.__init__(self, handler)
     self._context = context
     self._debug = debug
 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
Exemple #3
0
 def __init__(self, handler, context, debug=False):
     KeywordInspector.__init__(self, handler)
     self._context = context
     self._debug = debug
 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