module documentation

Undocumented

Function duration_iso_string Undocumented
Function duration_microseconds Undocumented
Function duration_string Version of str(timedelta) which is not English specific.
Function _get_duration_components Undocumented
def duration_iso_string(duration): (source)

Undocumented

def duration_microseconds(delta): (source)

Undocumented

def duration_string(duration): (source)

Version of str(timedelta) which is not English specific.

def _get_duration_components(duration): (source)

Undocumented