Contents
has_in()
TimePeriod.has_in implementation.
Return whether a date falls within this period.
date (datetime) – Date to test.
True if date is in [start, end], False otherwise.
bool