Home | History | Annotate | Download | only in Lib

Lines Matching refs:timetuple

399         elif hasattr(other, "timetuple"):
400 s = self.timetuple()
401 o = other.timetuple()
434 def timetuple(self):