Files
Tom Tromey f3337b1e94 Rename private member of FrameDecorator
In Python, a member name starting with "__" is specially handled to
make it "more private" to the class -- it isn't truly private, but it
is renamed to make it less likely to be reused by mistake.  This patch
ensures that this is done for the private method of FrameDecorator.
2023-08-01 12:52:26 -06:00
..
2023-06-19 16:17:21 +02:00
2023-07-21 10:33:07 -06:00
2023-06-12 12:09:39 -06:00