Ejemplo n.º 1
0
 def fromString(cls, start_time, end_time):
     return cls(Time.fromString(start_time), Time.fromString(end_time))
Ejemplo n.º 2
0
 def fromString(cls, start_time, end_time):
     return cls(Time.fromString(start_time), Time.fromString(end_time))