MCPcopy Create free account

hub / github.com/HypothesisWorks/hypothesis / functions

Functions6,299 in github.com/HypothesisWorks/hypothesis

↓ 1 callersFunctionbyte_string_dtypes
Return a strategy for generating bytestring dtypes, of various lengths and byteorder. While Hypothesis' string strategies can generate empty
hypothesis/src/hypothesis/extra/numpy.py:962
↓ 1 callersFunctionc
(e,n,t)
website/theme/static/prism.js:3
↓ 1 callersMethodcalc_label
(self)
hypothesis/src/hypothesis/strategies/_internal/strategies.py:557
↓ 1 callersMethodcall_target
(self)
hypothesis/tests/cover/test_settings.py:332
↓ 1 callersMethodcapped
(self, max_templates: int)
hypothesis/src/hypothesis/strategies/_internal/recursive.py:75
↓ 1 callersFunctionchangelog
()
tooling/src/hypothesistooling/release.py:264
↓ 1 callersFunctionchars_not_in_alphabet
(alphabet: SearchStrategy | None, string: str)
hypothesis/src/hypothesis/strategies/_internal/regex.py:109
↓ 1 callersFunctioncharset
(draw)
hypothesis/tests/nocover/test_regex.py:26
↓ 1 callersFunctioncheck
(name)
hypothesis/src/hypothesis/internal/coverage.py:89
↓ 1 callersFunctioncheck_artifact_versions
(*, expected_version)
tooling/src/hypothesistooling/release.py:268
↓ 1 callersMethodcheck_calls
(self)
hypothesis/src/hypothesis/internal/conjecture/shrinker.py:387
↓ 1 callersFunctioncheck_explicit
(name)
hypothesis/src/hypothesis/extra/lark.py:213
↓ 1 callersMethodcheck_invariants
(self, settings, output, runtimes)
hypothesis/src/hypothesis/stateful.py:465
↓ 1 callersMethodcheck_invariants
Make appropriate assertions about the value to ensure that it is valid for this shrinker. Does nothing by default.
hypothesis/src/hypothesis/internal/conjecture/shrinking/common.py:157
↓ 1 callersFunctioncheck_not_changed
()
tooling/src/hypothesistooling/__main__.py:371
↓ 1 callersFunctioncheck_requirements
()
tooling/src/hypothesistooling/__main__.py:658
↓ 1 callersMethodcheck_set_value
(self, val, val_0d, strategy)
hypothesis/src/hypothesis/extra/array_api.py:322
↓ 1 callersFunctioncheck_signature
(sig: Signature)
hypothesis/src/hypothesis/internal/reflection.py:119
↓ 1 callersFunctioncheck_strategy_
(*args)
hypothesis/tests/cover/test_validation.py:266
↓ 1 callersFunctioncheck_type_
(*args)
hypothesis/tests/cover/test_validation.py:256
↓ 1 callersFunctioncheck_valid_identifier
(identifier: str)
hypothesis/src/hypothesis/internal/reflection.py:334
↓ 1 callersFunctioncheck_valid_magnitude
Checks that value is either unspecified, or a non-negative valid interval bound. Otherwise raises InvalidArgument.
hypothesis/src/hypothesis/internal/validation.py:66
↓ 1 callersFunctioncheck_valid_minmax
(prefix, val, info_obj)
hypothesis/src/hypothesis/extra/array_api.py:210
↓ 1 callersFunctionchoice_constraints_equal
( choice_type: ChoiceTypeT, constraints1: ChoiceConstraintsT, constraints2: ChoiceConstraintsT, )
hypothesis/src/hypothesis/internal/conjecture/choice.py:584
↓ 1 callersMethodclean_inputs
( minimum: int, maximum: int, value: int | None, variable_name: str )
hypothesis/src/hypothesis/provisional.py:62
↓ 1 callersFunctionclear_cache_after_draw
(draw, base_strategy)
hypothesis/src/hypothesis/strategies/_internal/regex.py:102
↓ 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:636
↓ 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:112
↓ 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:162
↓ 1 callersFunctioncreate_github_release
()
tooling/src/hypothesistooling/release.py:303
↓ 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:172
↓ 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:77
↓ 1 callersFunctiondo_publish
()
tooling/src/hypothesistooling/__main__.py:156
↓ 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:663
↓ 1 callersMethoddowngrade_choices
(self, choices: Sequence[ChoiceT])
hypothesis/src/hypothesis/internal/conjecture/engine.py:926
↓ 1 callersMethoddraw_aware_datetime
(self, data, tz)
hypothesis/src/hypothesis/strategies/_internal/datetime.py:314
↓ 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:993
↓ 1 callersMethoddraw_float
( self, value: float, *, constraints: FloatConstraints, was_forced: bool )
hypothesis/src/hypothesis/internal/conjecture/data.py:554
↓ 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:187
↓ 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:358
↓ 1 callersFunctioned
(f, *args)
hypothesis/tests/cover/test_reflection.py:202
↓ 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 callersFunctionensure_python
(version)
tooling/src/hypothesistooling/installers.py:53
↓ 1 callersFunctionensure_rustup
()
tooling/src/hypothesistooling/installers.py:63
↓ 1 callersFunctionensure_stack
()
tooling/src/hypothesistooling/installers.py:91
↓ 1 callersFunctionevaluate
(e)
hypothesis/tests/quality/test_shrink_quality.py:416
↓ 1 callersFunctionevaluate_type_alias_type
(thing)
hypothesis/src/hypothesis/strategies/_internal/types.py:378
↓ 1 callersFunctionexecute_explicit_examples
(state, wrapped_test, arguments, kwargs, original_sig)
hypothesis/src/hypothesis/core.py:539
↓ 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
← previousnext →1,001–1,100 of 6,299, ranked by callers