Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HypothesisWorks/hypothesis
/ functions
Functions
6,164 in github.com/HypothesisWorks/hypothesis
⨍
Functions
6,164
◇
Types & classes
721
↳
Endpoints
128
Method
do_something
(self)
hypothesis/tests/cover/test_stateful.py:802
Method
do_stuff
(self)
hypothesis/tests/cover/test_stateful.py:549
Method
do_stuff
(self)
hypothesis/tests/cover/test_stateful.py:634
Method
do_validate
(self)
hypothesis/src/hypothesis/strategies/_internal/recursive.py:64
Method
do_validate
(self)
hypothesis/src/hypothesis/strategies/_internal/recursive.py:117
Method
do_validate
(self)
hypothesis/src/hypothesis/strategies/_internal/core.py:1145
Method
do_validate
(self)
hypothesis/src/hypothesis/strategies/_internal/lazy.py:145
Method
do_validate
(self)
hypothesis/src/hypothesis/strategies/_internal/collections.py:57
Method
do_validate
(self)
hypothesis/src/hypothesis/strategies/_internal/collections.py:194
Method
do_validate
(self)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:880
Method
do_validate
(self)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:1042
Method
do_validate
(self)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:1178
Function
domains
()
hypothesis/src/hypothesis/strategies/_internal/core.py:2620
Function
double
(x)
hypothesis/tests/quality/test_discovery_ability.py:283
Function
downcast
(x: float)
hypothesis/src/hypothesis/strategies/_internal/numbers.py:509
Method
draw
(choice_type, constraints, *, forced=None, convert_forced=True)
hypothesis/src/hypothesis/internal/conjecture/datatree.py:836
Method
draw_boolean
(self, constraints)
hypothesis/src/hypothesis/internal/conjecture/provider_conformance.py:450
Method
draw_boolean
Draw a boolean choice. Parameters ---------- p: float The probability of returning ``True``. Between 0 a
hypothesis/src/hypothesis/internal/conjecture/providers.py:467
Method
draw_boolean
( self, p: float = 0.5, )
hypothesis/src/hypothesis/internal/conjecture/providers.py:1136
Method
draw_boolean
( self, value: bool, *, was_forced: bool, constraints: BooleanConstraints )
hypothesis/src/hypothesis/internal/conjecture/datatree.py:1022
Method
draw_boolean
(self, *args, **constraints)
hypothesis/tests/conjecture/test_provider.py:287
Method
draw_bytes
(self, constraints)
hypothesis/src/hypothesis/internal/conjecture/provider_conformance.py:440
Method
draw_bytes
Draw a bytes choice. Parameters ---------- min_size : int (Inclusive) lower bound on the bytes length.
hypothesis/src/hypothesis/internal/conjecture/providers.py:565
Method
draw_bytes
( self, min_size: int = 0, max_size: int = COLLECTION_DEFAULT_MAX_SIZE, )
hypothesis/src/hypothesis/internal/conjecture/providers.py:1064
Method
draw_bytes
( self, min_size: int = 0, max_size: int = COLLECTION_DEFAULT_MAX_SIZE, )
hypothesis/src/hypothesis/internal/conjecture/providers.py:1234
Method
draw_bytes
( self, value: bytes, *, was_forced: bool, constraints: BytesConstraints )
hypothesis/src/hypothesis/internal/conjecture/datatree.py:1017
Method
draw_bytes
( self, min_size: int = 0, max_size: int = COLLECTION_DEFAULT_MAX_SIZE, *,
hypothesis/src/hypothesis/internal/conjecture/data.py:971
Method
draw_bytes
(self, *args, **constraints)
hypothesis/tests/conjecture/test_provider.py:293
Method
draw_float
(self, constraints)
hypothesis/src/hypothesis/internal/conjecture/provider_conformance.py:435
Method
draw_float
Draw a float choice. Parameters ---------- min_value : float (Inclusive) lower bound on the float value.
hypothesis/src/hypothesis/internal/conjecture/providers.py:517
Method
draw_float
( self, *, min_value: float = -math.inf, max_value: float = math.inf,
hypothesis/src/hypothesis/internal/conjecture/providers.py:950
Method
draw_float
( self, *, min_value: float = -math.inf, max_value: float = math.inf,
hypothesis/src/hypothesis/internal/conjecture/providers.py:1188
Method
draw_float
( self, value: float, *, was_forced: bool, constraints: FloatConstraints )
hypothesis/src/hypothesis/internal/conjecture/datatree.py:1007
Method
draw_float
( self, min_value: float = -math.inf, max_value: float = math.inf, *,
hypothesis/src/hypothesis/internal/conjecture/data.py:903
Method
draw_float
(self, *args, **constraints)
hypothesis/tests/conjecture/test_provider.py:290
Function
draw_integer
(*args, **kwargs)
hypothesis/tests/nocover/test_health_checks.py:91
Method
draw_integer
(self, constraints)
hypothesis/src/hypothesis/internal/conjecture/provider_conformance.py:430
Method
draw_integer
Draw an integer choice. Parameters ---------- min_value : int | None (Inclusive) lower bound on the inte
hypothesis/src/hypothesis/internal/conjecture/providers.py:488
Method
draw_integer
( self, min_value: int | None = None, max_value: int | None = None, *,
hypothesis/src/hypothesis/internal/conjecture/providers.py:831
Method
draw_integer
( self, value: int, *, was_forced: bool, constraints: IntegerConstraints )
hypothesis/src/hypothesis/internal/conjecture/datatree.py:1000
Method
draw_integer
(self, *args, **constraints)
hypothesis/tests/conjecture/test_provider.py:284
Method
draw_integer
(self, *args, **constraints)
hypothesis/tests/conjecture/test_provider.py:597
Method
draw_integer
(self, *args, **constraints)
hypothesis/tests/conjecture/test_provider.py:642
Method
draw_integer
(self, **constraints)
hypothesis/tests/conjecture/test_provider.py:732
Function
draw_ordered_with_assume
(draw)
hypothesis/tests/cover/test_composite.py:42
Method
draw_string
(self, constraints)
hypothesis/src/hypothesis/internal/conjecture/provider_conformance.py:445
Method
draw_string
Draw a string choice. Parameters ---------- intervals : IntervalSet The set of codepoints to sample from
hypothesis/src/hypothesis/internal/conjecture/providers.py:543
Method
draw_string
( self, intervals: IntervalSet, *, min_size: int = 0, max_size: int =
hypothesis/src/hypothesis/internal/conjecture/providers.py:1016
Method
draw_string
( self, intervals: IntervalSet, *, min_size: int = 0, max_size: int =
hypothesis/src/hypothesis/internal/conjecture/providers.py:1224
Method
draw_string
( self, value: str, *, was_forced: bool, constraints: StringConstraints )
hypothesis/src/hypothesis/internal/conjecture/datatree.py:1012
Method
draw_string
( self, intervals: IntervalSet, *, min_size: int = 0, max_size: int =
hypothesis/src/hypothesis/internal/conjecture/data.py:947
Method
draw_string
(self, *args, **constraints)
hypothesis/tests/conjecture/test_provider.py:296
Method
duplicated_nodes
Returns a list of nodes grouped (choice_type, value).
hypothesis/src/hypothesis/internal/conjecture/shrinker.py:1333
Function
e
(name, *, _min_version: NominalVersion | None = None, **kwargs)
hypothesis/tests/array_api/test_argument_validation.py:20
Function
e
(a, **kwargs)
hypothesis/tests/numpy/test_argument_validation.py:22
Function
e_to_str
(elt)
hypothesis/tests/common/arguments.py:21
Method
element_strategies
(self)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:835
Function
empty
(chooser)
hypothesis/tests/conjecture/test_choice_tree.py:58
Function
empty_db
(_)
hypothesis/tests/cover/test_core.py:138
Method
ends
(self)
hypothesis/src/hypothesis/internal/conjecture/data.py:460
Function
enough_leaves
(t)
hypothesis/tests/cover/test_recursive.py:60
Function
ensure_shellcheck
()
tooling/src/hypothesistooling/installers.py:87
Function
equivalent
Write source code for a property-based test of ``funcs``. The resulting test checks that calling each of the functions returns an equal value
hypothesis/src/hypothesis/extra/ghostwriter.py:1620
Method
events_agree
(self)
hypothesis/tests/cover/test_database_backend.py:679
Function
everything_except
(type_)
hypothesis/tests/cover/test_targeting.py:66
Method
example
Provide an example of the sort of value that this strategy generates. This method is designed for use in a REPL, and will raise an error if
hypothesis/src/hypothesis/strategies/_internal/strategies.py:310
Method
example_generating_inner_function
( ex: Ex, # type: ignore # mypy is overzealous in preventing covariant params )
hypothesis/src/hypothesis/strategies/_internal/strategies.py:381
Function
exampledatabase
(request, tmp_path)
hypothesis/tests/cover/test_database_backend.py:116
Function
execute
(data, function)
hypothesis/src/hypothesis/core.py:839
Method
execute_example
(self, function)
hypothesis/tests/cover/test_executors.py:22
Method
execute_example
(self, f)
hypothesis/tests/cover/test_executors.py:43
Method
execute_example
(self, f)
hypothesis/tests/cover/test_executors.py:49
Method
execute_example
(self, f)
hypothesis/tests/cover/test_asyncio.py:47
Method
execute_example
(self, f)
hypothesis/tests/cover/test_asyncio.py:79
Method
exhausted
(self)
hypothesis/src/hypothesis/internal/conjecture/shrinking/choicetree.py:127
Method
exhausted
(self)
hypothesis/src/hypothesis/internal/conjecture/shrinking/choicetree.py:152
Function
explicit_phase
(*args, kw)
hypothesis/tests/cover/test_falsifying_example_output.py:44
Function
exponent_key
(e: int)
hypothesis/src/hypothesis/internal/conjecture/floats.py:82
Function
f
()
website/theme/static/prism.js:3
Function
f
(x)
hypothesis/tests/nocover/test_simple_numbers.py:88
Function
f
(data)
hypothesis/tests/nocover/test_conjecture_engine.py:51
Function
f
(arg: int)
hypothesis/tests/ghostwriter/test_ghostwriter.py:388
Function
f
(shapes: nps.BroadcastableShapes)
hypothesis/tests/numpy/test_gen_data.py:1006
Function
f
(*, a, b=2)
hypothesis/tests/cover/test_annotations.py:70
Function
f
(x)
hypothesis/tests/cover/test_type_lookup.py:491
Function
f
()
hypothesis/tests/cover/test_explicit_examples.py:347
Function
f
(u, v)
hypothesis/tests/cover/test_searchstrategy.py:78
Method
f
(self, v)
hypothesis/tests/nocover/test_stateful.py:295
Method
f
(self, value)
hypothesis/tests/nocover/test_stateful.py:332
Method
f
(self, value)
hypothesis/tests/nocover/test_stateful.py:345
Method
f
()
hypothesis/tests/cover/test_executors.py:29
Method
f
(self)
hypothesis/tests/cover/test_lookup.py:928
Function
fail
(candidate)
hypothesis/tests/conftest.py:108
Method
fail
(self, x, y)
hypothesis/tests/nocover/test_stateful.py:147
Method
fail_eventually
(self)
hypothesis/tests/cover/test_stateful.py:1064
Method
fail_fast
(self)
hypothesis/tests/cover/test_stateful.py:348
Method
fail_fast
(self)
hypothesis/tests/cover/test_stateful.py:909
Method
fail_fast
(self, param)
hypothesis/tests/cover/test_stateful.py:937
Method
fail_fast
(self)
hypothesis/tests/cover/test_stateful.py:1040
Method
fail_fast
(self, param)
hypothesis/tests/cover/test_stateful.py:1299
← previous
next →
2,301–2,400 of 6,164, ranked by callers