Home | History | Annotate | Download | only in Lib

Lines Matching refs:timetuple

398         elif hasattr(other, "timetuple"):

399 s = self.timetuple()
400 o = other.timetuple()
433 def timetuple(self):