mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 18:03:31 +01:00
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 428692ea3a | |||
| 385edd7169 | |||
| 748247f1ed |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 428692ea3a |
Streamline Python file headers somewhat
- Add coding statement
- Import all modules in one line where possible
- Order: __future__, typing, plain imports, from imports,
janware modules
Signed-off-by: Jan Lindemann <jan@janware.com>
|
|||
| 385edd7169 |
StopWatch: Fix compilation error
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 748247f1ed |
Add jwutils.StopWatch
Add StopWatch class, intended to be useful for benchmarking. Signed-off-by: Jan Lindemann <jan@janware.com> |