MCPcopy Index your code
hub / github.com/RustPython/RustPython / __or__

Method __or__

Lib/test/support/_hypothesis_stubs/strategies.py:20–22  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

18 return self._with_repr(self.__make_trailing_repr("filter", condition))
19
20 def __or__(self, other):
21 new_repr = f"one_of({self!r}, {other!r})"
22 return self._with_repr(new_repr)
23
24
25_STRATEGIES = {

Callers

nothing calls this directly

Calls 1

_with_reprMethod · 0.80

Tested by

no test coverage detected