Searched defs:total_seconds (Results 1 – 7 of 7) sorted by relevance
84 def generate_time_stats(files, total_seconds) -> None: argument
107 int total_seconds = static_cast<int>(total_seconds_unsigned); in Write() local
59 static double total_seconds = 0.0 ; variable
184 let total_seconds = time + days * 86400; in parse_rfc3339_weak() localVariable
588 def total_seconds(self): member in timedelta
1641 parse_tz_delta(const char *const p, long *total_seconds) in parse_tz_delta()
2624 PyObject *total_seconds; in delta_total_seconds() local