Searched refs:BOOL_MAP (Results 1 – 1 of 1) sorted by relevance
167 BOOL_MAP = {'true': True, 'false': False, '1': True, '0': False} variable231 setattr(apn, key, BOOL_MAP[node.getAttribute(key).lower()])