hypothesis 6.135.12__tar.gz → 6.135.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hypothesis-6.135.12 → hypothesis-6.135.13}/PKG-INFO +1 -1
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/reflection.py +1 -1
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/stateful.py +6 -2
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/version.py +1 -1
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis.egg-info/PKG-INFO +1 -1
- {hypothesis-6.135.12 → hypothesis-6.135.13}/LICENSE.txt +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/README.md +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/pyproject.toml +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/setup.cfg +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/_hypothesis_ftz_detector.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/_hypothesis_globals.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/_hypothesis_pytestplugin.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/__init__.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/_settings.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/configuration.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/control.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/core.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/database.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/entry_points.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/errors.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/__init__.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/_array_helpers.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/_patching.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/array_api.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/cli.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/codemods.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/dateutil.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/django/__init__.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/django/_fields.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/django/_impl.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/dpcontracts.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/ghostwriter.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/lark.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/numpy.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/pandas/__init__.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/pandas/impl.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/pytestplugin.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/pytz.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/extra/redis.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/__init__.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/cache.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/cathetus.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/charmap.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/compat.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/__init__.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/choice.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/data.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/datatree.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/dfa/__init__.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/dfa/lstar.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/engine.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/floats.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/junkdrawer.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/optimiser.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/pareto.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/provider_conformance.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/providers.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinker.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/__init__.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/bytes.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/choicetree.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/collection.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/common.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/floats.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/integer.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/ordering.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/string.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/utils.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/constants_ast.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/coverage.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/detection.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/entropy.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/escalation.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/filtering.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/floats.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/healthcheck.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/intervalsets.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/observability.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/scrutineer.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/validation.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/provisional.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/py.typed +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/reporting.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/statistics.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/__init__.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/__init__.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/attrs.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/collections.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/core.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/datetime.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/deferred.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/featureflags.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/flatmapped.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/functions.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/ipaddress.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/lazy.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/misc.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/numbers.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/random.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/recursive.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/regex.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/shared.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/strategies.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/strings.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/types.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/utils.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/utils/__init__.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/utils/conventions.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/utils/dynamicvariables.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/utils/terminal.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/vendor/__init__.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/vendor/pretty.py +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/vendor/tlds-alpha-by-domain.txt +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis.egg-info/SOURCES.txt +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis.egg-info/dependency_links.txt +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis.egg-info/entry_points.txt +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis.egg-info/requires.txt +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis.egg-info/top_level.txt +0 -0
- {hypothesis-6.135.12 → hypothesis-6.135.13}/tests/test_annotated_types.py +0 -0
@@ -453,7 +453,7 @@ def get_pretty_function_description(f: object) -> str:
|
|
453
453
|
return pretty(f)
|
454
454
|
if not hasattr(f, "__name__"):
|
455
455
|
return repr(f)
|
456
|
-
name = f.__name__ # type: ignore
|
456
|
+
name = f.__name__ # type: ignore
|
457
457
|
if name == "<lambda>":
|
458
458
|
return extract_lambda_source(f)
|
459
459
|
elif isinstance(f, (types.MethodType, types.BuiltinMethodType)):
|
@@ -504,8 +504,12 @@ class Rule:
|
|
504
504
|
self.bundles = tuple(bundles)
|
505
505
|
|
506
506
|
def __repr__(self) -> str:
|
507
|
-
|
508
|
-
|
507
|
+
bits = [
|
508
|
+
f"{field.name}="
|
509
|
+
f"{get_pretty_function_description(getattr(self, field.name))}"
|
510
|
+
for field in dataclasses.fields(self)
|
511
|
+
if getattr(self, field.name)
|
512
|
+
]
|
509
513
|
return f"{self.__class__.__name__}({', '.join(bits)})"
|
510
514
|
|
511
515
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/dfa/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/junkdrawer.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/__init__.py
RENAMED
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/bytes.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/common.py
RENAMED
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/floats.py
RENAMED
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/integer.py
RENAMED
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/ordering.py
RENAMED
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/internal/conjecture/shrinking/string.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/collections.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/featureflags.py
RENAMED
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/flatmapped.py
RENAMED
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/functions.py
RENAMED
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/ipaddress.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/recursive.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{hypothesis-6.135.12 → hypothesis-6.135.13}/src/hypothesis/strategies/_internal/strategies.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|