MCPcopy Create free account

hub / github.com/HypothesisWorks/hypothesis / functions

Functions6,164 in github.com/HypothesisWorks/hypothesis

↓ 1 callersMethodclear_call_explanation
(self)
hypothesis/src/hypothesis/internal/conjecture/engine.py:380
↓ 1 callersMethodclear_database
(self)
hypothesis/tests/nocover/test_strategy_state.py:53
↓ 1 callersMethodclear_listeners
(self)
hypothesis/tests/cover/test_database_backend.py:634
↓ 1 callersFunctioncollection_index
( choice: Sequence[T], *, min_size: int, alphabet_size: int, to_order: Callable[[T], int],
hypothesis/src/hypothesis/internal/conjecture/choice.py:223
↓ 1 callersFunctioncollection_value
( index: int, *, min_size: int, alphabet_size: int, from_order: Callable[[int], T], )
hypothesis/src/hypothesis/internal/conjecture/choice.py:252
↓ 1 callersFunctioncolumn_strategy
(draw)
hypothesis/tests/pandas/test_data_frame.py:126
↓ 1 callersFunctioncommit_pending_release
Create a commit with the new release.
tooling/src/hypothesistooling/release.py:110
↓ 1 callersFunctioncomp_to_constraints
(x: ast.AST, op: ast.AST, y: ast.AST, *, argname: str)
hypothesis/src/hypothesis/internal/filtering.py:99
↓ 1 callersFunctioncompat_kw
Update default args to the strategy with user-supplied keyword args.
hypothesis/src/hypothesis/extra/numpy.py:168
↓ 1 callersFunctioncomplex_number_dtypes
( *, endianness: str = "?", sizes: Literal[64], )
hypothesis/src/hypothesis/extra/numpy.py:858
↓ 1 callersFunctioncompute_sampler_table
(weights: tuple[float, ...])
hypothesis/src/hypothesis/internal/conjecture/utils.py:126
↓ 1 callersMethodconclude_test
Says that ``status`` occurred at node ``node``. This updates the node if necessary and checks for consistency.
hypothesis/src/hypothesis/internal/conjecture/datatree.py:1155
↓ 1 callersFunctioncond
(x)
hypothesis/tests/nocover/test_sampled_from.py:32
↓ 1 callersFunctionconfigure_git
()
tooling/src/hypothesistooling/git.py:78
↓ 1 callersFunctionconservative_regex
(draw)
hypothesis/tests/nocover/test_regex.py:39
↓ 1 callersMethodconsider_new_data
Consider a new data object as a candidate target. If it is better than the current one, return True.
hypothesis/src/hypothesis/internal/conjecture/optimiser.py:62
↓ 1 callersFunctionconstrained_complex
(draw)
hypothesis/src/hypothesis/strategies/_internal/core.py:2233
↓ 1 callersFunctionconvert_lines
()
whole_repo_tests/types/test_mypy.py:114
↓ 1 callersFunctioncoro_decorator
(f)
hypothesis/tests/cover/test_asyncio.py:28
↓ 1 callersFunctioncounts_calls
A decorator that counts how many times a function was called, and stores that value in a ``.calls`` attribute.
hypothesis/tests/common/utils.py:156
↓ 1 callersFunctioncreate_github_release
()
tooling/src/hypothesistooling/release.py:289
↓ 1 callersMethodcreate_redirects
Create actual redirect file for each pair in passed mapping of docnames to targets.
hypothesis/docs/_ext/hypothesis_redirects.py:127
↓ 1 callersFunctioncreate_tag
(tagname)
tooling/src/hypothesistooling/git.py:83
↓ 1 callersFunctionctx
Return a context in which this value is lossless.
hypothesis/src/hypothesis/strategies/_internal/core.py:1883
↓ 1 callersFunctioncurrent_reporter
()
hypothesis/src/hypothesis/reporting.py:31
↓ 1 callersFunctiondata
Provides an object ``data`` with a ``data.draw`` function which acts like the ``draw`` callable provided by |st.composite|, in that it can be
hypothesis/src/hypothesis/strategies/_internal/core.py:2438
↓ 1 callersFunctiondataclass_asdict
A vendored variant of dataclasses.asdict. Includes the bugfix for defaultdicts (cpython/32056) for all versions. See also issues/3812
hypothesis/src/hypothesis/internal/compat.py:279
↓ 1 callersFunctiondatetime64_dtypes
Return a strategy for datetime64 dtypes, with various precisions from year to attosecond.
hypothesis/src/hypothesis/extra/numpy.py:934
↓ 1 callersFunctiondecode
(table: list[tuple[int, str]])
hypothesis/tests/quality/test_shrink_quality.py:485
↓ 1 callersFunctiondecode_exponent
Take an integer and turn it into a suitable floating point exponent such that lexicographically simpler leads to simpler floats.
hypothesis/src/hypothesis/internal/conjecture/floats.py:101
↓ 1 callersMethoddecompress
(self, value)
hypothesis/tests/django/toystore/forms.py:196
↓ 1 callersFunctiondefine_copy_method
(name)
hypothesis/src/hypothesis/strategies/_internal/random.py:125
↓ 1 callersFunctiondefine_method_strategy
(name, **kwargs)
hypothesis/tests/cover/test_randoms.py:50
↓ 1 callersFunctiondefine_test
(specifier, predicate, condition=None, p=0.5, suppress_health_check=())
hypothesis/tests/quality/test_discovery_ability.py:52
↓ 1 callersMethoddelegate
Delegates shrinking to another shrinker class, by converting the current value to and from it with provided functions.
hypothesis/src/hypothesis/internal/conjecture/shrinking/common.py:59
↓ 1 callersMethoddelete
(self, key: bytes, value: bytes)
hypothesis/src/hypothesis/database.py:399
↓ 1 callersMethoddelete
(self, key: bytes, value: bytes)
hypothesis/src/hypothesis/database.py:1213
↓ 1 callersMethoddescribe
(self, settings: Settings)
hypothesis/src/hypothesis/internal/conjecture/engine.py:181
↓ 1 callersFunctiondescribe_close_matches
( module_or_class: types.ModuleType, objname: str )
hypothesis/src/hypothesis/extra/cli.py:109
↓ 1 callersFunctiondiscard_frozen
(data: DataObject)
hypothesis/tests/cover/test_exceptiongroup.py:23
↓ 1 callersFunctiondiscard_multiple_frozen
(data: DataObject)
hypothesis/tests/cover/test_exceptiongroup.py:37
↓ 1 callersFunctiondistinct_integers
(draw)
hypothesis/tests/numpy/test_fill_values.py:23
↓ 1 callersFunctiondistorted_value
(x)
hypothesis/tests/quality/test_discovery_ability.py:197
↓ 1 callersFunctiondiv_subterms
(e)
hypothesis/tests/quality/test_shrink_quality.py:409
↓ 1 callersMethoddo_draw
(self, data: ConjectureData)
hypothesis/src/hypothesis/extra/lark.py:157
↓ 1 callersMethoddo_filtered_draw
(self, data: ConjectureData)
hypothesis/src/hypothesis/strategies/_internal/misc.py:60
↓ 1 callersMethoddo_filtered_draw
(self, data: ConjectureData)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:751
↓ 1 callersFunctiondo_it_all
(l, a, x, data)
hypothesis/tests/cover/test_observability.py:75
↓ 1 callersFunctiondo_publish
()
tooling/src/hypothesistooling/__main__.py:140
↓ 1 callersMethoddo_validate
(self)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:560
↓ 1 callersMethoddocname_out_path
For a Sphinx docname (the path to a source document without suffix), returns path to outfile that would be created by the used builde
hypothesis/docs/_ext/hypothesis_redirects.py:104
↓ 1 callersFunctiondocumentation
()
tooling/src/hypothesistooling/__main__.py:639
↓ 1 callersMethoddowngrade_choices
(self, choices: Sequence[ChoiceT])
hypothesis/src/hypothesis/internal/conjecture/engine.py:926
↓ 1 callersMethoddraw_boolean
( self, p: float = 0.5, )
hypothesis/src/hypothesis/internal/conjecture/providers.py:818
↓ 1 callersMethoddraw_boolean
( self, p: float = 0.5, *, forced: bool | None = None, observe: bool =
hypothesis/src/hypothesis/internal/conjecture/data.py:987
↓ 1 callersMethoddraw_float
( self, value: float, *, constraints: FloatConstraints, was_forced: bool )
hypothesis/src/hypothesis/internal/conjecture/data.py:550
↓ 1 callersMethoddraw_integer
( self, min_value: int | None = None, max_value: int | None = None, *,
hypothesis/src/hypothesis/internal/conjecture/providers.py:1156
↓ 1 callersMethoddraw_integer
(self, value: int, *, was_forced: bool, constraints: dict)
hypothesis/tests/conjecture/test_test_data.py:193
↓ 1 callersFunctiondraw_list
(data)
hypothesis/tests/conjecture/test_engine.py:186
↓ 1 callersMethoddraw_naive_datetime_and_combine
(self, data, tz)
hypothesis/src/hypothesis/strategies/_internal/datetime.py:179
↓ 1 callersFunctioned
(f, *args)
hypothesis/tests/cover/test_reflection.py:195
↓ 1 callersFunctioneinlabels
(labels)
hypothesis/tests/numpy/test_gufunc.py:137
↓ 1 callersFunctionemails
A strategy for generating email addresses as unicode strings. The address format is specified in :rfc:`5322#section-3.4.1`. Values shrink towa
hypothesis/src/hypothesis/strategies/_internal/core.py:2627
↓ 1 callersFunctionencode
(s: str)
hypothesis/tests/quality/test_shrink_quality.py:491
↓ 1 callersFunctionencode_exponent
Take a floating point exponent and turn it back into the equivalent result from conjecture.
hypothesis/src/hypothesis/internal/conjecture/floats.py:108
↓ 1 callersMethodend
(self)
hypothesis/src/hypothesis/internal/conjecture/data.py:213
↓ 1 callersFunctionensure_python
(version)
tooling/src/hypothesistooling/installers.py:50
↓ 1 callersFunctionensure_stack
()
tooling/src/hypothesistooling/installers.py:65
↓ 1 callersFunctionevaluate
(e)
hypothesis/tests/quality/test_shrink_quality.py:416
↓ 1 callersFunctionevaluate_type_alias_type
(thing)
hypothesis/src/hypothesis/strategies/_internal/types.py:358
↓ 1 callersFunctionexecute_explicit_examples
(state, wrapped_test, arguments, kwargs, original_sig)
hypothesis/src/hypothesis/core.py:535
↓ 1 callersFunctionexhaust
(f)
hypothesis/tests/conjecture/test_choice_tree.py:25
↓ 1 callersMethodexplain
(self)
hypothesis/src/hypothesis/internal/conjecture/shrinker.py:493
↓ 1 callersMethodexplain_next_call_as
(self, explanation: str)
hypothesis/src/hypothesis/internal/conjecture/engine.py:377
↓ 1 callersFunctionexplanatory_lines
(traces, settings)
hypothesis/src/hypothesis/internal/scrutineer.py:294
↓ 1 callersFunctionextract_all_attributes
(tree)
hypothesis/src/hypothesis/internal/lambda_sources.py:56
↓ 1 callersFunctionextract_all_lambdas
(tree)
hypothesis/src/hypothesis/internal/lambda_sources.py:43
↓ 1 callersFunctionf
(n)
hypothesis/tests/conjecture/test_local_constants.py:96
↓ 1 callersFunctionf
(chooser)
hypothesis/tests/conjecture/test_choice_tree.py:75
↓ 1 callersFunctionf
(data)
hypothesis/tests/conjecture/test_engine.py:97
↓ 1 callersFunctionf
(data)
hypothesis/tests/datetime/test_pytz_timezones.py:122
↓ 1 callersFunctionf
(n)
hypothesis/tests/quality/test_integers.py:20
↓ 1 callersFunctionf
(n)
hypothesis/tests/cover/test_monitoring.py:40
↓ 1 callersFunctionf
(draw)
hypothesis/tests/cover/test_composite.py:103
↓ 1 callersFunctionf
(s)
hypothesis/tests/cover/test_validation.py:289
↓ 1 callersFunctionf
(x)
hypothesis/tests/cover/test_runner_strategy.py:22
↓ 1 callersFunctionf
(v)
hypothesis/tests/cover/test_lookup_py314.py:46
↓ 1 callersFunctionf2
(n)
hypothesis/tests/nocover/test_randomization.py:40
↓ 1 callersFunctionf_normal
(value)
hypothesis/tests/crosshair/test_crosshair.py:153
↓ 1 callersFunctionf_observability
(value)
hypothesis/tests/crosshair/test_crosshair.py:181
↓ 1 callersFunctionf_verbosity
(value)
hypothesis/tests/crosshair/test_crosshair.py:168
↓ 1 callersMethodfail_in_reify
(self, x)
hypothesis/tests/cover/test_setup_teardown.py:45
↓ 1 callersFunctionfails_with
(e, *, match=None)
hypothesis/tests/common/utils.py:93
↓ 1 callersMethodfetch
(self, key: bytes)
hypothesis/src/hypothesis/database.py:731
↓ 1 callersMethodfetch
(self, key: bytes)
hypothesis/src/hypothesis/database.py:787
↓ 1 callersMethodfetch
(self, key: bytes)
hypothesis/src/hypothesis/database.py:1205
↓ 1 callersFunctionfill_for
(elements, unique, fill, name="")
hypothesis/src/hypothesis/extra/numpy.py:453
↓ 1 callersMethodfilter
(self, condition)
hypothesis/src/hypothesis/strategies/_internal/numbers.py:192
↓ 1 callersFunctionfind_annotated_strategy
(annotated_type)
hypothesis/src/hypothesis/strategies/_internal/types.py:461
↓ 1 callersMethodfinish
(self)
hypothesis/src/hypothesis/internal/conjecture/data.py:296
← previousnext →1,001–1,100 of 6,164, ranked by callers