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 | |
|---|---|---|---|
| 9c13381e7a | |||
| 296dde387c | |||
| a0234e7d54 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 9c13381e7a |
cast.cast_str_to_timedelta(): Add conversion method
Make cast.from_str() accept time strings. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 296dde387c |
cast.from_str(): Add as alias to cast_str()
Using cast.from_str('blah') seems more logical than cast.cast_str(),
so add that alias and see how it fares.
Signed-off-by: Jan Lindemann <jan@janware.com>
|
|||
| a0234e7d54 |
Add module jwutils.cast
Signed-off-by: Jan Lindemann <jan@janware.com> |