a8537e1371
5.46.0 - 2021-01-04 This release upgrades from_type(), to infer strategies for type-annotated arguments even if they have defaults when it otherwise falls back to builds() (issue #2708). 5.45.0 - 2021-01-04 This release adds the hypothesis[codemods] extra, which you can use to check for and automatically fix issues such as use of deprecated Hypothesis APIs (issue #2705). 5.44.0 - 2021-01-03 This patch fixes from_type() with the typing_extensions Literal backport on Python 3.6. 5.43.9 - 2021-01-02 This patch fixes issue #2722, where certain orderings of register_type_strategy(), ForwardRef, and from_type() could trigger an internal error. 5.43.8 - 2021-01-02 This patch makes some strategies for collections with a uniqueness constraint much more efficient, including dictionaries(keys=sampled_from(...), values=..) and lists(tuples(sampled_from(...), ...), unique_by=lambda x: x[0]). (related to issue #2036) 5.43.7 - 2021-01-02 This patch extends our faster special case for sampled_from() elements in unique lists() to account for chains of .map(...) and .filter(...) calls (issue #2036). 5.43.6 - 2021-01-02 This patch improves the type annotations on assume() and @reproduce_failure(). 5.43.5 - 2021-01-01 This patch updates our copyright headers to include 2021. Happy new year! 5.43.4 - 2020-12-24 This change fixes a documentation error in the database setting. The previous documentation suggested that callers could specify a database path string, or the special string ":memory:", but this setting has never actually allowed string arguments. Permitted values are None, and instances of ExampleDatabase. 5.43.3 - 2020-12-11 This patch fixes issue #2696, an internal error triggered when the @example decorator was used and the verbosity setting was quiet. 5.43.2 - 2020-12-10 This patch improves the error message from the data_frames() strategy when both the rows and columns arguments are given, but there is a missing entry in rows and the corresponding column has no fill value (issue #2678). 5.43.1 - 2020-12-10 This patch improves the error message if builds() is passed an Enum which cannot be called without arguments, to suggest using sampled_from() (issue #2693). 5.43.0 - 2020-12-09 This release adds new timezones() and timezone_keys() strategies (issue #2630) based on the new zoneinfo module in Python 3.9. pip install hypothesis[zoneinfo] will ensure that you have the appropriate backports installed if you need them.
290 lines
14 KiB
Text
290 lines
14 KiB
Text
@comment $NetBSD: PLIST,v 1.32 2021/01/04 11:55:03 wiz Exp $
|
|
bin/hypothesis
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/hypothesis/__init__.py
|
|
${PYSITELIB}/hypothesis/__init__.pyc
|
|
${PYSITELIB}/hypothesis/__init__.pyo
|
|
${PYSITELIB}/hypothesis/_error_if_old.py
|
|
${PYSITELIB}/hypothesis/_error_if_old.pyc
|
|
${PYSITELIB}/hypothesis/_error_if_old.pyo
|
|
${PYSITELIB}/hypothesis/_settings.py
|
|
${PYSITELIB}/hypothesis/_settings.pyc
|
|
${PYSITELIB}/hypothesis/_settings.pyo
|
|
${PYSITELIB}/hypothesis/configuration.py
|
|
${PYSITELIB}/hypothesis/configuration.pyc
|
|
${PYSITELIB}/hypothesis/configuration.pyo
|
|
${PYSITELIB}/hypothesis/control.py
|
|
${PYSITELIB}/hypothesis/control.pyc
|
|
${PYSITELIB}/hypothesis/control.pyo
|
|
${PYSITELIB}/hypothesis/core.py
|
|
${PYSITELIB}/hypothesis/core.pyc
|
|
${PYSITELIB}/hypothesis/core.pyo
|
|
${PYSITELIB}/hypothesis/database.py
|
|
${PYSITELIB}/hypothesis/database.pyc
|
|
${PYSITELIB}/hypothesis/database.pyo
|
|
${PYSITELIB}/hypothesis/entry_points.py
|
|
${PYSITELIB}/hypothesis/entry_points.pyc
|
|
${PYSITELIB}/hypothesis/entry_points.pyo
|
|
${PYSITELIB}/hypothesis/errors.py
|
|
${PYSITELIB}/hypothesis/errors.pyc
|
|
${PYSITELIB}/hypothesis/errors.pyo
|
|
${PYSITELIB}/hypothesis/executors.py
|
|
${PYSITELIB}/hypothesis/executors.pyc
|
|
${PYSITELIB}/hypothesis/executors.pyo
|
|
${PYSITELIB}/hypothesis/extra/__init__.py
|
|
${PYSITELIB}/hypothesis/extra/__init__.pyc
|
|
${PYSITELIB}/hypothesis/extra/__init__.pyo
|
|
${PYSITELIB}/hypothesis/extra/cli.py
|
|
${PYSITELIB}/hypothesis/extra/cli.pyc
|
|
${PYSITELIB}/hypothesis/extra/cli.pyo
|
|
${PYSITELIB}/hypothesis/extra/codemods.py
|
|
${PYSITELIB}/hypothesis/extra/codemods.pyc
|
|
${PYSITELIB}/hypothesis/extra/codemods.pyo
|
|
${PYSITELIB}/hypothesis/extra/dateutil.py
|
|
${PYSITELIB}/hypothesis/extra/dateutil.pyc
|
|
${PYSITELIB}/hypothesis/extra/dateutil.pyo
|
|
${PYSITELIB}/hypothesis/extra/django/__init__.py
|
|
${PYSITELIB}/hypothesis/extra/django/__init__.pyc
|
|
${PYSITELIB}/hypothesis/extra/django/__init__.pyo
|
|
${PYSITELIB}/hypothesis/extra/django/_fields.py
|
|
${PYSITELIB}/hypothesis/extra/django/_fields.pyc
|
|
${PYSITELIB}/hypothesis/extra/django/_fields.pyo
|
|
${PYSITELIB}/hypothesis/extra/django/_impl.py
|
|
${PYSITELIB}/hypothesis/extra/django/_impl.pyc
|
|
${PYSITELIB}/hypothesis/extra/django/_impl.pyo
|
|
${PYSITELIB}/hypothesis/extra/dpcontracts.py
|
|
${PYSITELIB}/hypothesis/extra/dpcontracts.pyc
|
|
${PYSITELIB}/hypothesis/extra/dpcontracts.pyo
|
|
${PYSITELIB}/hypothesis/extra/ghostwriter.py
|
|
${PYSITELIB}/hypothesis/extra/ghostwriter.pyc
|
|
${PYSITELIB}/hypothesis/extra/ghostwriter.pyo
|
|
${PYSITELIB}/hypothesis/extra/lark.py
|
|
${PYSITELIB}/hypothesis/extra/lark.pyc
|
|
${PYSITELIB}/hypothesis/extra/lark.pyo
|
|
${PYSITELIB}/hypothesis/extra/numpy.py
|
|
${PYSITELIB}/hypothesis/extra/numpy.pyc
|
|
${PYSITELIB}/hypothesis/extra/numpy.pyo
|
|
${PYSITELIB}/hypothesis/extra/pandas/__init__.py
|
|
${PYSITELIB}/hypothesis/extra/pandas/__init__.pyc
|
|
${PYSITELIB}/hypothesis/extra/pandas/__init__.pyo
|
|
${PYSITELIB}/hypothesis/extra/pandas/impl.py
|
|
${PYSITELIB}/hypothesis/extra/pandas/impl.pyc
|
|
${PYSITELIB}/hypothesis/extra/pandas/impl.pyo
|
|
${PYSITELIB}/hypothesis/extra/pytestplugin.py
|
|
${PYSITELIB}/hypothesis/extra/pytestplugin.pyc
|
|
${PYSITELIB}/hypothesis/extra/pytestplugin.pyo
|
|
${PYSITELIB}/hypothesis/extra/pytz.py
|
|
${PYSITELIB}/hypothesis/extra/pytz.pyc
|
|
${PYSITELIB}/hypothesis/extra/pytz.pyo
|
|
${PYSITELIB}/hypothesis/extra/redis.py
|
|
${PYSITELIB}/hypothesis/extra/redis.pyc
|
|
${PYSITELIB}/hypothesis/extra/redis.pyo
|
|
${PYSITELIB}/hypothesis/internal/__init__.py
|
|
${PYSITELIB}/hypothesis/internal/__init__.pyc
|
|
${PYSITELIB}/hypothesis/internal/__init__.pyo
|
|
${PYSITELIB}/hypothesis/internal/cache.py
|
|
${PYSITELIB}/hypothesis/internal/cache.pyc
|
|
${PYSITELIB}/hypothesis/internal/cache.pyo
|
|
${PYSITELIB}/hypothesis/internal/cathetus.py
|
|
${PYSITELIB}/hypothesis/internal/cathetus.pyc
|
|
${PYSITELIB}/hypothesis/internal/cathetus.pyo
|
|
${PYSITELIB}/hypothesis/internal/charmap.py
|
|
${PYSITELIB}/hypothesis/internal/charmap.pyc
|
|
${PYSITELIB}/hypothesis/internal/charmap.pyo
|
|
${PYSITELIB}/hypothesis/internal/compat.py
|
|
${PYSITELIB}/hypothesis/internal/compat.pyc
|
|
${PYSITELIB}/hypothesis/internal/compat.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/__init__.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/choicetree.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/choicetree.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/choicetree.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/data.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/data.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/data.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/datatree.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/datatree.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/datatree.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/dfa/__init__.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/dfa/__init__.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/dfa/__init__.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/dfa/lstar.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/dfa/lstar.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/dfa/lstar.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/engine.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/engine.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/engine.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/floats.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/floats.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/floats.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/junkdrawer.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/junkdrawer.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/junkdrawer.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/optimiser.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/optimiser.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/optimiser.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/pareto.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/pareto.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/pareto.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinker.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinker.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinker.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/__init__.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/__init__.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/__init__.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/common.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/common.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/common.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/dfas.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/dfas.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/dfas.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/floats.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/floats.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/floats.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/integer.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/integer.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/integer.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/learned_dfas.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/learned_dfas.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/learned_dfas.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/lexical.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/lexical.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/lexical.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/ordering.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/ordering.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/ordering.pyo
|
|
${PYSITELIB}/hypothesis/internal/conjecture/utils.py
|
|
${PYSITELIB}/hypothesis/internal/conjecture/utils.pyc
|
|
${PYSITELIB}/hypothesis/internal/conjecture/utils.pyo
|
|
${PYSITELIB}/hypothesis/internal/coverage.py
|
|
${PYSITELIB}/hypothesis/internal/coverage.pyc
|
|
${PYSITELIB}/hypothesis/internal/coverage.pyo
|
|
${PYSITELIB}/hypothesis/internal/detection.py
|
|
${PYSITELIB}/hypothesis/internal/detection.pyc
|
|
${PYSITELIB}/hypothesis/internal/detection.pyo
|
|
${PYSITELIB}/hypothesis/internal/entropy.py
|
|
${PYSITELIB}/hypothesis/internal/entropy.pyc
|
|
${PYSITELIB}/hypothesis/internal/entropy.pyo
|
|
${PYSITELIB}/hypothesis/internal/escalation.py
|
|
${PYSITELIB}/hypothesis/internal/escalation.pyc
|
|
${PYSITELIB}/hypothesis/internal/escalation.pyo
|
|
${PYSITELIB}/hypothesis/internal/floats.py
|
|
${PYSITELIB}/hypothesis/internal/floats.pyc
|
|
${PYSITELIB}/hypothesis/internal/floats.pyo
|
|
${PYSITELIB}/hypothesis/internal/healthcheck.py
|
|
${PYSITELIB}/hypothesis/internal/healthcheck.pyc
|
|
${PYSITELIB}/hypothesis/internal/healthcheck.pyo
|
|
${PYSITELIB}/hypothesis/internal/intervalsets.py
|
|
${PYSITELIB}/hypothesis/internal/intervalsets.pyc
|
|
${PYSITELIB}/hypothesis/internal/intervalsets.pyo
|
|
${PYSITELIB}/hypothesis/internal/lazyformat.py
|
|
${PYSITELIB}/hypothesis/internal/lazyformat.pyc
|
|
${PYSITELIB}/hypothesis/internal/lazyformat.pyo
|
|
${PYSITELIB}/hypothesis/internal/reflection.py
|
|
${PYSITELIB}/hypothesis/internal/reflection.pyc
|
|
${PYSITELIB}/hypothesis/internal/reflection.pyo
|
|
${PYSITELIB}/hypothesis/internal/validation.py
|
|
${PYSITELIB}/hypothesis/internal/validation.pyc
|
|
${PYSITELIB}/hypothesis/internal/validation.pyo
|
|
${PYSITELIB}/hypothesis/provisional.py
|
|
${PYSITELIB}/hypothesis/provisional.pyc
|
|
${PYSITELIB}/hypothesis/provisional.pyo
|
|
${PYSITELIB}/hypothesis/py.typed
|
|
${PYSITELIB}/hypothesis/reporting.py
|
|
${PYSITELIB}/hypothesis/reporting.pyc
|
|
${PYSITELIB}/hypothesis/reporting.pyo
|
|
${PYSITELIB}/hypothesis/stateful.py
|
|
${PYSITELIB}/hypothesis/stateful.pyc
|
|
${PYSITELIB}/hypothesis/stateful.pyo
|
|
${PYSITELIB}/hypothesis/statistics.py
|
|
${PYSITELIB}/hypothesis/statistics.pyc
|
|
${PYSITELIB}/hypothesis/statistics.pyo
|
|
${PYSITELIB}/hypothesis/strategies/__init__.py
|
|
${PYSITELIB}/hypothesis/strategies/__init__.pyc
|
|
${PYSITELIB}/hypothesis/strategies/__init__.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/__init__.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/__init__.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/__init__.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/attrs.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/attrs.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/attrs.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/collections.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/collections.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/collections.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/core.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/core.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/core.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/datetime.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/datetime.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/datetime.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/deferred.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/deferred.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/deferred.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/featureflags.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/featureflags.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/featureflags.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/flatmapped.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/flatmapped.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/flatmapped.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/functions.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/functions.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/functions.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/ipaddress.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/ipaddress.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/ipaddress.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/lazy.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/lazy.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/lazy.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/misc.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/misc.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/misc.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/numbers.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/numbers.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/numbers.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/random.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/random.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/random.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/recursive.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/recursive.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/recursive.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/regex.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/regex.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/regex.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/shared.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/shared.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/shared.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/strategies.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/strategies.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/strategies.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/strings.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/strings.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/strings.pyo
|
|
${PYSITELIB}/hypothesis/strategies/_internal/types.py
|
|
${PYSITELIB}/hypothesis/strategies/_internal/types.pyc
|
|
${PYSITELIB}/hypothesis/strategies/_internal/types.pyo
|
|
${PYSITELIB}/hypothesis/utils/__init__.py
|
|
${PYSITELIB}/hypothesis/utils/__init__.pyc
|
|
${PYSITELIB}/hypothesis/utils/__init__.pyo
|
|
${PYSITELIB}/hypothesis/utils/conventions.py
|
|
${PYSITELIB}/hypothesis/utils/conventions.pyc
|
|
${PYSITELIB}/hypothesis/utils/conventions.pyo
|
|
${PYSITELIB}/hypothesis/utils/dynamicvariables.py
|
|
${PYSITELIB}/hypothesis/utils/dynamicvariables.pyc
|
|
${PYSITELIB}/hypothesis/utils/dynamicvariables.pyo
|
|
${PYSITELIB}/hypothesis/vendor/__init__.py
|
|
${PYSITELIB}/hypothesis/vendor/__init__.pyc
|
|
${PYSITELIB}/hypothesis/vendor/__init__.pyo
|
|
${PYSITELIB}/hypothesis/vendor/pretty.py
|
|
${PYSITELIB}/hypothesis/vendor/pretty.pyc
|
|
${PYSITELIB}/hypothesis/vendor/pretty.pyo
|
|
${PYSITELIB}/hypothesis/vendor/tlds-alpha-by-domain.txt
|
|
${PYSITELIB}/hypothesis/version.py
|
|
${PYSITELIB}/hypothesis/version.pyc
|
|
${PYSITELIB}/hypothesis/version.pyo
|