test/data/lowered_etype.py
author Florent Cayré <florent.cayre@logilab.fr>
Fri, 20 Jul 2012 11:42:59 +0200
branchstable
changeset 8481 ff3b163f52e9
parent 6873 2db631a3f205
permissions -rw-r--r--
[predicates] fix predicates that erroneously evaluate the entity passed as a parameter as a boolean, instead of testing its existence in the keyword arguments -using the kwargs.get('entity') idiom instead of 'entity' in kwargs or similar- ; closes #2424288


from yams.buildobjs import EntityType

class my_etype(EntityType):
    pass