def test_undefined(value): """Like :func:`defined` but the other way round.""" return isinstance(value, Undefined)