# -*- coding: utf-8 -*- # TODO: Allow netrefs! def is_address(attribute, value): if not isinstance(value, str): return False return True