Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python37 /
share /
doc /
alt-python37-dtopt /
Delete
Unzip
Name
Size
Permission
Date
Action
index.txt
687
B
-rw-r--r--
2007-08-10 21:54
license.txt
1.05
KB
-rw-r--r--
2007-08-10 21:54
Save
Rename
dtopt ===== When using the `doctest <http://python.org/doc/current/lib/module-doctest.html>`_ 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 (The options ``NORMALIZE_WHITESPACE`` and ``COMPARE`` are also available) You can install this from `the subversion repository <http://svn.colorstudy.com/dtopt/trunk/#egg=dtopt-dev>`_ with ``easy_install dtopt==dev``.