MCPcopy Create free account

hub / github.com/HypothesisWorks/hypothesis / functions

Functions6,164 in github.com/HypothesisWorks/hypothesis

Method__init__
( self, *, inner: _Distribution, outer: _Distribution, switchover: float )
hypothesis/src/hypothesis/internal/statistics.py:211
Method__init__
(self, max_size: int)
hypothesis/src/hypothesis/internal/cache.py:65
Method__init__
(self, max_size: int)
hypothesis/src/hypothesis/internal/cache.py:276
Method__init__
(self, *, should_trace: bool)
hypothesis/src/hypothesis/internal/scrutineer.py:64
Method__init__
(self, intervals: Iterable[Sequence[int]] = ())
hypothesis/src/hypothesis/internal/intervalsets.py:46
Method__init__
(self)
hypothesis/src/hypothesis/internal/entropy.py:50
Method__init__
(self)
hypothesis/src/hypothesis/internal/conjecture/provider_conformance.py:385
Method__init__
(self, random: Random)
hypothesis/src/hypothesis/internal/conjecture/pareto.py:140
Method__init__
(self, engine: "ConjectureRunner")
hypothesis/src/hypothesis/internal/conjecture/pareto.py:301
Method__init__
(self, conjecturedata: Optional["ConjectureData"], /)
hypothesis/src/hypothesis/internal/conjecture/providers.py:463
Method__init__
(self, conjecturedata: Optional["ConjectureData"], /)
hypothesis/src/hypothesis/internal/conjecture/providers.py:760
Method__init__
( self, conjecturedata: Optional["ConjectureData"], /, *, bytestring: bytes )
hypothesis/src/hypothesis/internal/conjecture/providers.py:1114
Method__init__
(self, weights: Sequence[float], *, observe: bool = True)
hypothesis/src/hypothesis/internal/conjecture/utils.py:212
Method__init__
( self, data: "ConjectureData", min_size: int, max_size: int | float,
hypothesis/src/hypothesis/internal/conjecture/utils.py:273
Method__init__
(self, values: Sequence[int] = ())
hypothesis/src/hypothesis/internal/conjecture/junkdrawer.py:76
Method__init__
(self, values: Sequence[T])
hypothesis/src/hypothesis/internal/conjecture/junkdrawer.py:200
Method__init__
(self)
hypothesis/src/hypothesis/internal/conjecture/junkdrawer.py:310
Method__init__
(self)
hypothesis/src/hypothesis/internal/conjecture/datatree.py:690
Method__init__
(self, tree: DataTree)
hypothesis/src/hypothesis/internal/conjecture/datatree.py:990
Method__init__
(self, spans: "Spans")
hypothesis/src/hypothesis/internal/conjecture/data.py:253
Method__init__
(self)
hypothesis/src/hypothesis/internal/conjecture/data.py:320
Method__init__
(self, spans: "Spans")
hypothesis/src/hypothesis/internal/conjecture/data.py:349
Method__init__
(self, spans: "Spans")
hypothesis/src/hypothesis/internal/conjecture/data.py:365
Method__init__
(self, spans: "Spans")
hypothesis/src/hypothesis/internal/conjecture/data.py:378
Method__init__
(self, spans: "Spans")
hypothesis/src/hypothesis/internal/conjecture/data.py:391
Method__init__
(self, spans: "Spans")
hypothesis/src/hypothesis/internal/conjecture/data.py:403
Method__init__
(self, spans: "Spans")
hypothesis/src/hypothesis/internal/conjecture/data.py:415
Method__init__
(self, record: SpanRecord)
hypothesis/src/hypothesis/internal/conjecture/data.py:443
Method__init__
( self, *, random: Random | None, observer: DataObserver | None = None,
hypothesis/src/hypothesis/internal/conjecture/data.py:621
Method__init__
( self, test_function: Callable[[ConjectureData], None], *, settings: Settings
hypothesis/src/hypothesis/internal/conjecture/engine.py:283
Method__init__
Optimise ``target`` starting from ``data``. Will stop either when we seem to have found a local maximum or when the target score has b
hypothesis/src/hypothesis/internal/conjecture/optimiser.py:35
Method__init__
Create a shrinker for a particular engine, with a given starting point and predicate. When shrink() is called it will attempt to find an
hypothesis/src/hypothesis/internal/conjecture/shrinker.py:299
Method__init__
(self, initial, predicate, **kwargs)
hypothesis/src/hypothesis/internal/conjecture/shrinking/bytes.py:16
Method__init__
( self, tree: "ChoiceTree", selection_order: Callable[[int, int], Iterable[int]],
hypothesis/src/hypothesis/internal/conjecture/shrinking/choicetree.py:53
Method__init__
(self)
hypothesis/src/hypothesis/internal/conjecture/shrinking/choicetree.py:123
Method__init__
(self)
hypothesis/src/hypothesis/internal/conjecture/shrinking/choicetree.py:146
Method__init__
( self, initial, predicate, *, full=False, debug=False,
hypothesis/src/hypothesis/internal/conjecture/shrinking/common.py:19
Method__init__
(self, initial, predicate, *, intervals, **kwargs)
hypothesis/src/hypothesis/internal/conjecture/shrinking/string.py:16
Method__init__
(self, values: list[int])
hypothesis/tests/test_annotated_types.py:93
Method__init__
(self, *args)
hypothesis/tests/test_annotated_types.py:129
Method__init__
(self, subfield_count=12, **kwargs)
hypothesis/tests/django/toystore/forms.py:192
Method__init__
(self, subfield_count=12, **kwargs)
hypothesis/tests/django/toystore/forms.py:211
Method__init__
(self, subfield_count=12, **kwargs)
hypothesis/tests/django/toystore/forms.py:221
Method__init__
(self, **kw)
hypothesis/tests/django/toystore/models.py:110
Method__init__
(self, x, y)
hypothesis/tests/snapshots/test_always_failing.py:28
Method__init__
(self, x, y)
hypothesis/tests/snapshots/test_explain.py:52
Method__init__
(self, inner, value)
hypothesis/tests/snapshots/test_explain.py:124
Method__init__
(self, x)
hypothesis/tests/snapshots/test_explain.py:130
Method__init__
(self, a)
hypothesis/tests/snapshots/test_explain.py:153
Method__init__
(self, x, y)
hypothesis/tests/conjecture/test_inquisitor.py:132
Method__init__
(self, inner, value)
hypothesis/tests/conjecture/test_inquisitor.py:247
Method__init__
(self, x)
hypothesis/tests/conjecture/test_inquisitor.py:253
Method__init__
(self, a)
hypothesis/tests/conjecture/test_inquisitor.py:289
Method__init__
(self)
hypothesis/tests/conjecture/test_test_data.py:187
Method__init__
(self, conjecturedata)
hypothesis/tests/conjecture/test_provider.py:319
Method__init__
(self, conjecturedata)
hypothesis/tests/conjecture/test_provider.py:347
Method__init__
(self, conjecturedata: "ConjectureData", /)
hypothesis/tests/conjecture/test_provider.py:593
Method__init__
(self, conjecturedata: "ConjectureData", /)
hypothesis/tests/conjecture/test_provider.py:638
Method__init__
(self, conjecturedata)
hypothesis/tests/conjecture/test_provider.py:728
Method__init__
(self, conjecturedata: "ConjectureData", /)
hypothesis/tests/conjecture/test_provider.py:766
Method__init__
(self, inner)
hypothesis/tests/conjecture/test_engine.py:1856
Method__init__
(self, value)
hypothesis/tests/nocover/test_bad_repr.py:15
Method__init__
(self, inner_value: _ValueType)
hypothesis/tests/nocover/test_drypython_returns.py:49
Method__init__
(self, **kwargs)
hypothesis/tests/nocover/test_build_signature.py:29
Method__init__
(self, **kwargs)
hypothesis/tests/nocover/test_build_signature.py:43
Method__init__
(self, **kwargs)
hypothesis/tests/nocover/test_build_signature.py:75
Method__init__
(self, **kwargs)
hypothesis/tests/nocover/test_build_signature.py:97
Method__init__
(x: int = 0, self: bool = True)
hypothesis/tests/nocover/test_build_signature.py:108
Method__init__
(self)
hypothesis/tests/nocover/test_database_agreement.py:27
Method__init__
(self, n)
hypothesis/tests/nocover/test_duplication.py:22
Method__init__
(self, max_size)
hypothesis/tests/nocover/test_cache_implementation.py:25
Method__init__
(self)
hypothesis/tests/nocover/test_strategy_state.py:39
Method__init__
(self, value)
hypothesis/tests/nocover/test_stateful.py:79
Method__init__
(self)
hypothesis/tests/nocover/test_stateful.py:120
Method__init__
(self)
hypothesis/tests/nocover/test_stateful.py:210
Method__init__
(self)
hypothesis/tests/nocover/test_stateful.py:285
Method__init__
(self)
hypothesis/tests/nocover/test_stateful.py:340
Method__init__
(self)
hypothesis/tests/nocover/test_threading.py:48
Method__init__
(self, unannotated_required)
hypothesis/tests/ghostwriter/test_ghostwriter.py:127
Method__init__
(self, number: int)
hypothesis/tests/ghostwriter/example_code/future_annotations.py:17
Method__init__
(self, x)
hypothesis/tests/typing_extensions/test_backported_types.py:296
Method__init__
(self, elements, size)
hypothesis/tests/quality/test_poisoned_lists.py:39
Method__init__
(self, elements, size)
hypothesis/tests/quality/test_poisoned_lists.py:49
Method__init__
(self, p)
hypothesis/tests/quality/test_poisoned_trees.py:32
Method__init__
(self)
hypothesis/tests/common/strategies.py:26
Method__init__
(self)
hypothesis/tests/redis/test_redis_exampledatabase.py:52
Method__init__
(self, wrapped, *, exclude=())
hypothesis/tests/array_api/test_partial_adoptors.py:36
Method__init__
(self)
hypothesis/tests/pytest/test_fixtures.py:36
Method__init__
(self, x: int)
hypothesis/tests/cover/test_custom_reprs.py:80
Method__init__
(self, i)
hypothesis/tests/cover/test_given_error_conditions.py:98
Method__init__
(self, y: int)
hypothesis/tests/cover/test_error_in_draw.py:46
Method__init__
(self)
hypothesis/tests/cover/test_settings.py:395
Method__init__
(self, arg)
hypothesis/tests/cover/test_type_lookup.py:146
Method__init__
(self, arg: T)
hypothesis/tests/cover/test_type_lookup.py:293
Method__init__
(self, x)
hypothesis/tests/cover/test_type_lookup.py:404
Method__init__
(self, x: int)
hypothesis/tests/cover/test_type_lookup.py:419
Method__init__
(self, x)
hypothesis/tests/cover/test_type_lookup.py:434
Method__init__
(self, max_size)
hypothesis/tests/cover/test_cache_implementation.py:35
Method__init__
(self)
hypothesis/tests/cover/test_database_backend.py:413
Method__init__
(self)
hypothesis/tests/cover/test_database_backend.py:584
← previousnext →1,601–1,700 of 6,164, ranked by callers