def hours2hms(hours): return _presto.hours2hms(hours)
def hours2hms(hours: "double") -> "int *, int *, double *": return _presto.hours2hms(hours)