Home
last modified time | relevance | path

Searched defs:contains_exactly (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/py-pyhamcrest/PyHamcrest-2.0.2/doc/
H A Dsequence_matchers.rst7 contains_exactly section in Sequence Matchers
/dports/textproc/py-pyhamcrest/PyHamcrest-2.0.2/src/hamcrest/library/collection/
H A Dissequence_containinginorder.py81 def contains_exactly(*items: Union[Matcher[T], T]) -> Matcher[Sequence[T]]: function