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
calc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/collections.py:89
Method
calc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/collections.py:208
Method
calc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/collections.py:433
Method
calc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:298
Method
calc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:825
Method
calc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:1031
Method
calc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:1161
Method
calc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/core.py:1084
Method
calc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/core.py:1998
Method
calc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/flatmapped.py:43
Method
calc_label
Deferred strategies don't have a calculated label, because we would end up having to calculate the fixed point of some hash function in
hypothesis/src/hypothesis/strategies/_internal/deferred.py:60
Method
calc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/lazy.py:103
Method
calc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/shared.py:33
Method
calc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/collections.py:61
Method
calc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/collections.py:191
Method
calc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:652
Method
calc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:864
Function
callback
(observation)
hypothesis/tests/cover/test_observability.py:731
Method
calls
Return the number of calls that have been made to the underlying test function.
hypothesis/src/hypothesis/internal/conjecture/shrinker.py:378
Method
calls
(self)
hypothesis/src/hypothesis/internal/conjecture/shrinking/common.py:41
Function
can_cast
Determine if value can be cast to type.
hypothesis/src/hypothesis/strategies/_internal/types.py:758
Method
can_choose_node
(node)
hypothesis/src/hypothesis/internal/conjecture/shrinker.py:1417
Method
can_sort
(a, b)
hypothesis/src/hypothesis/internal/conjecture/shrinking/ordering.py:79
Function
cannot_encode
(string)
hypothesis/tests/numpy/test_from_dtype.py:120
Method
cat_tuples
(self, left, right)
hypothesis/tests/nocover/test_strategy_state.py:153
Method
cdf
(self, x: float)
hypothesis/src/hypothesis/internal/statistics.py:148
Method
cdf
(self, x: float)
hypothesis/src/hypothesis/internal/statistics.py:184
Method
cdf
(self, x: float)
hypothesis/src/hypothesis/internal/statistics.py:239
Method
charge
(self, child)
hypothesis/tests/nocover/test_stateful.py:90
Function
check
(x)
hypothesis/tests/nocover/test_database_usage.py:121
Method
check
(self, value1, value2)
hypothesis/tests/cover/test_stateful.py:243
Method
check
(self, instance)
hypothesis/tests/cover/test_stateful.py:1488
Method
check_a_defined
(self)
hypothesis/tests/cover/test_stateful.py:1218
Method
check_a_positive
(self)
hypothesis/tests/cover/test_stateful.py:1205
Function
check_abi3
(*args)
tooling/src/hypothesistooling/__main__.py:821
Function
check_documentation
(*args)
tooling/src/hypothesistooling/__main__.py:845
Function
check_format
()
tooling/src/hypothesistooling/__main__.py:309
Function
check_function
(f: Func)
hypothesis/src/hypothesis/internal/coverage.py:93
Function
check_installed
No-op task that can be used to test for a successful install (so we don't fail to run if a previous install failed midway).
tooling/src/hypothesistooling/__main__.py:86
Method
check_invariants
(self, value)
hypothesis/src/hypothesis/internal/conjecture/shrinking/ordering.py:36
Method
check_invariants
(self, value)
hypothesis/src/hypothesis/internal/conjecture/shrinking/integer.py:37
Method
check_invariants
(self, value)
hypothesis/src/hypothesis/internal/conjecture/shrinking/floats.py:57
Function
check_py310_pyjion
(*args)
tooling/src/hypothesistooling/__main__.py:759
Function
check_quality
(*args)
tooling/src/hypothesistooling/__main__.py:816
Function
check_types
(*args)
tooling/src/hypothesistooling/__main__.py:861
Function
check_types_api
(*args)
tooling/src/hypothesistooling/__main__.py:873
Function
check_types_hypothesis
(*args)
tooling/src/hypothesistooling/__main__.py:886
Method
check_valid
Debugging method for use in tests. Asserts that all of the cache's invariants hold. When everything is working correctly this should
hypothesis/src/hypothesis/internal/cache.py:199
Method
check_values
(self)
hypothesis/tests/nocover/test_cache_implementation.py:75
Function
check_whole_repo_tests
(*args)
tooling/src/hypothesistooling/__main__.py:833
Function
checks_deprecated_behaviour
A decorator for testing deprecated behaviour.
hypothesis/tests/common/utils.py:135
Method
children
The list of all spans with this as a parent, in increasing index order.
hypothesis/src/hypothesis/internal/conjecture/data.py:238
Method
children
(self)
hypothesis/src/hypothesis/internal/conjecture/data.py:484
Method
choice_count
The number of choices in this span.
hypothesis/src/hypothesis/internal/conjecture/data.py:233
Function
choices
(draw)
hypothesis/tests/conjecture/common.py:165
Method
choices
(self)
hypothesis/src/hypothesis/internal/conjecture/data.py:597
Method
choices
(self)
hypothesis/src/hypothesis/internal/conjecture/data.py:726
Function
clamp_inputs
(draw)
hypothesis/tests/conjecture/test_junkdrawer.py:71
Method
class_identity
(cls, x)
hypothesis/tests/cover/test_reflection.py:711
Method
class_label
(self)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:534
Function
clear_lambda_caches
(request, monkeypatch)
hypothesis/tests/cover/test_lambda_formatting.py:24
Method
clear_listeners
Remove all change listeners.
hypothesis/src/hypothesis/database.py:307
Function
clear_strategy_cache
()
hypothesis/src/hypothesis/strategies/_internal/utils.py:42
Function
codemod
`hypothesis codemod` refactors deprecated or inefficient code. It adapts `python -m libcst.tool`, removing many features and config options
hypothesis/src/hypothesis/extra/cli.py:184
Function
collect_redirects_for_linkcheck
(app)
hypothesis/docs/_ext/hypothesis_redirects.py:183
Function
columns
A convenience function for producing a list of :class:`column` objects of the same general shape. The names_or_number argument is either a se
hypothesis/src/hypothesis/extra/pandas/impl.py:391
Function
complex_dtypes
( *, sizes: CpxSize | Sequence[CpxSize] = (64, 128) )
hypothesis/src/hypothesis/extra/array_api.py:1053
Function
compose_types
(x: type, y: type)
hypothesis/tests/ghostwriter/test_ghostwriter.py:405
Function
composite
( f: Callable[Concatenate[DrawFn, P], Ex], )
hypothesis/src/hypothesis/strategies/_internal/core.py:2129
Method
conclude_test
(self, *args)
hypothesis/tests/conjecture/test_test_data.py:196
Function
concrete_generic_func1
(obj: _FirstBase[int, str])
hypothesis/tests/nocover/test_drypython_returns.py:152
Function
concrete_generic_func2
(obj: _SecondBase[float, bool])
hypothesis/tests/nocover/test_drypython_returns.py:156
Method
consider
(n, sign)
hypothesis/src/hypothesis/internal/conjecture/shrinker.py:1087
Function
constructor
(a: str = None)
hypothesis/tests/cover/test_lookup.py:1178
Function
convert_element
(value)
hypothesis/src/hypothesis/extra/pandas/impl.py:124
Method
copy_node
(node, n)
hypothesis/src/hypothesis/internal/conjecture/shrinker.py:1563
Function
correct_dot_access_fun
(thing: _CorrectDotAccess)
hypothesis/tests/cover/test_type_lookup_forward_ref.py:83
Function
correct_fun
(thing: _Correct)
hypothesis/tests/cover/test_type_lookup_forward_ref.py:43
Function
count_choices_for
(choice_type, constraints)
hypothesis/tests/crosshair/test_crosshair.py:72
Method
count_step
(self)
hypothesis/tests/cover/test_settings.py:400
Function
counting
(thing)
hypothesis/tests/nocover/test_type_lookup_forward_ref.py:63
Function
counting_get_type_hints
(thing)
hypothesis/tests/cover/test_lookup.py:951
Function
covered
A test function with a removable explicit example.
hypothesis/tests/patching/callables.py:38
Method
create_bun
(self)
hypothesis/tests/cover/test_stateful.py:1459
Method
create_cache
(self, max_size)
hypothesis/tests/nocover/test_cache_implementation.py:37
Method
create_stuff
(self, name)
hypothesis/tests/cover/test_statistical_events.py:224
Method
create_thing
(self, name)
hypothesis/tests/cover/test_statistical_events.py:244
Function
criterion
(ls)
hypothesis/tests/nocover/test_flatmap.py:95
Method
current_score
(self)
hypothesis/src/hypothesis/internal/conjecture/optimiser.py:59
Method
currently_capped
(self)
hypothesis/src/hypothesis/strategies/_internal/recursive.py:54
Function
data_frames
Provides a strategy for producing a :class:`pandas.DataFrame`. Arguments: * columns: An iterable of :class:`column` objects describing the s
hypothesis/src/hypothesis/extra/pandas/impl.py:419
Method
database
An instance of |ExampleDatabase| that will be used to save examples to and load previous examples from. If not set, a |Direc
hypothesis/src/hypothesis/_settings.py:799
Method
database
(self)
hypothesis/src/hypothesis/internal/conjecture/engine.py:1005
Method
db_type
(self, connection)
hypothesis/tests/django/toystore/models.py:32
Method
db_type
(self, connection)
hypothesis/tests/django/toystore/models.py:37
Method
deadline
The maximum allowed duration of an individual test case, in milliseconds. You can pass an integer, float, or timedelta. If ``None``,
hypothesis/src/hypothesis/_settings.py:996
Method
dec
(self)
hypothesis/tests/cover/test_observability.py:313
Function
decorator
(f)
hypothesis/src/hypothesis/stateful.py:993
Function
decorator
(strategy_definition)
hypothesis/src/hypothesis/strategies/_internal/utils.py:125
Function
decorator
An example of a common decorator pattern.
hypothesis/tests/nocover/test_modify_inner_test.py:35
← previous
next →
2,101–2,200 of 6,164, ranked by callers