Files
RustPython/vm
ZapAnton fedbd29051 objstr: Refactored the 'mul' method
- Used `str::repeat` instead of manually building the result string
- Rewritten the int type check to return error at the beginning of the
method
- Replaced the `unwrap` calls with the single `unwrap_or`
2019-05-24 13:01:15 +03:00
..
2019-05-24 13:01:15 +03:00
2018-07-07 17:14:45 +02:00
2019-05-22 03:18:15 +03:00