예제 #1
0
def not_none():
    """Matches if object is not ``None``."""
    return is_not(none())
예제 #2
0
파일: isnone.py 프로젝트: brunogola/skink
def not_none():
    """Matches if value is not None."""
    return is_not(none())
예제 #3
0
def not_none():
    """Matches if object is not ``None``."""
    return is_not(none())