circuitpython/shared-bindings
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-01-19 17:04:24 -05:00
2019-04-09 11:36:10 -07:00
2019-03-02 18:33:37 -06:00
2018-08-07 14:58:57 -07:00
2018-08-07 14:58:57 -07:00
2019-02-21 13:23:02 -08:00
2018-12-30 22:49:20 -05:00
2019-03-19 18:37:41 -07:00
2019-03-02 18:33:37 -06:00
2018-08-07 14:58:57 -07:00