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