Ejemplo n.º 1
0
 def __getattr__(self, name):
     keyword = TestLibraryInspector.__getattr__(self, name)
     return Keyword(keyword._handler, context=self._context)
Ejemplo n.º 2
0
 def __getattr__(self, name):
     keyword = TestLibraryInspector.__getattr__(self, name)
     return Keyword(keyword._handler, context=self._context)
Ejemplo n.º 3
0
 def __init__(self, lib, args=None, context=None):
     TestLibraryInspector.__init__(self, lib, *(args or ()))
     self._context = context
Ejemplo n.º 4
0
 def __init__(self, lib, args=None, context=None):
     TestLibraryInspector.__init__(self, lib, *(args or ()))
     self._context = context