Files
2020-03-30 11:59:10 +02:00

8 lines
186 B
Plaintext

import python
from ClassObject cls, string abstract
where
not cls.isBuiltin() and
if cls.isAbstract() then abstract = "yes" else abstract = "no"
select cls.toString(), abstract