Example #1
0
 def __init__(self):
     Prompt.__init__(self, 'Time (#w #d hh:mm:ss.micro):', cast=self.strtodelta)
Example #2
0
 def __init__(self):
     Prompt.__init__(self, 'Date (yyyy-dd-mm):', cast=self.strtodate)