Home | History | Annotate | Download | only in testserver

Lines Matching refs:time_str

145   def __init__(self, time_str):
146 self.time_str = time_str
149 return TagAndLength(23, len(self.time_str)) + self.time_str
153 def __init__(self, time_str):
154 self.time_str = time_str
157 return TagAndLength(24, len(self.time_str)) + self.time_str