Exemple #1
0
def not_none():
    """Matches if object is not ``None``."""
    return is_not(none())
Exemple #2
0
def not_none():
    """Matches if value is not None."""
    return is_not(none())
Exemple #3
0
def not_none():
    """Matches if object is not ``None``."""
    return is_not(none())