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