Files
2018-11-19 15:15:54 +00:00

13 lines
187 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