Lines Matching refs:date_str
637 def handle_NEWNEWS(self, group, date_str, time_str):
640 if (group == "comp.lang.python" and date_str == "20100913"
648 elif (group == "comp.lang.python" and date_str == "100913"
657 date_str in ('20100101', '100101') and
1440 def gives(y, M, d, h, m, s, date_str, time_str):
1443 (date_str, time_str))
1445 (date_str, time_str))
1450 def gives(y, M, d, date_str, time_str):
1453 (date_str, time_str))
1455 (date_str, time_str))
1463 def gives(y, M, d, h, m, s, date_str, time_str):
1466 (date_str, time_str))
1471 def gives(y, M, d, date_str, time_str):
1474 (date_str, time_str))