| Home | Trees | Indices | Help |
|---|
|
|
1 """ 2 The sms task. 3 """ 4 5 from task import Task 6 719 2010 if not "type" in kwargs: 11 raise Exception("'type' not in typeDict " + str(kwargs)) 12 if not "args" in kwargs: 13 raise Exception("typeDict " + str(kwargs) + " has no arguments!") 14 self.set_task_type(kwargs["type"]) 15 self.recipient = kwargs["args"]["rcpt"]1622 return SmsTask(**taskDict)23
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 19 03:26:57 2013 | http://epydoc.sourceforge.net |