Exemplo n.º 1
0
	def __init__(self, dbus_obj, pawrapper, get_attr):
		MP_object.__init__(self, dbus_obj, get_attr);
		self._props = None
		self._pawrapper = pawrapper
Exemplo n.º 2
0
	def __init__(self, obj):
		MP_object.__init__(self, obj, self.get_attr);
Exemplo n.º 3
0
	def __init__(self, cmd, device):
		MP_object.__init__(self, None, None);
		self.cmd = cmd[0]
		self.time = cmd[1]
		self.device = device