Home | History | Annotate | Download | only in python2.7

Lines Matching refs:timetuple

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