MCPcopy Create free account

hub / github.com/HypothesisWorks/hypothesis / functions

Functions6,164 in github.com/HypothesisWorks/hypothesis

Methodcalc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/collections.py:89
Methodcalc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/collections.py:208
Methodcalc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/collections.py:433
Methodcalc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:298
Methodcalc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:825
Methodcalc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:1031
Methodcalc_is_empty
(self, recur: RecurT)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:1161
Methodcalc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/core.py:1084
Methodcalc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/core.py:1998
Methodcalc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/flatmapped.py:43
Methodcalc_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
Methodcalc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/lazy.py:103
Methodcalc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/shared.py:33
Methodcalc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/collections.py:61
Methodcalc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/collections.py:191
Methodcalc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:652
Methodcalc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:864
Functioncallback
(observation)
hypothesis/tests/cover/test_observability.py:731
Methodcalls
Return the number of calls that have been made to the underlying test function.
hypothesis/src/hypothesis/internal/conjecture/shrinker.py:378
Methodcalls
(self)
hypothesis/src/hypothesis/internal/conjecture/shrinking/common.py:41
Functioncan_cast
Determine if value can be cast to type.
hypothesis/src/hypothesis/strategies/_internal/types.py:758
Methodcan_choose_node
(node)
hypothesis/src/hypothesis/internal/conjecture/shrinker.py:1417
Methodcan_sort
(a, b)
hypothesis/src/hypothesis/internal/conjecture/shrinking/ordering.py:79
Functioncannot_encode
(string)
hypothesis/tests/numpy/test_from_dtype.py:120
Methodcat_tuples
(self, left, right)
hypothesis/tests/nocover/test_strategy_state.py:153
Methodcdf
(self, x: float)
hypothesis/src/hypothesis/internal/statistics.py:148
Methodcdf
(self, x: float)
hypothesis/src/hypothesis/internal/statistics.py:184
Methodcdf
(self, x: float)
hypothesis/src/hypothesis/internal/statistics.py:239
Methodcharge
(self, child)
hypothesis/tests/nocover/test_stateful.py:90
Functioncheck
(x)
hypothesis/tests/nocover/test_database_usage.py:121
Methodcheck
(self, value1, value2)
hypothesis/tests/cover/test_stateful.py:243
Methodcheck
(self, instance)
hypothesis/tests/cover/test_stateful.py:1488
Methodcheck_a_defined
(self)
hypothesis/tests/cover/test_stateful.py:1218
Methodcheck_a_positive
(self)
hypothesis/tests/cover/test_stateful.py:1205
Functioncheck_abi3
(*args)
tooling/src/hypothesistooling/__main__.py:821
Functioncheck_documentation
(*args)
tooling/src/hypothesistooling/__main__.py:845
Functioncheck_format
()
tooling/src/hypothesistooling/__main__.py:309
Functioncheck_function
(f: Func)
hypothesis/src/hypothesis/internal/coverage.py:93
Functioncheck_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
Methodcheck_invariants
(self, value)
hypothesis/src/hypothesis/internal/conjecture/shrinking/ordering.py:36
Methodcheck_invariants
(self, value)
hypothesis/src/hypothesis/internal/conjecture/shrinking/integer.py:37
Methodcheck_invariants
(self, value)
hypothesis/src/hypothesis/internal/conjecture/shrinking/floats.py:57
Functioncheck_py310_pyjion
(*args)
tooling/src/hypothesistooling/__main__.py:759
Functioncheck_quality
(*args)
tooling/src/hypothesistooling/__main__.py:816
Functioncheck_types
(*args)
tooling/src/hypothesistooling/__main__.py:861
Functioncheck_types_api
(*args)
tooling/src/hypothesistooling/__main__.py:873
Functioncheck_types_hypothesis
(*args)
tooling/src/hypothesistooling/__main__.py:886
Methodcheck_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
Methodcheck_values
(self)
hypothesis/tests/nocover/test_cache_implementation.py:75
Functioncheck_whole_repo_tests
(*args)
tooling/src/hypothesistooling/__main__.py:833
Functionchecks_deprecated_behaviour
A decorator for testing deprecated behaviour.
hypothesis/tests/common/utils.py:135
Methodchildren
The list of all spans with this as a parent, in increasing index order.
hypothesis/src/hypothesis/internal/conjecture/data.py:238
Methodchildren
(self)
hypothesis/src/hypothesis/internal/conjecture/data.py:484
Methodchoice_count
The number of choices in this span.
hypothesis/src/hypothesis/internal/conjecture/data.py:233
Functionchoices
(draw)
hypothesis/tests/conjecture/common.py:165
Methodchoices
(self)
hypothesis/src/hypothesis/internal/conjecture/data.py:597
Methodchoices
(self)
hypothesis/src/hypothesis/internal/conjecture/data.py:726
Functionclamp_inputs
(draw)
hypothesis/tests/conjecture/test_junkdrawer.py:71
Methodclass_identity
(cls, x)
hypothesis/tests/cover/test_reflection.py:711
Methodclass_label
(self)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:534
Functionclear_lambda_caches
(request, monkeypatch)
hypothesis/tests/cover/test_lambda_formatting.py:24
Methodclear_listeners
Remove all change listeners.
hypothesis/src/hypothesis/database.py:307
Functionclear_strategy_cache
()
hypothesis/src/hypothesis/strategies/_internal/utils.py:42
Functioncodemod
`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
Functioncollect_redirects_for_linkcheck
(app)
hypothesis/docs/_ext/hypothesis_redirects.py:183
Functioncolumns
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
Functioncomplex_dtypes
( *, sizes: CpxSize | Sequence[CpxSize] = (64, 128) )
hypothesis/src/hypothesis/extra/array_api.py:1053
Functioncompose_types
(x: type, y: type)
hypothesis/tests/ghostwriter/test_ghostwriter.py:405
Functioncomposite
( f: Callable[Concatenate[DrawFn, P], Ex], )
hypothesis/src/hypothesis/strategies/_internal/core.py:2129
Methodconclude_test
(self, *args)
hypothesis/tests/conjecture/test_test_data.py:196
Functionconcrete_generic_func1
(obj: _FirstBase[int, str])
hypothesis/tests/nocover/test_drypython_returns.py:152
Functionconcrete_generic_func2
(obj: _SecondBase[float, bool])
hypothesis/tests/nocover/test_drypython_returns.py:156
Methodconsider
(n, sign)
hypothesis/src/hypothesis/internal/conjecture/shrinker.py:1087
Functionconstructor
(a: str = None)
hypothesis/tests/cover/test_lookup.py:1178
Functionconvert_element
(value)
hypothesis/src/hypothesis/extra/pandas/impl.py:124
Methodcopy_node
(node, n)
hypothesis/src/hypothesis/internal/conjecture/shrinker.py:1563
Functioncorrect_dot_access_fun
(thing: _CorrectDotAccess)
hypothesis/tests/cover/test_type_lookup_forward_ref.py:83
Functioncorrect_fun
(thing: _Correct)
hypothesis/tests/cover/test_type_lookup_forward_ref.py:43
Functioncount_choices_for
(choice_type, constraints)
hypothesis/tests/crosshair/test_crosshair.py:72
Methodcount_step
(self)
hypothesis/tests/cover/test_settings.py:400
Functioncounting
(thing)
hypothesis/tests/nocover/test_type_lookup_forward_ref.py:63
Functioncounting_get_type_hints
(thing)
hypothesis/tests/cover/test_lookup.py:951
Functioncovered
A test function with a removable explicit example.
hypothesis/tests/patching/callables.py:38
Methodcreate_bun
(self)
hypothesis/tests/cover/test_stateful.py:1459
Methodcreate_cache
(self, max_size)
hypothesis/tests/nocover/test_cache_implementation.py:37
Methodcreate_stuff
(self, name)
hypothesis/tests/cover/test_statistical_events.py:224
Methodcreate_thing
(self, name)
hypothesis/tests/cover/test_statistical_events.py:244
Functioncriterion
(ls)
hypothesis/tests/nocover/test_flatmap.py:95
Methodcurrent_score
(self)
hypothesis/src/hypothesis/internal/conjecture/optimiser.py:59
Methodcurrently_capped
(self)
hypothesis/src/hypothesis/strategies/_internal/recursive.py:54
Functiondata_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
Methoddatabase
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
Methoddatabase
(self)
hypothesis/src/hypothesis/internal/conjecture/engine.py:1005
Methoddb_type
(self, connection)
hypothesis/tests/django/toystore/models.py:32
Methoddb_type
(self, connection)
hypothesis/tests/django/toystore/models.py:37
Methoddeadline
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
Methoddec
(self)
hypothesis/tests/cover/test_observability.py:313
Functiondecorator
(f)
hypothesis/src/hypothesis/stateful.py:993
Functiondecorator
(strategy_definition)
hypothesis/src/hypothesis/strategies/_internal/utils.py:125
Functiondecorator
An example of a common decorator pattern.
hypothesis/tests/nocover/test_modify_inner_test.py:35
← previousnext →2,101–2,200 of 6,164, ranked by callers