Files
littlefs/scripts
Christopher Haster 434479f101 scripts: Adopted csv.py-related result-type tweaks in all scripts
- RInt/RFloat now accepts implicitly castable types (mainly
  RInt(RFloat(x)) and RFloat(RInt(x))).

- RInt/RFloat/RFrac are now "truthy", implements __bool__.

- More operator support for RInt/RFloat/RFrac:

  - __pos__ => +a
  - __neg__ => -a
  - __abs__ => abs(a)
  - __div__ => a/b
  - __mod__ => a%b

  These work in Python, but are mainly used to implement expr eval in
  csv.py.
2024-11-16 13:37:15 -06:00
..
2024-11-09 12:31:16 -06:00
2024-11-09 12:31:16 -06:00
2024-11-09 12:31:16 -06:00
2024-11-09 12:31:16 -06:00
2024-11-09 12:31:16 -06:00
2024-11-09 12:31:16 -06:00