Tools¶
Created on Jan 15, 2010
@author: Roland Kaminski
dist_time(int_rep: int) -> str
¶
Converts integer value in seconds to [[h:]m:]s time format.
Attributes:
Name | Type | Description |
---|---|---|
int_rep |
int
|
Int representation. |
mkdir_p(path: str) -> None
¶
Simulates "mkdir -p" functionality.
Attributes:
Name | Type | Description |
---|---|---|
path |
str
|
A string holding the path to create. |