Searched refs:a_datetime (Results 1 – 3 of 3) sorted by relevance
66 a_datetime = message_types.DateTimeField(10) variable in MyMessage368 a_datetime=datetime.datetime(*datetime_vals))395 MyMessage(a_datetime=datetime.datetime(*datetime_vals)))
2382 ``a_date.__eq__(a_datetime)`` is true if and only if the year, month2383 and day members of ``a_date`` and ``a_datetime`` are equal.
19766 ``a_date.__eq__(a_datetime)`` is true if and only if the year, month19767 and day members of ``a_date`` and ``a_datetime`` are equal.