예제 #1
0
 def __init__(self):
     OutOfBandProcessor.__init__(self)
     self._command = None
예제 #2
0
 def __init__(self):
     OutOfBandProcessor.__init__(self)
     self._title = None
     self._description = None
예제 #3
0
 def __init__(self):
     OutOfBandProcessor.__init__(self)
     self._title = None
     self._list = None
예제 #4
0
파일: dial.py 프로젝트: LombeC/program-r
 def __init__(self):
     OutOfBandProcessor.__init__(self)
     self._number = None
예제 #5
0
파일: url.py 프로젝트: LombeC/program-r
 def __init__(self):
     OutOfBandProcessor.__init__(self)
     self._url = None
예제 #6
0
파일: sms.py 프로젝트: LombeC/program-r
 def __init__(self):
     OutOfBandProcessor.__init__(self)
     self._recipient = None
     self._message = None
예제 #7
0
 def __init__(self):
     OutOfBandProcessor.__init__(self)
     self._to = None
     self._subject = None
     self._body = None
예제 #8
0
파일: default.py 프로젝트: LombeC/program-r
 def __init__(self):
     OutOfBandProcessor.__init__(self)
예제 #9
0
 def __init__(self):
     OutOfBandProcessor.__init__(self)
     self._search = None
예제 #10
0
 def __init__(self):
     OutOfBandProcessor.__init__(self)
     self._location = None
예제 #11
0
파일: robot.py 프로젝트: LombeC/program-r
 def __init__(self):
     OutOfBandProcessor.__init__(self)
     self._robot = {}