print_time_taken¶
- tessilator.tessilator.print_time_taken(start, finish)[source]¶
Calculate the time taken for a process.
This function takes a start and finish point a calculates the time taken in hours, minutes and seconds.
- Parameters:
- start
datetime.datetime The start point of the process.
- finish
datetime.datetime The end point of the process.
- start
- Returns:
- time_taken
str The time taken for the process to complete.
- time_taken