Exemple #1
0
def texts(*partial_values: str) -> Condition[Collection]:
    return match.collection_has_texts(*partial_values)
Exemple #2
0
def texts(*partial_values: str) -> _match.CollectionCondition:
    return _match.collection_has_texts(*partial_values).not_