Ejemplo n.º 1
0
	def __init__(self, bus, path):
		_PasyTest.__init__(self, "Relation", False)
		self._bus = bus
		self._path = path
Ejemplo n.º 2
0
 def __init__(self, bus, path):
     _PasyTest.__init__(self, "State", False)
Ejemplo n.º 3
0
	def __init__(self, bus, path):
		_PasyTest.__init__(self, "State", False)
Ejemplo n.º 4
0
	def __init__(self, bus, path):
		_PasyTest.__init__(self, "Accessible", False)
		self._bus = bus
		self._path = path
Ejemplo n.º 5
0
	def __init__(self, bus, path):
		_PasyTest.__init__(self, "Component", False)
		self._bus = bus
		self._path = path
Ejemplo n.º 6
0
	def __init__(self, bus, path):
		_PasyTest.__init__(self, "Component", False)
		self._bus = bus
		self._path = path
	def __init__(self, bus, path):
		_PasyTest.__init__(self, "Desktop", False)
		self._bus = bus
		self._path = path
Ejemplo n.º 8
0
 def __init__(self, bus, path):
     _PasyTest.__init__(self, "Action", False)
     self._bus = bus
     self._path = path
Ejemplo n.º 9
0
 def __init__(self, bus, path):
     _PasyTest.__init__(self, "Desktop", False)
     self._bus = bus
     self._path = path