Scott Shawcroft f29de51325
Check native object in case of early access
If a native displayio object is accessed before it's super().__init__()
has been called, then a placeholder is given that will cause a crash if
accessed. This is tricky to get right so we detect this case and raise
a NotInplementedError instead of crashing.

Fixes #1881
2019-05-13 17:31:30 -07:00
..
2019-03-19 18:37:41 -07:00
2019-02-11 20:55:05 -08:00
2019-02-11 20:55:05 -08:00
2018-09-06 14:49:49 -07:00
2019-01-17 14:45:29 -08:00
2019-02-13 17:34:39 -08:00
2019-01-14 17:29:15 -08:00