[ol8_developer_EPEL] python3-dtopt-0.1-44.el8.noarch

Name:python3-dtopt
Version:0.1
Release:44.el8
Architecture:noarch
Group:Unspecified
Size:8037
License:MIT
RPM: python3-dtopt-0.1-44.el8.noarch.rpm
Source RPM: python-dtopt-0.1-44.el8.src.rpm
Build Date:Sun May 07 2023
Build Host:build-ol8-x86_64.oracle.com
Vendor:Oracle America
URL:http://pypi.python.org/pypi/dtopt/
Summary:Add options to doctest examples while they are running
Description:
dtopts adds options to doctest examples while they are running. When
using the doctest module it is often convenient to use the ELLIPSIS
option, which allows you to use ... as a wildcard. But you either have
to setup the test runner to use this option, or you must put #doctest:
+ELLIPSIS on every example that uses this feature. dtopt lets you enable
this option globally from within a doctest, by doing:
>>> from dtopt import ELLIPSIS

Filelist (Show Changelog) (Show related packages)