예제 #1
0
	def __init__(self, bus, path):
		_PasyTest.__init__(self, "Relation", False)
		self._bus = bus
		self._path = path
예제 #2
0
 def __init__(self, bus, path):
     _PasyTest.__init__(self, "State", False)
예제 #3
0
파일: statetest.py 프로젝트: GNOME/pyatspi2
	def __init__(self, bus, path):
		_PasyTest.__init__(self, "State", False)
예제 #4
0
	def __init__(self, bus, path):
		_PasyTest.__init__(self, "Accessible", False)
		self._bus = bus
		self._path = path
예제 #5
0
	def __init__(self, bus, path):
		_PasyTest.__init__(self, "Component", False)
		self._bus = bus
		self._path = path
예제 #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
예제 #8
0
 def __init__(self, bus, path):
     _PasyTest.__init__(self, "Action", False)
     self._bus = bus
     self._path = path
예제 #9
0
 def __init__(self, bus, path):
     _PasyTest.__init__(self, "Desktop", False)
     self._bus = bus
     self._path = path