Nikolaus Waxweiler a8d4bfc42d Replace PrivateDict.__getattr__ with property
The dunder method doesn't seem to be doing anything other than providing
an `in_cff2` attribute. Do that with a property instead of bending
__getattr__.

This one confused me when I was working on
https://github.com/fonttools/fonttools/pull/1488.
2019-02-06 10:15:38 +00:00
..
2019-01-23 11:21:06 -05:00
2019-02-05 13:02:53 +00:00
2017-11-24 17:46:31 +01:00