Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
def
assume(condition):
68
if
not condition:
69
raise
unittest.SkipTest(
"Unsatisfied assumption"
)
70
return
True
71
72
73
def
reject():
Callers
1
reject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected