Lichen

Annotated tests/inheritance_bad/A.py

889:29b9788086f4
2019-02-02 Paul Boddie Define __ISNULL as a macro.
paul@2 1
from B import E
paul@2 2
paul@2 3
class D(E):
paul@2 4
    d = 3