Files
test2/scripts/modules
Campbell Barton dd864603f1 Cleanup: minor change to string formatting & __file__
Use __repr__ for formatting file instead of __str__ because non-standard
characters will be escaped and the string will be properly quoted.

Also, a modules __file__ is not *guaranteed* to be a string
(although it almost always is), nevertheless, __repr__ generally
results more more humanly readable results.

Note that __repr__ was already used to format __file__ in most places.
2024-04-27 11:58:02 +10:00
..
2024-04-19 16:09:30 +10:00
2024-04-22 14:05:22 +02:00
2024-03-28 20:55:23 -04:00