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

Function assume

Lib/test/support/_hypothesis_stubs/__init__.py:67–70  ·  view source on GitHub ↗
(condition)

Source from the content-addressed store, hash-verified

65
66
67def assume(condition):
68 if not condition:
69 raise unittest.SkipTest("Unsatisfied assumption")
70 return True
71
72
73def reject():

Callers 1

rejectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected