コード例 #1
0
ファイル: relationtest.py プロジェクト: tbsaunde/pyatspi2
	def __init__(self, bus, path):
		_PasyTest.__init__(self, "Relation", False)
		self._bus = bus
		self._path = path
コード例 #2
0
ファイル: statetest.py プロジェクト: isabella232/pyatspi2
 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
ファイル: componenttest.py プロジェクト: h4ck3rm1k3/pyatspi2
	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
ファイル: actiontest.py プロジェクト: wolfmanstout/pyatspi2
 def __init__(self, bus, path):
     _PasyTest.__init__(self, "Action", False)
     self._bus = bus
     self._path = path
コード例 #9
0
ファイル: desktoptest.py プロジェクト: isabella232/pyatspi2
 def __init__(self, bus, path):
     _PasyTest.__init__(self, "Desktop", False)
     self._bus = bus
     self._path = path