✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ beluga.o2switch.net ​🇻​♯➤ 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 185.154.139.77 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.84
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python33/lib64/python3.3/test/__pycache__//test_doctest.cpython-33.pyo
�
��fGc@sdZddlmZddlZddlZddlZdd�ZGdd�d�ZGdd	�d	e�Z	Gd
d�d�Z
dd
�Zdd�Zdd�Z
dd�ZGdd�d�Zdd�Zdd�Zeed�p�ej�rdd�Zdd�Zndd �Zd!d"�Zd#d$�Zd%d&�Zd'd(�Zd)d*�Zyejd+�Wnek
r�Yn
Xd,d-�Zd.d/�ZddlZddl Z ddl!Z!d0d1�Z"e#d2kr�d3ej$kr�e"d4�ne�ndS(5u
Test script for doctest.
i(usupportNcCs||S(uG
    Blah blah

    >>> print(sample_func(22))
    44

    Yee ha!
    ((uv((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyusample_funcs	usample_funccBs�|EeZdZdZdd�Zdd�Zdd�Zdd	�Zee�Zd
d�Z	e
e	�Z	eedd
�ZGdd�d�Z
dS(uSampleClassu7
    >>> print(1)
    1

    >>> # comments get ignored.  so are empty PS1 and PS2 prompts:
    >>>
    ...

    Multiline example:
    >>> sc = SampleClass(3)
    >>> for i in range(10):
    ...     sc = sc.double()
    ...     print(' ', sc.get(), sep='', end='')
     6 12 24 48 96 192 384 768 1536 3072
    cCs
||_dS(u=
        >>> print(SampleClass(12).get())
        12
        N(uval(uselfuval((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyu__init__-suSampleClass.__init__cCst|j|j�S(uF
        >>> print(SampleClass(12).double().get())
        24
        (uSampleClassuval(uself((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyudouble4suSampleClass.doublecCs|jS(u=
        >>> print(SampleClass(-5).get())
        -5
        (uval(uself((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyuget;suSampleClass.getcCs|dS(uF
        >>> print(SampleClass.a_staticmethod(10))
        11
        i((uv((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyua_staticmethodBsuSampleClass.a_staticmethodcCs|dS(u�
        >>> print(SampleClass.a_classmethod(10))
        12
        >>> print(SampleClass(0).a_classmethod(10))
        12
        i((uclsuv((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyu
a_classmethodJsuSampleClass.a_classmethodudocuB
        >>> print(SampleClass(22).a_property)
        22
        cBsA|EeZdZdZddd�Zdd�Zdd�Zd	S(
uSampleClass.NestedClassuu
        >>> x = SampleClass.NestedClass(5)
        >>> y = x.square()
        >>> print(y.get())
        25
        icCs
||_dS(uR
            >>> print(SampleClass.NestedClass().get())
            0
            N(uval(uselfuval((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyu__init__`su SampleClass.NestedClass.__init__cCstj|j|j�S(N(uSampleClassuNestedClassuval(uself((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyusquarefsuSampleClass.NestedClass.squarecCs|jS(N(uval(uself((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyugethsuSampleClass.NestedClass.getN(u__name__u
__module__u__qualname__u__doc__u__init__usquareuget(u
__locals__((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyuNestedClassYsuNestedClassN(u__name__u
__module__u__qualname__u__doc__u__init__udoubleugetua_staticmethodustaticmethodu
a_classmethoduclassmethodupropertyu
a_propertyuNestedClass(u
__locals__((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyuSampleClasss		uSampleClasscBs>|EeZdZdZdd�Zdd�Zdd�ZdS(	uSampleNewStyleClassu0
    >>> print('1\n2\n3')
    1
    2
    3
    cCs
||_dS(uE
        >>> print(SampleNewStyleClass(12).get())
        12
        N(uval(uselfuval((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyu__init__rsuSampleNewStyleClass.__init__cCst|j|j�S(uN
        >>> print(SampleNewStyleClass(12).double().get())
        24
        (uSampleNewStyleClassuval(uself((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyudoubleysuSampleNewStyleClass.doublecCs|jS(uE
        >>> print(SampleNewStyleClass(-5).get())
        -5
        (uval(uself((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyuget�suSampleNewStyleClass.getN(u__name__u
__module__u__qualname__u__doc__u__init__udoubleuget(u
__locals__((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyuSampleNewStyleClassksuSampleNewStyleClasscBs2|EeZdZdZdd�Zdd�ZdS(u
_FakeInputu
    A fake input stream for pdb's interactive debugger.  Whenever a
    line is read, print it (to simulate the user typing it), and then
    return it.  The set of lines to return is specified in the
    constructor; they should not have trailing newlines.
    cCs
||_dS(N(ulines(uselfulines((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyu__init__�su_FakeInput.__init__cCs$|jjd�}t|�|dS(Niu
(ulinesupopuprint(uselfuline((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyureadline�s
u_FakeInput.readlineN(u__name__u
__module__u__qualname__u__doc__u__init__ureadline(u
__locals__((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyu
_FakeInput�su
_FakeInputcCsdS(uo
Unit tests for the `Example` class.

Example is a simple container class that holds:
  - `source`: A source string.
  - `want`: An expected output string.
  - `exc_msg`: An expected exception message string (or None if no
    exception is expected).
  - `lineno`: A line number (within the docstring).
  - `indent`: The example's indentation in the input string.
  - `options`: An option dictionary, mapping option flags to True or
    False.

These attributes are set by the constructor.  `source` and `want` are
required; the other attributes all have default values:

    >>> example = doctest.Example('print(1)', '1\n')
    >>> (example.source, example.want, example.exc_msg,
    ...  example.lineno, example.indent, example.options)
    ('print(1)\n', '1\n', None, 0, 0, {})

The first three attributes (`source`, `want`, and `exc_msg`) may be
specified positionally; the remaining arguments should be specified as
keyword arguments:

    >>> exc_msg = 'IndexError: pop from an empty list'
    >>> example = doctest.Example('[].pop()', '', exc_msg,
    ...                           lineno=5, indent=4,
    ...                           options={doctest.ELLIPSIS: True})
    >>> (example.source, example.want, example.exc_msg,
    ...  example.lineno, example.indent, example.options)
    ('[].pop()\n', '', 'IndexError: pop from an empty list\n', 5, 4, {8: True})

The constructor normalizes the `source` string to end in a newline:

    Source spans a single line: no terminating newline.
    >>> e = doctest.Example('print(1)', '1\n')
    >>> e.source, e.want
    ('print(1)\n', '1\n')

    >>> e = doctest.Example('print(1)\n', '1\n')
    >>> e.source, e.want
    ('print(1)\n', '1\n')

    Source spans multiple lines: require terminating newline.
    >>> e = doctest.Example('print(1);\nprint(2)\n', '1\n2\n')
    >>> e.source, e.want
    ('print(1);\nprint(2)\n', '1\n2\n')

    >>> e = doctest.Example('print(1);\nprint(2)', '1\n2\n')
    >>> e.source, e.want
    ('print(1);\nprint(2)\n', '1\n2\n')

    Empty source string (which should never appear in real examples)
    >>> e = doctest.Example('', '')
    >>> e.source, e.want
    ('\n', '')

The constructor normalizes the `want` string to end in a newline,
unless it's the empty string:

    >>> e = doctest.Example('print(1)', '1\n')
    >>> e.source, e.want
    ('print(1)\n', '1\n')

    >>> e = doctest.Example('print(1)', '1')
    >>> e.source, e.want
    ('print(1)\n', '1\n')

    >>> e = doctest.Example('print', '')
    >>> e.source, e.want
    ('print\n', '')

The constructor normalizes the `exc_msg` string to end in a newline,
unless it's `None`:

    Message spans one line
    >>> exc_msg = 'IndexError: pop from an empty list'
    >>> e = doctest.Example('[].pop()', '', exc_msg)
    >>> e.exc_msg
    'IndexError: pop from an empty list\n'

    >>> exc_msg = 'IndexError: pop from an empty list\n'
    >>> e = doctest.Example('[].pop()', '', exc_msg)
    >>> e.exc_msg
    'IndexError: pop from an empty list\n'

    Message spans multiple lines
    >>> exc_msg = 'ValueError: 1\n  2'
    >>> e = doctest.Example('raise ValueError("1\n  2")', '', exc_msg)
    >>> e.exc_msg
    'ValueError: 1\n  2\n'

    >>> exc_msg = 'ValueError: 1\n  2\n'
    >>> e = doctest.Example('raise ValueError("1\n  2")', '', exc_msg)
    >>> e.exc_msg
    'ValueError: 1\n  2\n'

    Empty (but non-None) exception message (which should never appear
    in real examples)
    >>> exc_msg = ''
    >>> e = doctest.Example('raise X()', '', exc_msg)
    >>> e.exc_msg
    '\n'

Compare `Example`:
    >>> example = doctest.Example('print 1', '1\n')
    >>> same_example = doctest.Example('print 1', '1\n')
    >>> other_example = doctest.Example('print 42', '42\n')
    >>> example == same_example
    True
    >>> example != same_example
    False
    >>> hash(example) == hash(same_example)
    True
    >>> example == other_example
    False
    >>> example != other_example
    True
N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_Example�sutest_ExamplecCsdS(u�
Unit tests for the `DocTest` class.

DocTest is a collection of examples, extracted from a docstring, along
with information about where the docstring comes from (a name,
filename, and line number).  The docstring is parsed by the `DocTest`
constructor:

    >>> docstring = '''
    ...     >>> print(12)
    ...     12
    ...
    ... Non-example text.
    ...
    ...     >>> print('another\example')
    ...     another
    ...     example
    ... '''
    >>> globs = {} # globals to run the test in.
    >>> parser = doctest.DocTestParser()
    >>> test = parser.get_doctest(docstring, globs, 'some_test',
    ...                           'some_file', 20)
    >>> print(test)
    <DocTest some_test from some_file:20 (2 examples)>
    >>> len(test.examples)
    2
    >>> e1, e2 = test.examples
    >>> (e1.source, e1.want, e1.lineno)
    ('print(12)\n', '12\n', 1)
    >>> (e2.source, e2.want, e2.lineno)
    ("print('another\\example')\n", 'another\nexample\n', 6)

Source information (name, filename, and line number) is available as
attributes on the doctest object:

    >>> (test.name, test.filename, test.lineno)
    ('some_test', 'some_file', 20)

The line number of an example within its containing file is found by
adding the line number of the example and the line number of its
containing test:

    >>> test.lineno + e1.lineno
    21
    >>> test.lineno + e2.lineno
    26

If the docstring contains inconsistant leading whitespace in the
expected output of an example, then `DocTest` will raise a ValueError:

    >>> docstring = r'''
    ...       >>> print('bad\nindentation')
    ...       bad
    ...     indentation
    ...     '''
    >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
    Traceback (most recent call last):
    ValueError: line 4 of the docstring for some_test has inconsistent leading whitespace: 'indentation'

If the docstring contains inconsistent leading whitespace on
continuation lines, then `DocTest` will raise a ValueError:

    >>> docstring = r'''
    ...       >>> print(('bad indentation',
    ...     ...          2))
    ...       ('bad', 'indentation')
    ...     '''
    >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
    Traceback (most recent call last):
    ValueError: line 2 of the docstring for some_test has inconsistent leading whitespace: '...          2))'

If there's no blank space after a PS1 prompt ('>>>'), then `DocTest`
will raise a ValueError:

    >>> docstring = '>>>print(1)\n1'
    >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
    Traceback (most recent call last):
    ValueError: line 1 of the docstring for some_test lacks blank after >>>: '>>>print(1)'

If there's no blank space after a PS2 prompt ('...'), then `DocTest`
will raise a ValueError:

    >>> docstring = '>>> if 1:\n...print(1)\n1'
    >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
    Traceback (most recent call last):
    ValueError: line 2 of the docstring for some_test lacks blank after ...: '...print(1)'

Compare `DocTest`:

    >>> docstring = '''
    ...     >>> print 12
    ...     12
    ... '''
    >>> test = parser.get_doctest(docstring, globs, 'some_test',
    ...                           'some_test', 20)
    >>> same_test = parser.get_doctest(docstring, globs, 'some_test',
    ...                                'some_test', 20)
    >>> test == same_test
    True
    >>> test != same_test
    False
    >>> hash(test) == hash(same_test)
    True
    >>> docstring = '''
    ...     >>> print 42
    ...     42
    ... '''
    >>> other_test = parser.get_doctest(docstring, globs, 'other_test',
    ...                                 'other_file', 10)
    >>> test == other_test
    False
    >>> test != other_test
    True

Compare `DocTestCase`:

    >>> DocTestCase = doctest.DocTestCase
    >>> test_case = DocTestCase(test)
    >>> same_test_case = DocTestCase(same_test)
    >>> other_test_case = DocTestCase(other_test)
    >>> test_case == same_test_case
    True
    >>> test_case != same_test_case
    False
    >>> hash(test_case) == hash(same_test_case)
    True
    >>> test == other_test_case
    False
    >>> test != other_test_case
    True

N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_DocTestsutest_DocTestcCsdS(u:
Unit tests for the `DocTestFinder` class.

DocTestFinder is used to extract DocTests from an object's docstring
and the docstrings of its contained objects.  It can be used with
modules, functions, classes, methods, staticmethods, classmethods, and
properties.

Finding Tests in Functions
~~~~~~~~~~~~~~~~~~~~~~~~~~
For a function whose docstring contains examples, DocTestFinder.find()
will return a single test (for that function's docstring):

    >>> finder = doctest.DocTestFinder()

We'll simulate a __file__ attr that ends in pyc:

    >>> import test.test_doctest
    >>> old = test.test_doctest.__file__
    >>> test.test_doctest.__file__ = 'test_doctest.pyc'

    >>> tests = finder.find(sample_func)

    >>> print(tests)  # doctest: +ELLIPSIS
    [<DocTest sample_func from ...:18 (1 example)>]

The exact name depends on how test_doctest was invoked, so allow for
leading path components.

    >>> tests[0].filename # doctest: +ELLIPSIS
    '...test_doctest.py'

    >>> test.test_doctest.__file__ = old


    >>> e = tests[0].examples[0]
    >>> (e.source, e.want, e.lineno)
    ('print(sample_func(22))\n', '44\n', 3)

By default, tests are created for objects with no docstring:

    >>> def no_docstring(v):
    ...     pass
    >>> finder.find(no_docstring)
    []

However, the optional argument `exclude_empty` to the DocTestFinder
constructor can be used to exclude tests for objects with empty
docstrings:

    >>> def no_docstring(v):
    ...     pass
    >>> excl_empty_finder = doctest.DocTestFinder(exclude_empty=True)
    >>> excl_empty_finder.find(no_docstring)
    []

If the function has a docstring with no examples, then a test with no
examples is returned.  (This lets `DocTestRunner` collect statistics
about which functions have no tests -- but is that useful?  And should
an empty test also be created when there's no docstring?)

    >>> def no_examples(v):
    ...     ''' no doctest examples '''
    >>> finder.find(no_examples) # doctest: +ELLIPSIS
    [<DocTest no_examples from ...:1 (no examples)>]

Finding Tests in Classes
~~~~~~~~~~~~~~~~~~~~~~~~
For a class, DocTestFinder will create a test for the class's
docstring, and will recursively explore its contents, including
methods, classmethods, staticmethods, properties, and nested classes.

    >>> finder = doctest.DocTestFinder()
    >>> tests = finder.find(SampleClass)
    >>> for t in tests:
    ...     print('%2s  %s' % (len(t.examples), t.name))
     3  SampleClass
     3  SampleClass.NestedClass
     1  SampleClass.NestedClass.__init__
     1  SampleClass.__init__
     2  SampleClass.a_classmethod
     1  SampleClass.a_property
     1  SampleClass.a_staticmethod
     1  SampleClass.double
     1  SampleClass.get

New-style classes are also supported:

    >>> tests = finder.find(SampleNewStyleClass)
    >>> for t in tests:
    ...     print('%2s  %s' % (len(t.examples), t.name))
     1  SampleNewStyleClass
     1  SampleNewStyleClass.__init__
     1  SampleNewStyleClass.double
     1  SampleNewStyleClass.get

Finding Tests in Modules
~~~~~~~~~~~~~~~~~~~~~~~~
For a module, DocTestFinder will create a test for the class's
docstring, and will recursively explore its contents, including
functions, classes, and the `__test__` dictionary, if it exists:

    >>> # A module
    >>> import types
    >>> m = types.ModuleType('some_module')
    >>> def triple(val):
    ...     '''
    ...     >>> print(triple(11))
    ...     33
    ...     '''
    ...     return val*3
    >>> m.__dict__.update({
    ...     'sample_func': sample_func,
    ...     'SampleClass': SampleClass,
    ...     '__doc__': '''
    ...         Module docstring.
    ...             >>> print('module')
    ...             module
    ...         ''',
    ...     '__test__': {
    ...         'd': '>>> print(6)\n6\n>>> print(7)\n7\n',
    ...         'c': triple}})

    >>> finder = doctest.DocTestFinder()
    >>> # Use module=test.test_doctest, to prevent doctest from
    >>> # ignoring the objects since they weren't defined in m.
    >>> import test.test_doctest
    >>> tests = finder.find(m, module=test.test_doctest)
    >>> for t in tests:
    ...     print('%2s  %s' % (len(t.examples), t.name))
     1  some_module
     3  some_module.SampleClass
     3  some_module.SampleClass.NestedClass
     1  some_module.SampleClass.NestedClass.__init__
     1  some_module.SampleClass.__init__
     2  some_module.SampleClass.a_classmethod
     1  some_module.SampleClass.a_property
     1  some_module.SampleClass.a_staticmethod
     1  some_module.SampleClass.double
     1  some_module.SampleClass.get
     1  some_module.__test__.c
     2  some_module.__test__.d
     1  some_module.sample_func

Duplicate Removal
~~~~~~~~~~~~~~~~~
If a single object is listed twice (under different names), then tests
will only be generated for it once:

    >>> from test import doctest_aliases
    >>> assert doctest_aliases.TwoNames.f
    >>> assert doctest_aliases.TwoNames.g
    >>> tests = excl_empty_finder.find(doctest_aliases)
    >>> print(len(tests))
    2
    >>> print(tests[0].name)
    test.doctest_aliases.TwoNames

    TwoNames.f and TwoNames.g are bound to the same object.
    We can't guess which will be found in doctest's traversal of
    TwoNames.__dict__ first, so we have to allow for either.

    >>> tests[1].name.split('.')[-1] in ['f', 'g']
    True

Empty Tests
~~~~~~~~~~~
By default, an object with no doctests doesn't create any tests:

    >>> tests = doctest.DocTestFinder().find(SampleClass)
    >>> for t in tests:
    ...     print('%2s  %s' % (len(t.examples), t.name))
     3  SampleClass
     3  SampleClass.NestedClass
     1  SampleClass.NestedClass.__init__
     1  SampleClass.__init__
     2  SampleClass.a_classmethod
     1  SampleClass.a_property
     1  SampleClass.a_staticmethod
     1  SampleClass.double
     1  SampleClass.get

By default, that excluded objects with no doctests.  exclude_empty=False
tells it to include (empty) tests for objects with no doctests.  This feature
is really to support backward compatibility in what doctest.master.summarize()
displays.

    >>> tests = doctest.DocTestFinder(exclude_empty=False).find(SampleClass)
    >>> for t in tests:
    ...     print('%2s  %s' % (len(t.examples), t.name))
     3  SampleClass
     3  SampleClass.NestedClass
     1  SampleClass.NestedClass.__init__
     0  SampleClass.NestedClass.get
     0  SampleClass.NestedClass.square
     1  SampleClass.__init__
     2  SampleClass.a_classmethod
     1  SampleClass.a_property
     1  SampleClass.a_staticmethod
     1  SampleClass.double
     1  SampleClass.get

Turning off Recursion
~~~~~~~~~~~~~~~~~~~~~
DocTestFinder can be told not to look for tests in contained objects
using the `recurse` flag:

    >>> tests = doctest.DocTestFinder(recurse=False).find(SampleClass)
    >>> for t in tests:
    ...     print('%2s  %s' % (len(t.examples), t.name))
     3  SampleClass

Line numbers
~~~~~~~~~~~~
DocTestFinder finds the line number of each example:

    >>> def f(x):
    ...     '''
    ...     >>> x = 12
    ...
    ...     some text
    ...
    ...     >>> # examples are not created for comments & bare prompts.
    ...     >>>
    ...     ...
    ...
    ...     >>> for x in range(10):
    ...     ...     print(x, end=' ')
    ...     0 1 2 3 4 5 6 7 8 9
    ...     >>> x//2
    ...     6
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> [e.lineno for e in test.examples]
    [1, 9, 12]
N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_DocTestFinder�sutest_DocTestFindercCsdS(u�
Unit tests for the `DocTestParser` class.

DocTestParser is used to parse docstrings containing doctest examples.

The `parse` method divides a docstring into examples and intervening
text:

    >>> s = '''
    ...     >>> x, y = 2, 3  # no output expected
    ...     >>> if 1:
    ...     ...     print(x)
    ...     ...     print(y)
    ...     2
    ...     3
    ...
    ...     Some text.
    ...     >>> x+y
    ...     5
    ...     '''
    >>> parser = doctest.DocTestParser()
    >>> for piece in parser.parse(s):
    ...     if isinstance(piece, doctest.Example):
    ...         print('Example:', (piece.source, piece.want, piece.lineno))
    ...     else:
    ...         print('   Text:', repr(piece))
       Text: '\n'
    Example: ('x, y = 2, 3  # no output expected\n', '', 1)
       Text: ''
    Example: ('if 1:\n    print(x)\n    print(y)\n', '2\n3\n', 2)
       Text: '\nSome text.\n'
    Example: ('x+y\n', '5\n', 9)
       Text: ''

The `get_examples` method returns just the examples:

    >>> for piece in parser.get_examples(s):
    ...     print((piece.source, piece.want, piece.lineno))
    ('x, y = 2, 3  # no output expected\n', '', 1)
    ('if 1:\n    print(x)\n    print(y)\n', '2\n3\n', 2)
    ('x+y\n', '5\n', 9)

The `get_doctest` method creates a Test from the examples, along with the
given arguments:

    >>> test = parser.get_doctest(s, {}, 'name', 'filename', lineno=5)
    >>> (test.name, test.filename, test.lineno)
    ('name', 'filename', 5)
    >>> for piece in test.examples:
    ...     print((piece.source, piece.want, piece.lineno))
    ('x, y = 2, 3  # no output expected\n', '', 1)
    ('if 1:\n    print(x)\n    print(y)\n', '2\n3\n', 2)
    ('x+y\n', '5\n', 9)
N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_DocTestParser�sutest_DocTestParsercBs\|EeZdZdd�Zdd�Zdd�Zdd�Zd	d
�Zdd�Zd
S(utest_DocTestRunnercCsdS(u�
Unit tests for the `DocTestRunner` class.

DocTestRunner is used to run DocTest test cases, and to accumulate
statistics.  Here's a simple DocTest case we can use:

    >>> def f(x):
    ...     '''
    ...     >>> x = 12
    ...     >>> print(x)
    ...     12
    ...     >>> x//2
    ...     6
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]

The main DocTestRunner interface is the `run` method, which runs a
given DocTest case in a given namespace (globs).  It returns a tuple
`(f,t)`, where `f` is the number of failed tests and `t` is the number
of tried tests.

    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=3)

If any example produces incorrect output, then the test runner reports
the failure and proceeds to the next example:

    >>> def f(x):
    ...     '''
    ...     >>> x = 12
    ...     >>> print(x)
    ...     14
    ...     >>> x//2
    ...     6
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=True).run(test)
    ... # doctest: +ELLIPSIS
    Trying:
        x = 12
    Expecting nothing
    ok
    Trying:
        print(x)
    Expecting:
        14
    **********************************************************************
    File ..., line 4, in f
    Failed example:
        print(x)
    Expected:
        14
    Got:
        12
    Trying:
        x//2
    Expecting:
        6
    ok
    TestResults(failed=1, attempted=3)
N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyubasics�sutest_DocTestRunner.basicscCsdS(u�
The `verbose` flag makes the test runner generate more detailed
output:

    >>> def f(x):
    ...     '''
    ...     >>> x = 12
    ...     >>> print(x)
    ...     12
    ...     >>> x//2
    ...     6
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]

    >>> doctest.DocTestRunner(verbose=True).run(test)
    Trying:
        x = 12
    Expecting nothing
    ok
    Trying:
        print(x)
    Expecting:
        12
    ok
    Trying:
        x//2
    Expecting:
        6
    ok
    TestResults(failed=0, attempted=3)

If the `verbose` flag is unspecified, then the output will be verbose
iff `-v` appears in sys.argv:

    >>> # Save the real sys.argv list.
    >>> old_argv = sys.argv

    >>> # If -v does not appear in sys.argv, then output isn't verbose.
    >>> sys.argv = ['test']
    >>> doctest.DocTestRunner().run(test)
    TestResults(failed=0, attempted=3)

    >>> # If -v does appear in sys.argv, then output is verbose.
    >>> sys.argv = ['test', '-v']
    >>> doctest.DocTestRunner().run(test)
    Trying:
        x = 12
    Expecting nothing
    ok
    Trying:
        print(x)
    Expecting:
        12
    ok
    Trying:
        x//2
    Expecting:
        6
    ok
    TestResults(failed=0, attempted=3)

    >>> # Restore sys.argv
    >>> sys.argv = old_argv

In the remaining examples, the test runner's verbosity will be
explicitly set, to ensure that the test behavior is consistent.
    N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyuverbose_flag�sutest_DocTestRunner.verbose_flagcCsdS(u� 
Tests of `DocTestRunner`'s exception handling.

An expected exception is specified with a traceback message.  The
lines between the first line and the type/value may be omitted or
replaced with any other string:

    >>> def f(x):
    ...     '''
    ...     >>> x = 12
    ...     >>> print(x//0)
    ...     Traceback (most recent call last):
    ...     ZeroDivisionError: integer division or modulo by zero
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=2)

An example may not generate output before it raises an exception; if
it does, then the traceback message will not be recognized as
signaling an expected exception, so the example will be reported as an
unexpected exception:

    >>> def f(x):
    ...     '''
    ...     >>> x = 12
    ...     >>> print('pre-exception output', x//0)
    ...     pre-exception output
    ...     Traceback (most recent call last):
    ...     ZeroDivisionError: integer division or modulo by zero
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 4, in f
    Failed example:
        print('pre-exception output', x//0)
    Exception raised:
        ...
        ZeroDivisionError: integer division or modulo by zero
    TestResults(failed=1, attempted=2)

Exception messages may contain newlines:

    >>> def f(x):
    ...     r'''
    ...     >>> raise ValueError('multi\nline\nmessage')
    ...     Traceback (most recent call last):
    ...     ValueError: multi
    ...     line
    ...     message
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=1)

If an exception is expected, but an exception with the wrong type or
message is raised, then it is reported as a failure:

    >>> def f(x):
    ...     r'''
    ...     >>> raise ValueError('message')
    ...     Traceback (most recent call last):
    ...     ValueError: wrong message
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        raise ValueError('message')
    Expected:
        Traceback (most recent call last):
        ValueError: wrong message
    Got:
        Traceback (most recent call last):
        ...
        ValueError: message
    TestResults(failed=1, attempted=1)

However, IGNORE_EXCEPTION_DETAIL can be used to allow a mismatch in the
detail:

    >>> def f(x):
    ...     r'''
    ...     >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL
    ...     Traceback (most recent call last):
    ...     ValueError: wrong message
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=1)

IGNORE_EXCEPTION_DETAIL also ignores difference in exception formatting
between Python versions. For example, in Python 2.x, the module path of
the exception is not in the output, but this will fail under Python 3:

    >>> def f(x):
    ...     r'''
    ...     >>> from http.client import HTTPException
    ...     >>> raise HTTPException('message')
    ...     Traceback (most recent call last):
    ...     HTTPException: message
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 4, in f
    Failed example:
        raise HTTPException('message')
    Expected:
        Traceback (most recent call last):
        HTTPException: message
    Got:
        Traceback (most recent call last):
        ...
        http.client.HTTPException: message
    TestResults(failed=1, attempted=2)

But in Python 3 the module path is included, and therefore a test must look
like the following test to succeed in Python 3. But that test will fail under
Python 2.

    >>> def f(x):
    ...     r'''
    ...     >>> from http.client import HTTPException
    ...     >>> raise HTTPException('message')
    ...     Traceback (most recent call last):
    ...     http.client.HTTPException: message
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=2)

However, with IGNORE_EXCEPTION_DETAIL, the module name of the exception
(or its unexpected absence) will be ignored:

    >>> def f(x):
    ...     r'''
    ...     >>> from http.client import HTTPException
    ...     >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL
    ...     Traceback (most recent call last):
    ...     HTTPException: message
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=2)

The module path will be completely ignored, so two different module paths will
still pass if IGNORE_EXCEPTION_DETAIL is given. This is intentional, so it can
be used when exceptions have changed module.

    >>> def f(x):
    ...     r'''
    ...     >>> from http.client import HTTPException
    ...     >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL
    ...     Traceback (most recent call last):
    ...     foo.bar.HTTPException: message
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=2)

But IGNORE_EXCEPTION_DETAIL does not allow a mismatch in the exception type:

    >>> def f(x):
    ...     r'''
    ...     >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL
    ...     Traceback (most recent call last):
    ...     TypeError: wrong type
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL
    Expected:
        Traceback (most recent call last):
        TypeError: wrong type
    Got:
        Traceback (most recent call last):
        ...
        ValueError: message
    TestResults(failed=1, attempted=1)

If the exception does not have a message, you can still use
IGNORE_EXCEPTION_DETAIL to normalize the modules between Python 2 and 3:

    >>> def f(x):
    ...     r'''
    ...     >>> from http.client import HTTPException
    ...     >>> raise HTTPException() #doctest: +IGNORE_EXCEPTION_DETAIL
    ...     Traceback (most recent call last):
    ...     foo.bar.HTTPException
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=2)

Note that a trailing colon doesn't matter either:

    >>> def f(x):
    ...     r'''
    ...     >>> from http.client import HTTPException
    ...     >>> raise HTTPException() #doctest: +IGNORE_EXCEPTION_DETAIL
    ...     Traceback (most recent call last):
    ...     foo.bar.HTTPException:
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=2)

If an exception is raised but not expected, then it is reported as an
unexpected exception:

    >>> def f(x):
    ...     r'''
    ...     >>> 1//0
    ...     0
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        1//0
    Exception raised:
        Traceback (most recent call last):
        ...
        ZeroDivisionError: integer division or modulo by zero
    TestResults(failed=1, attempted=1)
N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyu
exceptionsAsutest_DocTestRunner.exceptionscCsdS(u�
Test that changing sys.displayhook doesn't matter for doctest.

    >>> import sys
    >>> orig_displayhook = sys.displayhook
    >>> def my_displayhook(x):
    ...     print('hi!')
    >>> sys.displayhook = my_displayhook
    >>> def f():
    ...     '''
    ...     >>> 3
    ...     3
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> r = doctest.DocTestRunner(verbose=False).run(test)
    >>> post_displayhook = sys.displayhook

    We need to restore sys.displayhook now, so that we'll be able to test
    results.

    >>> sys.displayhook = orig_displayhook

    Ok, now we can check that everything is ok.

    >>> r
    TestResults(failed=0, attempted=1)
    >>> post_displayhook is my_displayhook
    True
N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyudisplayhook/sutest_DocTestRunner.displayhookcCsdS(u�,
Tests of `DocTestRunner`'s option flag handling.

Several option flags can be used to customize the behavior of the test
runner.  These are defined as module constants in doctest, and passed
to the DocTestRunner constructor (multiple constants should be ORed
together).

The DONT_ACCEPT_TRUE_FOR_1 flag disables matches between True/False
and 1/0:

    >>> def f(x):
    ...     '>>> True\n1\n'

    >>> # Without the flag:
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=1)

    >>> # With the flag:
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> flags = doctest.DONT_ACCEPT_TRUE_FOR_1
    >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        True
    Expected:
        1
    Got:
        True
    TestResults(failed=1, attempted=1)

The DONT_ACCEPT_BLANKLINE flag disables the match between blank lines
and the '<BLANKLINE>' marker:

    >>> def f(x):
    ...     '>>> print("a\\n\\nb")\na\n<BLANKLINE>\nb\n'

    >>> # Without the flag:
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=1)

    >>> # With the flag:
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> flags = doctest.DONT_ACCEPT_BLANKLINE
    >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print("a\n\nb")
    Expected:
        a
        <BLANKLINE>
        b
    Got:
        a
    <BLANKLINE>
        b
    TestResults(failed=1, attempted=1)

The NORMALIZE_WHITESPACE flag causes all sequences of whitespace to be
treated as equal:

    >>> def f(x):
    ...     '>>> print(1, 2, 3)\n  1   2\n 3'

    >>> # Without the flag:
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(1, 2, 3)
    Expected:
          1   2
         3
    Got:
        1 2 3
    TestResults(failed=1, attempted=1)

    >>> # With the flag:
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> flags = doctest.NORMALIZE_WHITESPACE
    >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    TestResults(failed=0, attempted=1)

    An example from the docs:
    >>> print(list(range(20))) #doctest: +NORMALIZE_WHITESPACE
    [0,   1,  2,  3,  4,  5,  6,  7,  8,  9,
    10,  11, 12, 13, 14, 15, 16, 17, 18, 19]

The ELLIPSIS flag causes ellipsis marker ("...") in the expected
output to match any substring in the actual output:

    >>> def f(x):
    ...     '>>> print(list(range(15)))\n[0, 1, 2, ..., 14]\n'

    >>> # Without the flag:
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(list(range(15)))
    Expected:
        [0, 1, 2, ..., 14]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]
    TestResults(failed=1, attempted=1)

    >>> # With the flag:
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> flags = doctest.ELLIPSIS
    >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    TestResults(failed=0, attempted=1)

    ... also matches nothing:

    >>> if 1:
    ...     for i in range(100):
    ...         print(i**2, end=' ') #doctest: +ELLIPSIS
    ...     print('!')
    0 1...4...9 16 ... 36 49 64 ... 9801 !

    ... can be surprising; e.g., this test passes:

    >>> if 1:  #doctest: +ELLIPSIS
    ...     for i in range(20):
    ...         print(i, end=' ')
    ...     print(20)
    0 1 2 ...1...2...0

    Examples from the docs:

    >>> print(list(range(20))) # doctest:+ELLIPSIS
    [0, 1, ..., 18, 19]

    >>> print(list(range(20))) # doctest: +ELLIPSIS
    ...                 # doctest: +NORMALIZE_WHITESPACE
    [0,    1, ...,   18,    19]

The SKIP flag causes an example to be skipped entirely.  I.e., the
example is not run.  It can be useful in contexts where doctest
examples serve as both documentation and test cases, and an example
should be included for documentation purposes, but should not be
checked (e.g., because its output is random, or depends on resources
which would be unavailable.)  The SKIP flag can also be used for
'commenting out' broken examples.

    >>> import unavailable_resource           # doctest: +SKIP
    >>> unavailable_resource.do_something()   # doctest: +SKIP
    >>> unavailable_resource.blow_up()        # doctest: +SKIP
    Traceback (most recent call last):
        ...
    UncheckedBlowUpError:  Nobody checks me.

    >>> import random
    >>> print(random.random()) # doctest: +SKIP
    0.721216923889

The REPORT_UDIFF flag causes failures that involve multi-line expected
and actual outputs to be displayed using a unified diff:

    >>> def f(x):
    ...     r'''
    ...     >>> print('\n'.join('abcdefg'))
    ...     a
    ...     B
    ...     c
    ...     d
    ...     f
    ...     g
    ...     h
    ...     '''

    >>> # Without the flag:
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        print('\n'.join('abcdefg'))
    Expected:
        a
        B
        c
        d
        f
        g
        h
    Got:
        a
        b
        c
        d
        e
        f
        g
    TestResults(failed=1, attempted=1)

    >>> # With the flag:
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> flags = doctest.REPORT_UDIFF
    >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        print('\n'.join('abcdefg'))
    Differences (unified diff with -expected +actual):
        @@ -1,7 +1,7 @@
         a
        -B
        +b
         c
         d
        +e
         f
         g
        -h
    TestResults(failed=1, attempted=1)

The REPORT_CDIFF flag causes failures that involve multi-line expected
and actual outputs to be displayed using a context diff:

    >>> # Reuse f() from the REPORT_UDIFF example, above.
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> flags = doctest.REPORT_CDIFF
    >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        print('\n'.join('abcdefg'))
    Differences (context diff with expected followed by actual):
        ***************
        *** 1,7 ****
          a
        ! B
          c
          d
          f
          g
        - h
        --- 1,7 ----
          a
        ! b
          c
          d
        + e
          f
          g
    TestResults(failed=1, attempted=1)


The REPORT_NDIFF flag causes failures to use the difflib.Differ algorithm
used by the popular ndiff.py utility.  This does intraline difference
marking, as well as interline differences.

    >>> def f(x):
    ...     r'''
    ...     >>> print("a b  c d e f g h i   j k l m")
    ...     a b c d e f g h i j k 1 m
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> flags = doctest.REPORT_NDIFF
    >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        print("a b  c d e f g h i   j k l m")
    Differences (ndiff with -expected +actual):
        - a b c d e f g h i j k 1 m
        ?                       ^
        + a b  c d e f g h i   j k l m
        ?     +              ++    ^
    TestResults(failed=1, attempted=1)

The REPORT_ONLY_FIRST_FAILURE suppresses result output after the first
failing example:

    >>> def f(x):
    ...     r'''
    ...     >>> print(1) # first success
    ...     1
    ...     >>> print(2) # first failure
    ...     200
    ...     >>> print(3) # second failure
    ...     300
    ...     >>> print(4) # second success
    ...     4
    ...     >>> print(5) # third failure
    ...     500
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> flags = doctest.REPORT_ONLY_FIRST_FAILURE
    >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 5, in f
    Failed example:
        print(2) # first failure
    Expected:
        200
    Got:
        2
    TestResults(failed=3, attempted=5)

However, output from `report_start` is not suppressed:

    >>> doctest.DocTestRunner(verbose=True, optionflags=flags).run(test)
    ... # doctest: +ELLIPSIS
    Trying:
        print(1) # first success
    Expecting:
        1
    ok
    Trying:
        print(2) # first failure
    Expecting:
        200
    **********************************************************************
    File ..., line 5, in f
    Failed example:
        print(2) # first failure
    Expected:
        200
    Got:
        2
    TestResults(failed=3, attempted=5)

For the purposes of REPORT_ONLY_FIRST_FAILURE, unexpected exceptions
count as failures:

    >>> def f(x):
    ...     r'''
    ...     >>> print(1) # first success
    ...     1
    ...     >>> raise ValueError(2) # first failure
    ...     200
    ...     >>> print(3) # second failure
    ...     300
    ...     >>> print(4) # second success
    ...     4
    ...     >>> print(5) # third failure
    ...     500
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> flags = doctest.REPORT_ONLY_FIRST_FAILURE
    >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 5, in f
    Failed example:
        raise ValueError(2) # first failure
    Exception raised:
        ...
        ValueError: 2
    TestResults(failed=3, attempted=5)

New option flags can also be registered, via register_optionflag().  Here
we reach into doctest's internals a bit.

    >>> unlikely = "UNLIKELY_OPTION_NAME"
    >>> unlikely in doctest.OPTIONFLAGS_BY_NAME
    False
    >>> new_flag_value = doctest.register_optionflag(unlikely)
    >>> unlikely in doctest.OPTIONFLAGS_BY_NAME
    True

Before 2.4.4/2.5, registering a name more than once erroneously created
more than one flag value.  Here we verify that's fixed:

    >>> redundant_flag_value = doctest.register_optionflag(unlikely)
    >>> redundant_flag_value == new_flag_value
    True

Clean up.
    >>> del doctest.OPTIONFLAGS_BY_NAME[unlikely]

    N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyuoptionflagsLsutest_DocTestRunner.optionflagscCsdS(u
Tests of `DocTestRunner`'s option directive mechanism.

Option directives can be used to turn option flags on or off for a
single example.  To turn an option on for an example, follow that
example with a comment of the form ``# doctest: +OPTION``:

    >>> def f(x): r'''
    ...     >>> print(list(range(10)))      # should fail: no ellipsis
    ...     [0, 1, ..., 9]
    ...
    ...     >>> print(list(range(10)))      # doctest: +ELLIPSIS
    ...     [0, 1, ..., 9]
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(list(range(10)))      # should fail: no ellipsis
    Expected:
        [0, 1, ..., 9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    TestResults(failed=1, attempted=2)

To turn an option off for an example, follow that example with a
comment of the form ``# doctest: -OPTION``:

    >>> def f(x): r'''
    ...     >>> print(list(range(10)))
    ...     [0, 1, ..., 9]
    ...
    ...     >>> # should fail: no ellipsis
    ...     >>> print(list(range(10)))      # doctest: -ELLIPSIS
    ...     [0, 1, ..., 9]
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False,
    ...                       optionflags=doctest.ELLIPSIS).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 6, in f
    Failed example:
        print(list(range(10)))      # doctest: -ELLIPSIS
    Expected:
        [0, 1, ..., 9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    TestResults(failed=1, attempted=2)

Option directives affect only the example that they appear with; they
do not change the options for surrounding examples:

    >>> def f(x): r'''
    ...     >>> print(list(range(10)))      # Should fail: no ellipsis
    ...     [0, 1, ..., 9]
    ...
    ...     >>> print(list(range(10)))      # doctest: +ELLIPSIS
    ...     [0, 1, ..., 9]
    ...
    ...     >>> print(list(range(10)))      # Should fail: no ellipsis
    ...     [0, 1, ..., 9]
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(list(range(10)))      # Should fail: no ellipsis
    Expected:
        [0, 1, ..., 9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    **********************************************************************
    File ..., line 8, in f
    Failed example:
        print(list(range(10)))      # Should fail: no ellipsis
    Expected:
        [0, 1, ..., 9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    TestResults(failed=2, attempted=3)

Multiple options may be modified by a single option directive.  They
may be separated by whitespace, commas, or both:

    >>> def f(x): r'''
    ...     >>> print(list(range(10)))      # Should fail
    ...     [0, 1,  ...,   9]
    ...     >>> print(list(range(10)))      # Should succeed
    ...     ... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
    ...     [0, 1,  ...,   9]
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(list(range(10)))      # Should fail
    Expected:
        [0, 1,  ...,   9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    TestResults(failed=1, attempted=2)

    >>> def f(x): r'''
    ...     >>> print(list(range(10)))      # Should fail
    ...     [0, 1,  ...,   9]
    ...     >>> print(list(range(10)))      # Should succeed
    ...     ... # doctest: +ELLIPSIS,+NORMALIZE_WHITESPACE
    ...     [0, 1,  ...,   9]
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(list(range(10)))      # Should fail
    Expected:
        [0, 1,  ...,   9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    TestResults(failed=1, attempted=2)

    >>> def f(x): r'''
    ...     >>> print(list(range(10)))      # Should fail
    ...     [0, 1,  ...,   9]
    ...     >>> print(list(range(10)))      # Should succeed
    ...     ... # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
    ...     [0, 1,  ...,   9]
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(list(range(10)))      # Should fail
    Expected:
        [0, 1,  ...,   9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    TestResults(failed=1, attempted=2)

The option directive may be put on the line following the source, as
long as a continuation prompt is used:

    >>> def f(x): r'''
    ...     >>> print(list(range(10)))
    ...     ... # doctest: +ELLIPSIS
    ...     [0, 1, ..., 9]
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=1)

For examples with multi-line source, the option directive may appear
at the end of any line:

    >>> def f(x): r'''
    ...     >>> for x in range(10): # doctest: +ELLIPSIS
    ...     ...     print(' ', x, end='', sep='')
    ...      0 1 2 ... 9
    ...
    ...     >>> for x in range(10):
    ...     ...     print(' ', x, end='', sep='') # doctest: +ELLIPSIS
    ...      0 1 2 ... 9
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=2)

If more than one line of an example with multi-line source has an
option directive, then they are combined:

    >>> def f(x): r'''
    ...     Should fail (option directive not on the last line):
    ...         >>> for x in range(10): # doctest: +ELLIPSIS
    ...         ...     print(x, end=' ') # doctest: +NORMALIZE_WHITESPACE
    ...         0  1    2...9
    ...     '''
    >>> test = doctest.DocTestFinder().find(f)[0]
    >>> doctest.DocTestRunner(verbose=False).run(test)
    TestResults(failed=0, attempted=1)

It is an error to have a comment of the form ``# doctest:`` that is
*not* followed by words of the form ``+OPTION`` or ``-OPTION``, where
``OPTION`` is an option that has been registered with
`register_option`:

    >>> # Error: Option not registered
    >>> s = '>>> print(12)  #doctest: +BADOPTION'
    >>> test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0)
    Traceback (most recent call last):
    ValueError: line 1 of the doctest for s has an invalid option: '+BADOPTION'

    >>> # Error: No + or - prefix
    >>> s = '>>> print(12)  #doctest: ELLIPSIS'
    >>> test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0)
    Traceback (most recent call last):
    ValueError: line 1 of the doctest for s has an invalid option: 'ELLIPSIS'

It is an error to use an option directive on a line that contains no
source:

    >>> s = '>>> # doctest: +ELLIPSIS'
    >>> test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0)
    Traceback (most recent call last):
    ValueError: line 0 of the doctest for s has an option directive on a line with no example: '# doctest: +ELLIPSIS'
N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyuoption_directives�su$test_DocTestRunner.option_directivesN(	u__name__u
__module__u__qualname__ubasicsuverbose_flagu
exceptionsudisplayhookuoptionflagsuoption_directives(u
__locals__((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_DocTestRunner�s=C���utest_DocTestRunnercCsdS(u�
Unit tests for `testsource()`.

The testsource() function takes a module and a name, finds the (first)
test with that name in that module, and converts it to a script. The
example code is converted to regular Python code.  The surrounding
words and expected output are converted to comments:

    >>> import test.test_doctest
    >>> name = 'test.test_doctest.sample_func'
    >>> print(doctest.testsource(test.test_doctest, name))
    # Blah blah
    #
    print(sample_func(22))
    # Expected:
    ## 44
    #
    # Yee ha!
    <BLANKLINE>

    >>> name = 'test.test_doctest.SampleNewStyleClass'
    >>> print(doctest.testsource(test.test_doctest, name))
    print('1\n2\n3')
    # Expected:
    ## 1
    ## 2
    ## 3
    <BLANKLINE>

    >>> name = 'test.test_doctest.SampleClass.a_classmethod'
    >>> print(doctest.testsource(test.test_doctest, name))
    print(SampleClass.a_classmethod(10))
    # Expected:
    ## 12
    print(SampleClass(0).a_classmethod(10))
    # Expected:
    ## 12
    <BLANKLINE>
N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_testsource�sutest_testsourcecCsdS(uA

Create a docstring that we want to debug:

    >>> s = '''
    ...     >>> x = 12
    ...     >>> print(x)
    ...     12
    ...     '''

Create some fake stdin input, to feed to the debugger:

    >>> real_stdin = sys.stdin
    >>> sys.stdin = _FakeInput(['next', 'print(x)', 'continue'])

Run the debugger on the docstring, and then restore sys.stdin.

    >>> try: doctest.debug_src(s)
    ... finally: sys.stdin = real_stdin
    > <string>(1)<module>()
    (Pdb) next
    12
    --Return--
    > <string>(1)<module>()->None
    (Pdb) print(x)
    12
    (Pdb) continue

N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyu
test_debug�su
test_debugugettracecCsdS(u*Using pdb.set_trace from a doctest.

        You can use pdb.set_trace from a doctest.  To do so, you must
        retrieve the set_trace function from the pdb module at the time
        you use it.  The doctest module changes sys.stdout so that it can
        capture program output.  It also temporarily replaces pdb.set_trace
        with a version that restores stdout.  This is necessary for you to
        see debugger output.

          >>> doc = '''
          ... >>> x = 42
          ... >>> raise Exception('clé')
          ... Traceback (most recent call last):
          ... Exception: clé
          ... >>> import pdb; pdb.set_trace()
          ... '''
          >>> parser = doctest.DocTestParser()
          >>> test = parser.get_doctest(doc, {}, "foo-bar@baz", "foo-bar@baz.py", 0)
          >>> runner = doctest.DocTestRunner(verbose=False)

        To demonstrate this, we'll create a fake standard input that
        captures our debugger input:

          >>> import tempfile
          >>> real_stdin = sys.stdin
          >>> sys.stdin = _FakeInput([
          ...    'print(x)',  # print data defined by the example
          ...    'continue', # stop debugging
          ...    ''])

          >>> try: runner.run(test)
          ... finally: sys.stdin = real_stdin
          --Return--
          > <doctest foo-bar@baz[2]>(1)<module>()->None
          -> import pdb; pdb.set_trace()
          (Pdb) print(x)
          42
          (Pdb) continue
          TestResults(failed=0, attempted=3)

          You can also put pdb.set_trace in a function called from a test:

          >>> def calls_set_trace():
          ...    y=2
          ...    import pdb; pdb.set_trace()

          >>> doc = '''
          ... >>> x=1
          ... >>> calls_set_trace()
          ... '''
          >>> test = parser.get_doctest(doc, globals(), "foo-bar@baz", "foo-bar@baz.py", 0)
          >>> real_stdin = sys.stdin
          >>> sys.stdin = _FakeInput([
          ...    'print(y)',  # print data defined in the function
          ...    'up',       # out of function
          ...    'print(x)',  # print data defined by the example
          ...    'continue', # stop debugging
          ...    ''])

          >>> try:
          ...     runner.run(test)
          ... finally:
          ...     sys.stdin = real_stdin
          --Return--
          > <doctest test.test_doctest.test_pdb_set_trace[8]>(3)calls_set_trace()->None
          -> import pdb; pdb.set_trace()
          (Pdb) print(y)
          2
          (Pdb) up
          > <doctest foo-bar@baz[1]>(1)<module>()
          -> calls_set_trace()
          (Pdb) print(x)
          1
          (Pdb) continue
          TestResults(failed=0, attempted=2)

        During interactive debugging, source code is shown, even for
        doctest examples:

          >>> doc = '''
          ... >>> def f(x):
          ... ...     g(x*2)
          ... >>> def g(x):
          ... ...     print(x+3)
          ... ...     import pdb; pdb.set_trace()
          ... >>> f(3)
          ... '''
          >>> test = parser.get_doctest(doc, globals(), "foo-bar@baz", "foo-bar@baz.py", 0)
          >>> real_stdin = sys.stdin
          >>> sys.stdin = _FakeInput([
          ...    'list',     # list source from example 2
          ...    'next',     # return from g()
          ...    'list',     # list source from example 1
          ...    'next',     # return from f()
          ...    'list',     # list source from example 3
          ...    'continue', # stop debugging
          ...    ''])
          >>> try: runner.run(test)
          ... finally: sys.stdin = real_stdin
          ... # doctest: +NORMALIZE_WHITESPACE
          --Return--
          > <doctest foo-bar@baz[1]>(3)g()->None
          -> import pdb; pdb.set_trace()
          (Pdb) list
            1     def g(x):
            2         print(x+3)
            3  ->     import pdb; pdb.set_trace()
          [EOF]
          (Pdb) next
          --Return--
          > <doctest foo-bar@baz[0]>(2)f()->None
          -> g(x*2)
          (Pdb) list
            1     def f(x):
            2  ->     g(x*2)
          [EOF]
          (Pdb) next
          --Return--
          > <doctest foo-bar@baz[2]>(1)<module>()->None
          -> f(3)
          (Pdb) list
            1  -> f(3)
          [EOF]
          (Pdb) continue
          **********************************************************************
          File "foo-bar@baz.py", line 7, in foo-bar@baz
          Failed example:
              f(3)
          Expected nothing
          Got:
              9
          TestResults(failed=1, attempted=3)
          N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_pdb_set_trace�sutest_pdb_set_tracecCsdS(u�
This illustrates more-demanding use of set_trace with nested functions.

        >>> class C(object):
        ...     def calls_set_trace(self):
        ...         y = 1
        ...         import pdb; pdb.set_trace()
        ...         self.f1()
        ...         y = 2
        ...     def f1(self):
        ...         x = 1
        ...         self.f2()
        ...         x = 2
        ...     def f2(self):
        ...         z = 1
        ...         z = 2

        >>> calls_set_trace = C().calls_set_trace

        >>> doc = '''
        ... >>> a = 1
        ... >>> calls_set_trace()
        ... '''
        >>> parser = doctest.DocTestParser()
        >>> runner = doctest.DocTestRunner(verbose=False)
        >>> test = parser.get_doctest(doc, globals(), "foo-bar@baz", "foo-bar@baz.py", 0)
        >>> real_stdin = sys.stdin
        >>> sys.stdin = _FakeInput([
        ...    'print(y)',  # print data defined in the function
        ...    'step', 'step', 'step', 'step', 'step', 'step', 'print(z)',
        ...    'up', 'print(x)',
        ...    'up', 'print(y)',
        ...    'up', 'print(foo)',
        ...    'continue', # stop debugging
        ...    ''])

        >>> try:
        ...     runner.run(test)
        ... finally:
        ...     sys.stdin = real_stdin
        ... # doctest: +REPORT_NDIFF
        > <doctest test.test_doctest.test_pdb_set_trace_nested[0]>(5)calls_set_trace()
        -> self.f1()
        (Pdb) print(y)
        1
        (Pdb) step
        --Call--
        > <doctest test.test_doctest.test_pdb_set_trace_nested[0]>(7)f1()
        -> def f1(self):
        (Pdb) step
        > <doctest test.test_doctest.test_pdb_set_trace_nested[0]>(8)f1()
        -> x = 1
        (Pdb) step
        > <doctest test.test_doctest.test_pdb_set_trace_nested[0]>(9)f1()
        -> self.f2()
        (Pdb) step
        --Call--
        > <doctest test.test_doctest.test_pdb_set_trace_nested[0]>(11)f2()
        -> def f2(self):
        (Pdb) step
        > <doctest test.test_doctest.test_pdb_set_trace_nested[0]>(12)f2()
        -> z = 1
        (Pdb) step
        > <doctest test.test_doctest.test_pdb_set_trace_nested[0]>(13)f2()
        -> z = 2
        (Pdb) print(z)
        1
        (Pdb) up
        > <doctest test.test_doctest.test_pdb_set_trace_nested[0]>(9)f1()
        -> self.f2()
        (Pdb) print(x)
        1
        (Pdb) up
        > <doctest test.test_doctest.test_pdb_set_trace_nested[0]>(5)calls_set_trace()
        -> self.f1()
        (Pdb) print(y)
        1
        (Pdb) up
        > <doctest foo-bar@baz[1]>(1)<module>()
        -> calls_set_trace()
        (Pdb) print(foo)
        *** NameError: name 'foo' is not defined
        (Pdb) continue
        TestResults(failed=0, attempted=2)
    N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_pdb_set_trace_nestedxsutest_pdb_set_trace_nestedcCsdS(uFDocTestSuite creates a unittest test suite from a doctest.

       We create a Suite by providing a module.  A module can be provided
       by passing a module object:

         >>> import unittest
         >>> import test.sample_doctest
         >>> suite = doctest.DocTestSuite(test.sample_doctest)
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=9 errors=0 failures=4>

       We can also supply the module by name:

         >>> suite = doctest.DocTestSuite('test.sample_doctest')
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=9 errors=0 failures=4>

       The module need not contain any doctest examples:

         >>> suite = doctest.DocTestSuite('test.sample_doctest_no_doctests')
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=0 errors=0 failures=0>

       However, if DocTestSuite finds no docstrings, it raises an error:

         >>> try:
         ...     doctest.DocTestSuite('test.sample_doctest_no_docstrings')
         ... except ValueError as e:
         ...     error = e

         >>> print(error.args[1])
         has no docstrings

       You can prevent this error by passing a DocTestFinder instance with
       the `exclude_empty` keyword argument set to False:

         >>> finder = doctest.DocTestFinder(exclude_empty=False)
         >>> suite = doctest.DocTestSuite('test.sample_doctest_no_docstrings',
         ...                              test_finder=finder)
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=0 errors=0 failures=0>

       We can use the current module:

         >>> suite = test.sample_doctest.test_suite()
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=9 errors=0 failures=4>

       We can supply global variables.  If we pass globs, they will be
       used instead of the module globals.  Here we'll pass an empty
       globals, triggering an extra error:

         >>> suite = doctest.DocTestSuite('test.sample_doctest', globs={})
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=9 errors=0 failures=5>

       Alternatively, we can provide extra globals.  Here we'll make an
       error go away by providing an extra global variable:

         >>> suite = doctest.DocTestSuite('test.sample_doctest',
         ...                              extraglobs={'y': 1})
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=9 errors=0 failures=3>

       You can pass option flags.  Here we'll cause an extra error
       by disabling the blank-line feature:

         >>> suite = doctest.DocTestSuite('test.sample_doctest',
         ...                      optionflags=doctest.DONT_ACCEPT_BLANKLINE)
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=9 errors=0 failures=5>

       You can supply setUp and tearDown functions:

         >>> def setUp(t):
         ...     import test.test_doctest
         ...     test.test_doctest.sillySetup = True

         >>> def tearDown(t):
         ...     import test.test_doctest
         ...     del test.test_doctest.sillySetup

       Here, we installed a silly variable that the test expects:

         >>> suite = doctest.DocTestSuite('test.sample_doctest',
         ...      setUp=setUp, tearDown=tearDown)
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=9 errors=0 failures=3>

       But the tearDown restores sanity:

         >>> import test.test_doctest
         >>> test.test_doctest.sillySetup
         Traceback (most recent call last):
         ...
         AttributeError: 'module' object has no attribute 'sillySetup'

       The setUp and tearDown funtions are passed test objects. Here
       we'll use the setUp function to supply the missing variable y:

         >>> def setUp(test):
         ...     test.globs['y'] = 1

         >>> suite = doctest.DocTestSuite('test.sample_doctest', setUp=setUp)
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=9 errors=0 failures=3>

       Here, we didn't need to use a tearDown function because we
       modified the test globals, which are a copy of the
       sample_doctest module dictionary.  The test globals are
       automatically cleared for us after a test.
       N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_DocTestSuite�sutest_DocTestSuitecCsdS(u�We can test tests found in text files using a DocFileSuite.

       We create a suite by providing the names of one or more text
       files that include examples:

         >>> import unittest
         >>> suite = doctest.DocFileSuite('test_doctest.txt',
         ...                              'test_doctest2.txt',
         ...                              'test_doctest4.txt')
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=3 errors=0 failures=2>

       The test files are looked for in the directory containing the
       calling module.  A package keyword argument can be provided to
       specify a different relative location.

         >>> import unittest
         >>> suite = doctest.DocFileSuite('test_doctest.txt',
         ...                              'test_doctest2.txt',
         ...                              'test_doctest4.txt',
         ...                              package='test')
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=3 errors=0 failures=2>

       Support for using a package's __loader__.get_data() is also
       provided.

         >>> import unittest, pkgutil, test
         >>> added_loader = False
         >>> if not hasattr(test, '__loader__'):
         ...     test.__loader__ = pkgutil.get_loader(test)
         ...     added_loader = True
         >>> try:
         ...     suite = doctest.DocFileSuite('test_doctest.txt',
         ...                                  'test_doctest2.txt',
         ...                                  'test_doctest4.txt',
         ...                                  package='test')
         ...     suite.run(unittest.TestResult())
         ... finally:
         ...     if added_loader:
         ...         del test.__loader__
         <unittest.result.TestResult run=3 errors=0 failures=2>

       '/' should be used as a path separator.  It will be converted
       to a native separator at run time:

         >>> suite = doctest.DocFileSuite('../test/test_doctest.txt')
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=1 errors=0 failures=1>

       If DocFileSuite is used from an interactive session, then files
       are resolved relative to the directory of sys.argv[0]:

         >>> import types, os.path, test.test_doctest
         >>> save_argv = sys.argv
         >>> sys.argv = [test.test_doctest.__file__]
         >>> suite = doctest.DocFileSuite('test_doctest.txt',
         ...                              package=types.ModuleType('__main__'))
         >>> sys.argv = save_argv

       By setting `module_relative=False`, os-specific paths may be
       used (including absolute paths and paths relative to the
       working directory):

         >>> # Get the absolute path of the test package.
         >>> test_doctest_path = os.path.abspath(test.test_doctest.__file__)
         >>> test_pkg_path = os.path.split(test_doctest_path)[0]

         >>> # Use it to find the absolute path of test_doctest.txt.
         >>> test_file = os.path.join(test_pkg_path, 'test_doctest.txt')

         >>> suite = doctest.DocFileSuite(test_file, module_relative=False)
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=1 errors=0 failures=1>

       It is an error to specify `package` when `module_relative=False`:

         >>> suite = doctest.DocFileSuite(test_file, module_relative=False,
         ...                              package='test')
         Traceback (most recent call last):
         ValueError: Package may only be specified for module-relative paths.

       You can specify initial global variables:

         >>> suite = doctest.DocFileSuite('test_doctest.txt',
         ...                              'test_doctest2.txt',
         ...                              'test_doctest4.txt',
         ...                              globs={'favorite_color': 'blue'})
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=3 errors=0 failures=1>

       In this case, we supplied a missing favorite color. You can
       provide doctest options:

         >>> suite = doctest.DocFileSuite('test_doctest.txt',
         ...                              'test_doctest2.txt',
         ...                              'test_doctest4.txt',
         ...                         optionflags=doctest.DONT_ACCEPT_BLANKLINE,
         ...                              globs={'favorite_color': 'blue'})
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=3 errors=0 failures=2>

       And, you can provide setUp and tearDown functions:

         >>> def setUp(t):
         ...     import test.test_doctest
         ...     test.test_doctest.sillySetup = True

         >>> def tearDown(t):
         ...     import test.test_doctest
         ...     del test.test_doctest.sillySetup

       Here, we installed a silly variable that the test expects:

         >>> suite = doctest.DocFileSuite('test_doctest.txt',
         ...                              'test_doctest2.txt',
         ...                              'test_doctest4.txt',
         ...                              setUp=setUp, tearDown=tearDown)
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=3 errors=0 failures=1>

       But the tearDown restores sanity:

         >>> import test.test_doctest
         >>> test.test_doctest.sillySetup
         Traceback (most recent call last):
         ...
         AttributeError: 'module' object has no attribute 'sillySetup'

       The setUp and tearDown funtions are passed test objects.
       Here, we'll use a setUp function to set the favorite color in
       test_doctest.txt:

         >>> def setUp(test):
         ...     test.globs['favorite_color'] = 'blue'

         >>> suite = doctest.DocFileSuite('test_doctest.txt', setUp=setUp)
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=1 errors=0 failures=0>

       Here, we didn't need to use a tearDown function because we
       modified the test globals.  The test globals are
       automatically cleared for us after a test.

       Tests in a file run using `DocFileSuite` can also access the
       `__file__` global, which is set to the name of the file
       containing the tests:

         >>> suite = doctest.DocFileSuite('test_doctest3.txt')
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=1 errors=0 failures=0>

       If the tests contain non-ASCII characters, we have to specify which
       encoding the file is encoded with. We do so by using the `encoding`
       parameter:

         >>> suite = doctest.DocFileSuite('test_doctest.txt',
         ...                              'test_doctest2.txt',
         ...                              'test_doctest4.txt',
         ...                              encoding='utf-8')
         >>> suite.run(unittest.TestResult())
         <unittest.result.TestResult run=3 errors=0 failures=2>

       N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_DocFileSuite@sutest_DocFileSuitecCsdS(u{
    Trailing spaces in expected output are significant:

      >>> x, y = 'foo', ''
      >>> print(x, y)
      foo 

    N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_trailing_space_in_test�sutest_trailing_space_in_testcCsdS(u3Default unittest reporting flags can be set to control reporting

    Here, we'll set the REPORT_ONLY_FIRST_FAILURE option so we see
    only the first failure of each test.  First, we'll look at the
    output without the flag.  The file test_doctest.txt file has two
    tests. They both fail if blank lines are disabled:

      >>> suite = doctest.DocFileSuite('test_doctest.txt',
      ...                          optionflags=doctest.DONT_ACCEPT_BLANKLINE)
      >>> import unittest
      >>> result = suite.run(unittest.TestResult())
      >>> print(result.failures[0][1]) # doctest: +ELLIPSIS
      Traceback ...
      Failed example:
          favorite_color
      ...
      Failed example:
          if 1:
      ...

    Note that we see both failures displayed.

      >>> old = doctest.set_unittest_reportflags(
      ...    doctest.REPORT_ONLY_FIRST_FAILURE)

    Now, when we run the test:

      >>> result = suite.run(unittest.TestResult())
      >>> print(result.failures[0][1]) # doctest: +ELLIPSIS
      Traceback ...
      Failed example:
          favorite_color
      Exception raised:
          ...
          NameError: name 'favorite_color' is not defined
      <BLANKLINE>
      <BLANKLINE>

    We get only the first failure.

    If we give any reporting options when we set up the tests,
    however:

      >>> suite = doctest.DocFileSuite('test_doctest.txt',
      ...     optionflags=doctest.DONT_ACCEPT_BLANKLINE | doctest.REPORT_NDIFF)

    Then the default eporting options are ignored:

      >>> result = suite.run(unittest.TestResult())
      >>> print(result.failures[0][1]) # doctest: +ELLIPSIS
      Traceback ...
      Failed example:
          favorite_color
      ...
      Failed example:
          if 1:
             print('a')
             print()
             print('b')
      Differences (ndiff with -expected +actual):
            a
          - <BLANKLINE>
          +
            b
      <BLANKLINE>
      <BLANKLINE>


    Test runners can restore the formatting flags after they run:

      >>> ignored = doctest.set_unittest_reportflags(old)

    N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_unittest_reportflags�sutest_unittest_reportflagscCsdS(u%
Tests for the `testfile()` function.  This function runs all the
doctest examples in a given file.  In its simple invokation, it is
called with the name of a file, which is taken to be relative to the
calling module.  The return value is (#failures, #tests).

We don't want `-v` in sys.argv for these tests.

    >>> save_argv = sys.argv
    >>> if '-v' in sys.argv:
    ...     sys.argv = [arg for arg in save_argv if arg != '-v']


    >>> doctest.testfile('test_doctest.txt') # doctest: +ELLIPSIS
    **********************************************************************
    File "...", line 6, in test_doctest.txt
    Failed example:
        favorite_color
    Exception raised:
        ...
        NameError: name 'favorite_color' is not defined
    **********************************************************************
    1 items had failures:
       1 of   2 in test_doctest.txt
    ***Test Failed*** 1 failures.
    TestResults(failed=1, attempted=2)
    >>> doctest.master = None  # Reset master.

(Note: we'll be clearing doctest.master after each call to
`doctest.testfile`, to suppress warnings about multiple tests with the
same name.)

Globals may be specified with the `globs` and `extraglobs` parameters:

    >>> globs = {'favorite_color': 'blue'}
    >>> doctest.testfile('test_doctest.txt', globs=globs)
    TestResults(failed=0, attempted=2)
    >>> doctest.master = None  # Reset master.

    >>> extraglobs = {'favorite_color': 'red'}
    >>> doctest.testfile('test_doctest.txt', globs=globs,
    ...                  extraglobs=extraglobs) # doctest: +ELLIPSIS
    **********************************************************************
    File "...", line 6, in test_doctest.txt
    Failed example:
        favorite_color
    Expected:
        'blue'
    Got:
        'red'
    **********************************************************************
    1 items had failures:
       1 of   2 in test_doctest.txt
    ***Test Failed*** 1 failures.
    TestResults(failed=1, attempted=2)
    >>> doctest.master = None  # Reset master.

The file may be made relative to a given module or package, using the
optional `module_relative` parameter:

    >>> doctest.testfile('test_doctest.txt', globs=globs,
    ...                  module_relative='test')
    TestResults(failed=0, attempted=2)
    >>> doctest.master = None  # Reset master.

Verbosity can be increased with the optional `verbose` parameter:

    >>> doctest.testfile('test_doctest.txt', globs=globs, verbose=True)
    Trying:
        favorite_color
    Expecting:
        'blue'
    ok
    Trying:
        if 1:
           print('a')
           print()
           print('b')
    Expecting:
        a
        <BLANKLINE>
        b
    ok
    1 items passed all tests:
       2 tests in test_doctest.txt
    2 tests in 1 items.
    2 passed and 0 failed.
    Test passed.
    TestResults(failed=0, attempted=2)
    >>> doctest.master = None  # Reset master.

The name of the test may be specified with the optional `name`
parameter:

    >>> doctest.testfile('test_doctest.txt', name='newname')
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File "...", line 6, in newname
    ...
    TestResults(failed=1, attempted=2)
    >>> doctest.master = None  # Reset master.

The summary report may be suppressed with the optional `report`
parameter:

    >>> doctest.testfile('test_doctest.txt', report=False)
    ... # doctest: +ELLIPSIS
    **********************************************************************
    File "...", line 6, in test_doctest.txt
    Failed example:
        favorite_color
    Exception raised:
        ...
        NameError: name 'favorite_color' is not defined
    TestResults(failed=1, attempted=2)
    >>> doctest.master = None  # Reset master.

The optional keyword argument `raise_on_error` can be used to raise an
exception on the first error (which may be useful for postmortem
debugging):

    >>> doctest.testfile('test_doctest.txt', raise_on_error=True)
    ... # doctest: +ELLIPSIS
    Traceback (most recent call last):
    doctest.UnexpectedException: ...
    >>> doctest.master = None  # Reset master.

If the tests contain non-ASCII characters, the tests might fail, since
it's unknown which encoding is used. The encoding can be specified
using the optional keyword argument `encoding`:

    >>> doctest.testfile('test_doctest4.txt', encoding='latin-1') # doctest: +ELLIPSIS
    **********************************************************************
    File "...", line 7, in test_doctest4.txt
    Failed example:
        '...'
    Expected:
        'f\xf6\xf6'
    Got:
        'f\xc3\xb6\xc3\xb6'
    **********************************************************************
    ...
    **********************************************************************
    1 items had failures:
       2 of   2 in test_doctest4.txt
    ***Test Failed*** 2 failures.
    TestResults(failed=2, attempted=2)
    >>> doctest.master = None  # Reset master.

    >>> doctest.testfile('test_doctest4.txt', encoding='utf-8')
    TestResults(failed=0, attempted=2)
    >>> doctest.master = None  # Reset master.

Test the verbose output:

    >>> doctest.testfile('test_doctest4.txt', encoding='utf-8', verbose=True)
    Trying:
        'föö'
    Expecting:
        'f\xf6\xf6'
    ok
    Trying:
        'bąr'
    Expecting:
        'b\u0105r'
    ok
    1 items passed all tests:
       2 tests in test_doctest4.txt
    2 tests in 1 items.
    2 passed and 0 failed.
    Test passed.
    TestResults(failed=0, attempted=2)
    >>> doctest.master = None  # Reset master.
    >>> sys.argv = save_argv
N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyu
test_testfile;	su
test_testfilecCsdS(u�
Tests for the testmod function.  More might be useful, but for now we're just
testing the case raised by Issue 6195, where trying to doctest a C module would
fail with a UnicodeDecodeError because doctest tried to read the "source" lines
out of the binary module.

    >>> import unicodedata
    >>> doctest.testmod(unicodedata, verbose=False)
    TestResults(failed=0, attempted=0)
N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_testmod�	sutest_testmodufoo-bär@baz.pycCsdS(uv
Check doctest with a non-ascii filename:

    >>> doc = '''
    ... >>> raise Exception('clé')
    ... '''
    ...
    >>> parser = doctest.DocTestParser()
    >>> test = parser.get_doctest(doc, {}, "foo-bär@baz", "foo-bär@baz.py", 0)
    >>> test
    <DocTest foo-bär@baz from foo-bär@baz.py:0 (1 example)>
    >>> runner = doctest.DocTestRunner(verbose=False)
    >>> runner.run(test) # doctest: +ELLIPSIS
    **********************************************************************
    File "foo-bär@baz.py", line 2, in foo-bär@baz
    Failed example:
        raise Exception('clé')
    Exception raised:
        Traceback (most recent call last):
          File ...
            compileflags, 1), test.globs)
          File "<doctest foo-bär@baz[0]>", line 1, in <module>
            raise Exception('clé')
        Exception: clé
    TestResults(failed=1, attempted=1)
    N((((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyutest_unicode�	sutest_unicodecCs:tjtdd�ddlm}tj|dd�dS(Nu	verbosityi(utest_doctestT(usupporturun_doctestudoctestuTrueutestutest_doctest(utest_doctest((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyu	test_main
su	test_maincCs|tjd�}|jdtjtjgdddd�}|jd�|j�}td�|j	ddd	dd
|�dS(Nutraceu
ignoredirsiucountiutest_main()uWriting coverage results...ushow_missingusummaryucoverdirT(usupportu
import_moduleuTraceusysubase_prefixubase_exec_prefixurunuresultsuprintu
write_resultsuTrue(ucoverdirutraceutracerur((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyu
test_coverage$
s

u
test_coverageu__main__u-cu/tmp/doctest.cover(%u__doc__utestusupportudoctestuosusysusample_funcuSampleClassuobjectuSampleNewStyleClassu
_FakeInpututest_Exampleutest_DocTestutest_DocTestFinderutest_DocTestParserutest_DocTestRunnerutest_testsourceu
test_debuguhasattrugettraceutest_pdb_set_traceutest_pdb_set_trace_nestedutest_DocTestSuiteutest_DocFileSuiteutest_trailing_space_in_testutest_unittest_reportflagsu
test_testfileutest_testmodufsencodeuUnicodeEncodeErrorutest_unicodeu	test_mainureuiou
test_coverageu__name__uargv(((u6/opt/alt/python33/lib64/python3.3/test/test_doctest.pyu<module>sN
N y��7����(�Vr�
K�
$




Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
25 Jul 2024 8.41 AM
root / linksafe
0755
__init__.cpython-33.pyc
0.142 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
__init__.cpython-33.pyo
0.142 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
__main__.cpython-33.pyc
0.411 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
__main__.cpython-33.pyo
0.411 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
audiotests.cpython-33.pyc
14.733 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
audiotests.cpython-33.pyo
14.733 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
autotest.cpython-33.pyc
0.222 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
autotest.cpython-33.pyo
0.222 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
buffer_tests.cpython-33.pyc
12.528 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
buffer_tests.cpython-33.pyo
12.528 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
coding20731.cpython-33.pyc
0.145 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
coding20731.cpython-33.pyo
0.145 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
curses_tests.cpython-33.pyc
1.591 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
curses_tests.cpython-33.pyo
1.591 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
datetimetester.cpython-33.pyc
188.491 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
datetimetester.cpython-33.pyo
188.1 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
dis_module.cpython-33.pyc
0.442 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
dis_module.cpython-33.pyo
0.442 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
doctest_aliases.cpython-33.pyc
0.734 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
doctest_aliases.cpython-33.pyo
0.734 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
double_const.cpython-33.pyc
0.813 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
double_const.cpython-33.pyo
0.746 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
fork_wait.cpython-33.pyc
3.036 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
fork_wait.cpython-33.pyo
3.036 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
future_test1.cpython-33.pyc
0.675 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
future_test1.cpython-33.pyo
0.675 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
future_test2.cpython-33.pyc
0.674 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
future_test2.cpython-33.pyo
0.674 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
gdb_sample.cpython-33.pyc
0.761 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
gdb_sample.cpython-33.pyo
0.761 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
inspect_fodder.cpython-33.pyc
2.688 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
inspect_fodder.cpython-33.pyo
2.688 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
inspect_fodder2.cpython-33.pyc
6.261 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
inspect_fodder2.cpython-33.pyo
6.261 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
list_tests.cpython-33.pyc
24.166 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
list_tests.cpython-33.pyo
24.166 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
lock_tests.cpython-33.pyc
42.712 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
lock_tests.cpython-33.pyo
42.712 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
make_ssl_certs.cpython-33.pyc
2.297 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
make_ssl_certs.cpython-33.pyo
2.297 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
mapping_tests.cpython-33.pyc
43.25 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
mapping_tests.cpython-33.pyo
43.25 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
memory_watchdog.cpython-33.pyc
0.876 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
memory_watchdog.cpython-33.pyo
0.876 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
mock_socket.cpython-33.pyc
8.77 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
mock_socket.cpython-33.pyo
8.77 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
mp_fork_bomb.cpython-33.pyc
0.518 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
mp_fork_bomb.cpython-33.pyo
0.518 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
multibytecodec_support.cpython-33.pyc
20.683 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
multibytecodec_support.cpython-33.pyo
20.64 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
outstanding_bugs.cpython-33.pyc
0.296 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
outstanding_bugs.cpython-33.pyo
0.296 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pickletester.cpython-33.pyc
89.479 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pickletester.cpython-33.pyo
89.341 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
profilee.cpython-33.pyc
3.594 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
profilee.cpython-33.pyo
3.594 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pyclbr_input.cpython-33.pyc
2.241 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pyclbr_input.cpython-33.pyo
2.241 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pydoc_mod.cpython-33.pyc
1.558 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pydoc_mod.cpython-33.pyo
1.558 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pydocfodder.cpython-33.pyc
21.869 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pydocfodder.cpython-33.pyo
21.869 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pystone.cpython-33.pyc
9.307 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pystone.cpython-33.pyo
9.307 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
re_tests.cpython-33.pyc
18.19 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
re_tests.cpython-33.pyo
18.19 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
regrtest.cpython-33.pyc
66.855 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
regrtest.cpython-33.pyo
66.749 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
relimport.cpython-33.pyc
0.184 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
relimport.cpython-33.pyo
0.184 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
reperf.cpython-33.pyc
1.052 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
reperf.cpython-33.pyo
1.052 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
sample_doctest.cpython-33.pyc
2.272 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
sample_doctest.cpython-33.pyo
2.272 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
sample_doctest_no_docstrings.cpython-33.pyc
0.639 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
sample_doctest_no_docstrings.cpython-33.pyo
0.639 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
sample_doctest_no_doctests.cpython-33.pyc
0.869 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
sample_doctest_no_doctests.cpython-33.pyo
0.869 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
script_helper.cpython-33.pyc
6.268 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
script_helper.cpython-33.pyo
6.268 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
seq_tests.cpython-33.pyc
25.02 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
seq_tests.cpython-33.pyo
25.02 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
sortperf.cpython-33.pyc
5.296 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
sortperf.cpython-33.pyo
5.244 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
ssl_servers.cpython-33.pyc
10.179 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
ssl_servers.cpython-33.pyo
10.179 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
string_tests.cpython-33.pyc
56.534 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
string_tests.cpython-33.pyo
56.534 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test___all__.cpython-33.pyc
4.361 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test___all__.cpython-33.pyo
4.361 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test___future__.cpython-33.pyc
3.325 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test___future__.cpython-33.pyo
3.325 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test__locale.cpython-33.pyc
8.091 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test__locale.cpython-33.pyo
8.091 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test__osx_support.cpython-33.pyc
14.335 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test__osx_support.cpython-33.pyo
14.335 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_abc.cpython-33.pyc
39.312 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_abc.cpython-33.pyo
39.312 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_abstract_numbers.cpython-33.pyc
2.544 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_abstract_numbers.cpython-33.pyo
2.544 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_aifc.cpython-33.pyc
22.454 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_aifc.cpython-33.pyo
22.454 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_argparse.cpython-33.pyc
262.083 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_argparse.cpython-33.pyo
261.742 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_array.cpython-33.pyc
56.208 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_array.cpython-33.pyo
56.208 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ast.cpython-33.pyc
56.936 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ast.cpython-33.pyo
56.936 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_asynchat.cpython-33.pyc
14.766 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_asynchat.cpython-33.pyo
14.766 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_asyncore.cpython-33.pyc
51.985 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_asyncore.cpython-33.pyo
51.985 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_atexit.cpython-33.pyc
8.931 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_atexit.cpython-33.pyo
8.931 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_audioop.cpython-33.pyc
21.784 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_audioop.cpython-33.pyo
21.784 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_augassign.cpython-33.pyc
19.407 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_augassign.cpython-33.pyo
19.407 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_base64.cpython-33.pyc
16.063 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_base64.cpython-33.pyo
16.063 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bigaddrspace.cpython-33.pyc
4.305 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bigaddrspace.cpython-33.pyo
4.305 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bigmem.cpython-33.pyc
57.039 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bigmem.cpython-33.pyo
57.039 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_binascii.cpython-33.pyc
12.438 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_binascii.cpython-33.pyo
12.438 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_binhex.cpython-33.pyc
2.903 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_binhex.cpython-33.pyo
2.903 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_binop.cpython-33.pyc
20.828 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_binop.cpython-33.pyo
20.828 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bisect.cpython-33.pyc
21.946 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bisect.cpython-33.pyo
21.946 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bool.cpython-33.pyc
17.652 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bool.cpython-33.pyo
17.652 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_buffer.cpython-33.pyc
145.968 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_buffer.cpython-33.pyo
145.968 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bufio.cpython-33.pyc
3.053 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bufio.cpython-33.pyo
3.053 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_builtin.cpython-33.pyc
88.608 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_builtin.cpython-33.pyo
88.608 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bytes.cpython-33.pyc
77.998 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bytes.cpython-33.pyo
77.998 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bz2.cpython-33.pyc
48.512 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_bz2.cpython-33.pyo
48.512 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_calendar.cpython-33.pyc
49.826 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_calendar.cpython-33.pyo
49.826 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_call.cpython-33.pyc
8.759 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_call.cpython-33.pyo
8.759 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_capi.cpython-33.pyc
19.054 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_capi.cpython-33.pyo
19.054 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cgi.cpython-33.pyc
23.378 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cgi.cpython-33.pyo
23.378 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cgitb.cpython-33.pyc
4.06 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cgitb.cpython-33.pyo
4.06 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_charmapcodec.cpython-33.pyc
3.278 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_charmapcodec.cpython-33.pyo
3.278 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_class.cpython-33.pyc
19.076 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_class.cpython-33.pyo
19.076 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cmath.cpython-33.pyc
28.52 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cmath.cpython-33.pyo
28.52 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cmd.cpython-33.pyc
10.33 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cmd.cpython-33.pyo
10.33 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cmd_line.cpython-33.pyc
19.269 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cmd_line.cpython-33.pyo
19.269 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cmd_line_script.cpython-33.pyc
21.217 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cmd_line_script.cpython-33.pyo
21.217 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_code.cpython-33.pyc
5.086 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_code.cpython-33.pyo
5.086 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_code_module.cpython-33.pyc
4.6 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_code_module.cpython-33.pyo
4.6 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codeccallbacks.cpython-33.pyc
39.938 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codeccallbacks.cpython-33.pyo
39.938 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecencodings_cn.cpython-33.pyc
6.31 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecencodings_cn.cpython-33.pyo
6.31 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecencodings_hk.cpython-33.pyc
1.58 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecencodings_hk.cpython-33.pyo
1.58 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecencodings_iso2022.cpython-33.pyc
3.131 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecencodings_iso2022.cpython-33.pyo
3.131 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecencodings_jp.cpython-33.pyc
9.151 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecencodings_jp.cpython-33.pyo
9.151 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecencodings_kr.cpython-33.pyc
5.297 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecencodings_kr.cpython-33.pyo
5.297 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecencodings_tw.cpython-33.pyc
1.556 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecencodings_tw.cpython-33.pyo
1.556 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecmaps_cn.cpython-33.pyc
1.909 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecmaps_cn.cpython-33.pyo
1.909 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecmaps_hk.cpython-33.pyc
1.106 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecmaps_hk.cpython-33.pyo
1.106 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecmaps_jp.cpython-33.pyc
3.488 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecmaps_jp.cpython-33.pyo
3.488 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecmaps_kr.cpython-33.pyc
2.104 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecmaps_kr.cpython-33.pyo
2.104 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecmaps_tw.cpython-33.pyc
1.706 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecmaps_tw.cpython-33.pyo
1.706 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecs.cpython-33.pyc
106.388 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codecs.cpython-33.pyo
106.388 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codeop.cpython-33.pyc
9.019 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_codeop.cpython-33.pyo
9.019 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_coding.cpython-33.pyc
4.195 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_coding.cpython-33.pyo
4.195 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_collections.cpython-33.pyc
86.855 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_collections.cpython-33.pyo
86.855 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_colorsys.cpython-33.pyc
5.872 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_colorsys.cpython-33.pyo
5.872 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_compare.cpython-33.pyc
4.88 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_compare.cpython-33.pyo
4.88 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_compile.cpython-33.pyc
26.718 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_compile.cpython-33.pyo
26.718 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_compileall.cpython-33.pyc
23.697 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_compileall.cpython-33.pyo
23.697 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_complex.cpython-33.pyc
37.891 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_complex.cpython-33.pyo
37.891 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_concurrent_futures.cpython-33.pyc
39.99 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_concurrent_futures.cpython-33.pyo
39.99 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_configparser.cpython-33.pyc
84.729 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_configparser.cpython-33.pyo
84.729 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_contains.cpython-33.pyc
6.341 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_contains.cpython-33.pyo
6.341 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_contextlib.cpython-33.pyc
45.053 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_contextlib.cpython-33.pyo
45.053 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_copy.cpython-33.pyc
64.432 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_copy.cpython-33.pyo
64.432 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_copyreg.cpython-33.pyc
6.053 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_copyreg.cpython-33.pyo
6.053 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cprofile.cpython-33.pyc
6.481 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_cprofile.cpython-33.pyo
6.481 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_crashers.cpython-33.pyc
1.846 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_crashers.cpython-33.pyo
1.846 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_crypt.cpython-33.pyc
2.399 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_crypt.cpython-33.pyo
2.399 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_csv.cpython-33.pyc
66.458 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_csv.cpython-33.pyo
66.458 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ctypes.cpython-33.pyc
0.992 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ctypes.cpython-33.pyo
0.992 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_curses.cpython-33.pyc
12.846 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_curses.cpython-33.pyo
12.783 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_datetime.cpython-33.pyc
2.021 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_datetime.cpython-33.pyo
2.021 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dbm.cpython-33.pyc
10.825 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dbm.cpython-33.pyo
10.771 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dbm_dumb.cpython-33.pyc
9.254 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dbm_dumb.cpython-33.pyo
9.254 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dbm_gnu.cpython-33.pyc
4.421 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dbm_gnu.cpython-33.pyo
4.421 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dbm_ndbm.cpython-33.pyc
2.41 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dbm_ndbm.cpython-33.pyo
2.41 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_decimal.cpython-33.pyc
230.164 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_decimal.cpython-33.pyo
230.164 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_decorators.cpython-33.pyc
20.279 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_decorators.cpython-33.pyo
20.203 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_defaultdict.cpython-33.pyc
8.982 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_defaultdict.cpython-33.pyo
8.982 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_deque.cpython-33.pyc
37.749 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_deque.cpython-33.pyo
37.705 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_descr.cpython-33.pyc
309.842 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_descr.cpython-33.pyo
309.762 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_descrtut.cpython-33.pyc
14.372 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_descrtut.cpython-33.pyo
14.372 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_devpoll.cpython-33.pyc
4.646 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_devpoll.cpython-33.pyo
4.646 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dict.cpython-33.pyc
64.542 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dict.cpython-33.pyo
64.542 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dictcomps.cpython-33.pyc
6.992 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dictcomps.cpython-33.pyo
6.992 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dictviews.cpython-33.pyc
9.625 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dictviews.cpython-33.pyo
9.625 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_difflib.cpython-33.pyc
15.174 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_difflib.cpython-33.pyo
15.174 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dis.cpython-33.pyc
18.834 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dis.cpython-33.pyo
18.57 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_distutils.cpython-33.pyc
0.786 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_distutils.cpython-33.pyo
0.786 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_doctest.cpython-33.pyc
88.756 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_doctest.cpython-33.pyo
88.756 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_doctest2.cpython-33.pyc
4.121 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_doctest2.cpython-33.pyo
4.121 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_docxmlrpc.cpython-33.pyc
12.384 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_docxmlrpc.cpython-33.pyo
12.384 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dummy_thread.cpython-33.pyc
10.447 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dummy_thread.cpython-33.pyo
10.447 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dummy_threading.cpython-33.pyc
2.947 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dummy_threading.cpython-33.pyo
2.947 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dynamic.cpython-33.pyc
11.282 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_dynamic.cpython-33.pyo
11.282 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_enumerate.cpython-33.pyc
21.871 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_enumerate.cpython-33.pyo
21.871 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_eof.cpython-33.pyc
1.821 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_eof.cpython-33.pyo
1.821 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_epoll.cpython-33.pyc
7.677 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_epoll.cpython-33.pyo
7.677 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_errno.cpython-33.pyc
2.566 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_errno.cpython-33.pyo
2.566 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_exception_variations.cpython-33.pyc
5.923 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_exception_variations.cpython-33.pyo
5.923 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_exceptions.cpython-33.pyc
46.333 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_exceptions.cpython-33.pyo
46.333 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_extcall.cpython-33.pyc
9.052 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_extcall.cpython-33.pyo
9.052 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_faulthandler.cpython-33.pyc
25.178 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_faulthandler.cpython-33.pyo
25.178 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_fcntl.cpython-33.pyc
6.792 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_fcntl.cpython-33.pyo
6.792 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_file.cpython-33.pyc
14.058 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_file.cpython-33.pyo
13.961 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_file_eintr.cpython-33.pyc
11.494 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_file_eintr.cpython-33.pyo
11.4 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_filecmp.cpython-33.pyc
6.568 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_filecmp.cpython-33.pyo
6.568 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_fileinput.cpython-33.pyc
51.831 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_fileinput.cpython-33.pyo
51.831 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_fileio.cpython-33.pyc
24.567 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_fileio.cpython-33.pyo
24.567 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_float.cpython-33.pyc
55.39 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_float.cpython-33.pyo
55.39 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_flufl.cpython-33.pyc
1.774 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_flufl.cpython-33.pyo
1.774 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_fnmatch.cpython-33.pyc
4.814 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_fnmatch.cpython-33.pyo
4.814 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_fork1.cpython-33.pyc
4.35 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_fork1.cpython-33.pyo
4.35 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_format.cpython-33.pyc
13.269 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_format.cpython-33.pyo
13.269 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_fractions.cpython-33.pyc
32.643 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_fractions.cpython-33.pyo
32.367 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_frozen.cpython-33.pyc
2.849 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_frozen.cpython-33.pyo
2.849 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ftplib.cpython-33.pyc
61.136 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ftplib.cpython-33.pyo
61.054 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_funcattrs.cpython-33.pyc
23.537 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_funcattrs.cpython-33.pyo
23.537 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_functools.cpython-33.pyc
55.203 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_functools.cpython-33.pyo
55.203 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_future.cpython-33.pyc
7.347 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_future.cpython-33.pyo
7.347 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_future3.cpython-33.pyc
1.921 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_future3.cpython-33.pyo
1.921 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_future4.cpython-33.pyc
0.315 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_future4.cpython-33.pyo
0.315 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_future5.cpython-33.pyc
1.491 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_future5.cpython-33.pyo
1.491 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_gc.cpython-33.pyc
38.806 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_gc.cpython-33.pyo
38.747 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_gdb.cpython-33.pyc
38.897 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_gdb.cpython-33.pyo
38.897 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_generators.cpython-33.pyc
47.43 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_generators.cpython-33.pyo
46.635 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_genericpath.cpython-33.pyc
14.946 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_genericpath.cpython-33.pyo
14.946 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_genexps.cpython-33.pyc
7.482 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_genexps.cpython-33.pyo
7.482 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_getargs2.cpython-33.pyc
34.363 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_getargs2.cpython-33.pyo
34.363 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_getopt.cpython-33.pyc
8.065 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_getopt.cpython-33.pyo
8.065 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_getpass.cpython-33.pyc
9.634 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_getpass.cpython-33.pyo
9.634 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_gettext.cpython-33.pyc
33.807 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_gettext.cpython-33.pyo
33.807 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_glob.cpython-33.pyc
10.402 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_glob.cpython-33.pyo
10.402 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_global.cpython-33.pyc
2.941 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_global.cpython-33.pyo
2.941 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_grammar.cpython-33.pyc
59.439 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_grammar.cpython-33.pyo
58.916 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_grp.cpython-33.pyc
3.601 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_grp.cpython-33.pyo
3.601 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_gzip.cpython-33.pyc
23.938 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_gzip.cpython-33.pyo
23.938 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_hash.cpython-33.pyc
16.949 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_hash.cpython-33.pyo
16.949 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_hashlib.cpython-33.pyc
25.427 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_hashlib.cpython-33.pyo
25.007 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_heapq.cpython-33.pyc
31.78 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_heapq.cpython-33.pyo
31.78 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_hmac.cpython-33.pyc
20.17 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_hmac.cpython-33.pyo
20.17 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_html.cpython-33.pyc
1.328 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_html.cpython-33.pyo
1.328 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_htmlparser.cpython-33.pyc
44.748 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_htmlparser.cpython-33.pyo
44.748 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_http_cookiejar.cpython-33.pyc
60.261 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_http_cookiejar.cpython-33.pyo
60.261 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_http_cookies.cpython-33.pyc
12.271 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_http_cookies.cpython-33.pyo
12.271 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_httplib.cpython-33.pyc
54.779 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_httplib.cpython-33.pyo
54.779 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_httpservers.cpython-33.pyc
45.595 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_httpservers.cpython-33.pyo
45.595 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_idle.cpython-33.pyc
0.776 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_idle.cpython-33.pyo
0.776 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_imaplib.cpython-33.pyc
30.172 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_imaplib.cpython-33.pyo
30.172 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_imghdr.cpython-33.pyc
8.341 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_imghdr.cpython-33.pyo
8.341 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_imp.cpython-33.pyc
24.154 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_imp.cpython-33.pyo
24.154 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_import.cpython-33.pyc
52.019 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_import.cpython-33.pyo
51.683 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_importhooks.cpython-33.pyc
13.131 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_importhooks.cpython-33.pyo
13.131 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_index.cpython-33.pyc
19.356 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_index.cpython-33.pyo
19.276 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_inspect.cpython-33.pyc
166.176 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_inspect.cpython-33.pyo
166.091 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_int.cpython-33.pyc
23.116 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_int.cpython-33.pyo
23.116 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_int_literal.cpython-33.pyc
4.962 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_int_literal.cpython-33.pyo
4.962 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_io.cpython-33.pyc
183.279 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_io.cpython-33.pyo
183.158 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ioctl.cpython-33.pyc
4.505 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ioctl.cpython-33.pyo
4.505 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ipaddress.cpython-33.pyc
89.232 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ipaddress.cpython-33.pyo
89.232 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_isinstance.cpython-33.pyc
21.791 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_isinstance.cpython-33.pyo
21.791 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_iter.cpython-33.pyc
49.85 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_iter.cpython-33.pyo
49.804 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_iterlen.cpython-33.pyc
16.443 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_iterlen.cpython-33.pyo
16.443 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_itertools.cpython-33.pyc
125.232 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_itertools.cpython-33.pyo
125.232 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_keywordonlyarg.cpython-33.pyc
12.978 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_keywordonlyarg.cpython-33.pyo
12.978 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_kqueue.cpython-33.pyc
6.825 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_kqueue.cpython-33.pyo
6.825 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_largefile.cpython-33.pyc
7.234 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_largefile.cpython-33.pyo
7.234 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_lib2to3.cpython-33.pyc
1.22 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_lib2to3.cpython-33.pyo
1.22 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_linecache.cpython-33.pyc
4.938 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_linecache.cpython-33.pyo
4.938 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_list.cpython-33.pyc
6.391 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_list.cpython-33.pyo
6.391 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_listcomps.cpython-33.pyc
4.184 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_listcomps.cpython-33.pyo
4.184 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_locale.cpython-33.pyc
30.036 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_locale.cpython-33.pyo
30.036 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_logging.cpython-33.pyc
169.17 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_logging.cpython-33.pyo
169.17 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_long.cpython-33.pyc
62.774 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_long.cpython-33.pyo
62.478 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_longexp.cpython-33.pyc
1.144 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_longexp.cpython-33.pyo
1.144 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_lzma.cpython-33.pyc
70.603 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_lzma.cpython-33.pyo
70.603 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_macpath.cpython-33.pyc
6.305 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_macpath.cpython-33.pyo
6.305 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_macurl2path.cpython-33.pyc
2.261 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_macurl2path.cpython-33.pyo
2.261 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_mailbox.cpython-33.pyc
128.816 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_mailbox.cpython-33.pyo
128.816 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_mailcap.cpython-33.pyc
9.302 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_mailcap.cpython-33.pyo
9.302 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_marshal.cpython-33.pyc
22.19 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_marshal.cpython-33.pyo
22.19 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_math.cpython-33.pyc
53.726 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_math.cpython-33.pyo
53.726 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_memoryio.cpython-33.pyc
39.237 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_memoryio.cpython-33.pyo
39.237 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_memoryview.cpython-33.pyc
27.366 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_memoryview.cpython-33.pyo
27.366 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_metaclass.cpython-33.pyc
6.57 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_metaclass.cpython-33.pyo
6.57 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_mimetypes.cpython-33.pyc
6.926 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_mimetypes.cpython-33.pyo
6.926 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_minidom.cpython-33.pyc
68.633 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_minidom.cpython-33.pyo
68.633 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_mmap.cpython-33.pyc
27.744 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_mmap.cpython-33.pyo
27.694 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_module.cpython-33.pyc
10.68 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_module.cpython-33.pyo
10.68 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_modulefinder.cpython-33.pyc
10.047 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_modulefinder.cpython-33.pyo
10.047 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_msilib.cpython-33.pyc
2.456 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_msilib.cpython-33.pyo
2.456 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_multibytecodec.cpython-33.pyc
17.146 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_multibytecodec.cpython-33.pyo
17.146 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_multiprocessing.cpython-33.pyc
166.635 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_multiprocessing.cpython-33.pyo
166.215 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_namespace_pkgs.cpython-33.pyc
18.736 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_namespace_pkgs.cpython-33.pyo
18.736 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_netrc.cpython-33.pyc
8.417 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_netrc.cpython-33.pyo
8.417 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_nis.cpython-33.pyc
1.589 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_nis.cpython-33.pyo
1.589 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_nntplib.cpython-33.pyc
72.598 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_nntplib.cpython-33.pyo
72.431 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_normalization.cpython-33.pyc
5.644 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_normalization.cpython-33.pyo
5.644 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ntpath.cpython-33.pyc
18.411 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ntpath.cpython-33.pyo
18.411 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_numeric_tower.cpython-33.pyc
8.551 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_numeric_tower.cpython-33.pyo
8.551 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_opcodes.cpython-33.pyc
5.304 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_opcodes.cpython-33.pyo
5.304 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_openpty.cpython-33.pyc
1.544 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_openpty.cpython-33.pyo
1.544 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_operator.cpython-33.pyc
30.725 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_operator.cpython-33.pyo
30.725 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_optparse.cpython-33.pyc
106.824 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_optparse.cpython-33.pyo
106.824 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_os.cpython-33.pyc
113.276 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_os.cpython-33.pyo
112.808 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ossaudiodev.cpython-33.pyc
7.566 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ossaudiodev.cpython-33.pyo
7.566 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_osx_env.cpython-33.pyc
2.166 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_osx_env.cpython-33.pyo
2.166 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_parser.cpython-33.pyc
56.463 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_parser.cpython-33.pyo
56.463 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pdb.cpython-33.pyc
26.489 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pdb.cpython-33.pyo
26.489 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_peepholer.cpython-33.pyc
19.597 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_peepholer.cpython-33.pyo
19.597 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep247.cpython-33.pyc
3.364 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep247.cpython-33.pyo
3.364 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep263.cpython-33.pyc
3.901 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep263.cpython-33.pyo
3.901 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep277.cpython-33.pyc
9.594 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep277.cpython-33.pyo
9.594 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep292.cpython-33.pyc
15.835 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep292.cpython-33.pyo
15.835 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep3120.cpython-33.pyc
2.529 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep3120.cpython-33.pyo
2.529 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep3131.cpython-33.pyc
2.418 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep3131.cpython-33.pyo
2.418 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep3151.cpython-33.pyc
13.375 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep3151.cpython-33.pyo
13.375 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep352.cpython-33.pyc
9.497 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep352.cpython-33.pyo
9.497 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep380.cpython-33.pyc
48.541 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pep380.cpython-33.pyo
48.541 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pickle.cpython-33.pyc
11.925 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pickle.cpython-33.pyo
11.925 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pickletools.cpython-33.pyc
1.675 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pickletools.cpython-33.pyo
1.675 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pipes.cpython-33.pyc
8.79 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pipes.cpython-33.pyo
8.79 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pkg.cpython-33.pyc
11.792 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pkg.cpython-33.pyo
11.792 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pkgimport.cpython-33.pyc
4.226 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pkgimport.cpython-33.pyo
4.226 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pkgutil.cpython-33.pyc
17.614 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pkgutil.cpython-33.pyo
17.614 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_platform.cpython-33.pyc
18.743 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_platform.cpython-33.pyo
18.743 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_plistlib.cpython-33.pyc
12.048 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_plistlib.cpython-33.pyo
12.048 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_poll.cpython-33.pyc
7.873 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_poll.cpython-33.pyo
7.873 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_popen.cpython-33.pyc
3.179 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_popen.cpython-33.pyo
3.179 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_poplib.cpython-33.pyc
23.117 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_poplib.cpython-33.pyo
23.035 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_posix.cpython-33.pyc
55.913 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_posix.cpython-33.pyo
55.913 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_posixpath.cpython-33.pyc
27.296 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_posixpath.cpython-33.pyo
27.296 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pow.cpython-33.pyc
5.656 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pow.cpython-33.pyo
5.656 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pprint.cpython-33.pyc
32.134 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pprint.cpython-33.pyo
32.134 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_print.cpython-33.pyc
8.162 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_print.cpython-33.pyo
8.162 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_profile.cpython-33.pyc
8.544 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_profile.cpython-33.pyo
8.544 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_property.cpython-33.pyc
20.365 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_property.cpython-33.pyo
20.365 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pstats.cpython-33.pyc
2.593 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pstats.cpython-33.pyo
2.593 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pty.cpython-33.pyc
10.619 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pty.cpython-33.pyo
10.619 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pulldom.cpython-33.pyc
14.521 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pulldom.cpython-33.pyo
14.521 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pwd.cpython-33.pyc
3.628 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pwd.cpython-33.pyo
3.628 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_py_compile.cpython-33.pyc
4.214 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_py_compile.cpython-33.pyo
4.214 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pyclbr.cpython-33.pyc
8.28 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pyclbr.cpython-33.pyo
8.28 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pydoc.cpython-33.pyc
31.061 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pydoc.cpython-33.pyo
31.061 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pyexpat.cpython-33.pyc
42.769 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_pyexpat.cpython-33.pyo
42.769 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_queue.cpython-33.pyc
15.205 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_queue.cpython-33.pyo
15.205 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_quopri.cpython-33.pyc
10.372 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_quopri.cpython-33.pyo
10.322 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_raise.cpython-33.pyc
23.063 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_raise.cpython-33.pyo
23.021 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_random.cpython-33.pyc
52.942 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_random.cpython-33.pyo
52.942 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_range.cpython-33.pyc
30.506 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_range.cpython-33.pyo
30.506 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_re.cpython-33.pyc
63.257 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_re.cpython-33.pyo
63.257 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_readline.cpython-33.pyc
2.222 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_readline.cpython-33.pyo
2.222 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_reprlib.cpython-33.pyc
22.789 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_reprlib.cpython-33.pyo
22.789 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_resource.cpython-33.pyc
5.585 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_resource.cpython-33.pyo
5.585 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_richcmp.cpython-33.pyc
22.271 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_richcmp.cpython-33.pyo
22.271 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_rlcompleter.cpython-33.pyc
5.146 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_rlcompleter.cpython-33.pyo
5.146 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_robotparser.cpython-33.pyc
7.566 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_robotparser.cpython-33.pyo
7.566 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_runpy.cpython-33.pyc
29.278 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_runpy.cpython-33.pyo
29.278 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sax.cpython-33.pyc
52.981 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sax.cpython-33.pyo
52.981 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sched.cpython-33.pyc
11.37 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sched.cpython-33.pyo
11.284 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_scope.cpython-33.pyc
45.844 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_scope.cpython-33.pyo
45.844 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_select.cpython-33.pyc
5.323 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_select.cpython-33.pyo
5.323 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_set.cpython-33.pyc
125.282 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_set.cpython-33.pyo
125.282 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_setcomps.cpython-33.pyc
4.105 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_setcomps.cpython-33.pyo
4.105 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_shelve.cpython-33.pyc
12.794 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_shelve.cpython-33.pyo
12.794 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_shlex.cpython-33.pyc
7.521 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_shlex.cpython-33.pyo
7.521 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_shutil.cpython-33.pyc
82.528 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_shutil.cpython-33.pyo
82.388 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_signal.cpython-33.pyc
37.867 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_signal.cpython-33.pyo
37.867 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_site.cpython-33.pyc
20.641 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_site.cpython-33.pyo
20.641 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_slice.cpython-33.pyc
8.09 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_slice.cpython-33.pyo
8.09 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_smtpd.cpython-33.pyc
37.525 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_smtpd.cpython-33.pyo
37.525 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_smtplib.cpython-33.pyc
48.748 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_smtplib.cpython-33.pyo
48.748 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_smtpnet.cpython-33.pyc
3.655 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_smtpnet.cpython-33.pyo
3.655 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sndhdr.cpython-33.pyc
2.461 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sndhdr.cpython-33.pyo
2.461 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_socket.cpython-33.pyc
273.658 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_socket.cpython-33.pyo
273.608 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_socketserver.cpython-33.pyc
16.014 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_socketserver.cpython-33.pyo
16.014 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sort.cpython-33.pyc
19.053 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sort.cpython-33.pyo
19.053 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sqlite.cpython-33.pyc
1.262 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sqlite.cpython-33.pyo
1.262 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ssl.cpython-33.pyc
99.73 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ssl.cpython-33.pyo
99.73 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_startfile.cpython-33.pyc
1.659 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_startfile.cpython-33.pyo
1.659 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_stat.cpython-33.pyc
7.699 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_stat.cpython-33.pyo
7.699 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_strftime.cpython-33.pyc
10.034 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_strftime.cpython-33.pyo
10.034 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_string.cpython-33.pyc
11.874 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_string.cpython-33.pyo
11.874 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_stringprep.cpython-33.pyc
2.37 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_stringprep.cpython-33.pyo
2.37 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_strlit.cpython-33.pyc
11.034 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_strlit.cpython-33.pyo
10.933 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_strptime.cpython-33.pyc
32.067 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_strptime.cpython-33.pyo
32.067 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_strtod.cpython-33.pyc
17.338 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_strtod.cpython-33.pyo
17.097 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_struct.cpython-33.pyc
26.721 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_struct.cpython-33.pyo
26.721 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_structmembers.cpython-33.pyc
8.17 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_structmembers.cpython-33.pyo
8.17 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_structseq.cpython-33.pyc
7.47 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_structseq.cpython-33.pyo
7.47 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_subprocess.cpython-33.pyc
117.013 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_subprocess.cpython-33.pyo
117.013 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sunau.cpython-33.pyc
5.303 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sunau.cpython-33.pyo
5.303 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sundry.cpython-33.pyc
3.139 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sundry.cpython-33.pyo
3.139 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_super.cpython-33.pyc
13.69 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_super.cpython-33.pyo
13.69 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_support.cpython-33.pyc
18.217 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_support.cpython-33.pyo
18.217 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_symtable.cpython-33.pyc
10.293 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_symtable.cpython-33.pyo
10.293 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_syntax.cpython-33.pyc
19.976 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_syntax.cpython-33.pyo
19.976 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sys.cpython-33.pyc
37.558 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sys.cpython-33.pyo
37.558 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sys_setprofile.cpython-33.pyc
23.82 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sys_setprofile.cpython-33.pyo
23.82 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sys_settrace.cpython-33.pyc
44.416 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sys_settrace.cpython-33.pyo
44.307 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sysconfig.cpython-33.pyc
17.248 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_sysconfig.cpython-33.pyo
17.248 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_syslog.cpython-33.pyc
2.56 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_syslog.cpython-33.pyo
2.56 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tarfile.cpython-33.pyc
106.04 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tarfile.cpython-33.pyo
106.04 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tcl.cpython-33.pyc
30.489 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tcl.cpython-33.pyo
30.489 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_telnetlib.cpython-33.pyc
26.819 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_telnetlib.cpython-33.pyo
26.753 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tempfile.cpython-33.pyc
58.413 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tempfile.cpython-33.pyo
58.413 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_textwrap.cpython-33.pyc
34.316 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_textwrap.cpython-33.pyo
34.316 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_thread.cpython-33.pyc
12.9 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_thread.cpython-33.pyo
12.9 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_threaded_import.cpython-33.pyc
10.734 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_threaded_import.cpython-33.pyo
10.675 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_threadedtempfile.cpython-33.pyc
3.674 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_threadedtempfile.cpython-33.pyo
3.674 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_threading.cpython-33.pyc
43.849 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_threading.cpython-33.pyo
43.849 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_threading_local.cpython-33.pyc
13.527 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_threading_local.cpython-33.pyo
13.527 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_threadsignals.cpython-33.pyc
9.852 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_threadsignals.cpython-33.pyo
9.852 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_time.cpython-33.pyc
34.302 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_time.cpython-33.pyo
34.302 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_timeit.cpython-33.pyc
19.818 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_timeit.cpython-33.pyo
19.818 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_timeout.cpython-33.pyc
12.682 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_timeout.cpython-33.pyo
12.682 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tk.cpython-33.pyc
1.017 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tk.cpython-33.pyo
1.017 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tokenize.cpython-33.pyc
56.514 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tokenize.cpython-33.pyo
56.514 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tools.cpython-33.pyc
18.286 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tools.cpython-33.pyo
18.286 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_trace.cpython-33.pyc
25.864 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_trace.cpython-33.pyo
25.864 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_traceback.cpython-33.pyc
22.004 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_traceback.cpython-33.pyo
22.004 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ttk_guionly.cpython-33.pyc
1.429 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ttk_guionly.cpython-33.pyo
1.429 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ttk_textonly.cpython-33.pyc
0.761 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ttk_textonly.cpython-33.pyo
0.761 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tuple.cpython-33.pyc
12.313 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_tuple.cpython-33.pyo
12.313 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_typechecks.cpython-33.pyc
5.651 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_typechecks.cpython-33.pyo
5.651 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_types.cpython-33.pyc
56.363 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_types.cpython-33.pyo
56.27 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ucn.cpython-33.pyc
12.637 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_ucn.cpython-33.pyo
12.637 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unary.cpython-33.pyc
3.593 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unary.cpython-33.pyo
3.593 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unicode.cpython-33.pyc
114.078 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unicode.cpython-33.pyo
114.078 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unicode_file.cpython-33.pyc
5.66 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unicode_file.cpython-33.pyo
5.66 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unicodedata.cpython-33.pyc
15.901 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unicodedata.cpython-33.pyo
15.901 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unittest.cpython-33.pyc
0.815 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unittest.cpython-33.pyo
0.815 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_univnewlines.cpython-33.pyc
9.367 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_univnewlines.cpython-33.pyo
9.367 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unpack.cpython-33.pyc
2.975 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unpack.cpython-33.pyo
2.975 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unpack_ex.cpython-33.pyc
4.428 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_unpack_ex.cpython-33.pyo
4.428 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urllib.cpython-33.pyc
64.937 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urllib.cpython-33.pyo
64.937 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urllib2.cpython-33.pyc
78.679 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urllib2.cpython-33.pyo
78.476 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urllib2_localnet.cpython-33.pyc
29.661 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urllib2_localnet.cpython-33.pyo
29.597 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urllib2net.cpython-33.pyc
14.807 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urllib2net.cpython-33.pyo
14.807 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urllib_response.cpython-33.pyc
2.968 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urllib_response.cpython-33.pyo
2.968 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urllibnet.cpython-33.pyc
12.01 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urllibnet.cpython-33.pyo
12.01 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urlparse.cpython-33.pyc
56.306 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_urlparse.cpython-33.pyo
56.176 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_userdict.cpython-33.pyc
7.682 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_userdict.cpython-33.pyo
7.682 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_userlist.cpython-33.pyc
4.676 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_userlist.cpython-33.pyo
4.676 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_userstring.cpython-33.pyc
1.872 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_userstring.cpython-33.pyo
1.872 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_uu.cpython-33.pyc
10.411 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_uu.cpython-33.pyo
10.411 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_uuid.cpython-33.pyc
29.338 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_uuid.cpython-33.pyo
29.338 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_venv.cpython-33.pyc
10.452 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_venv.cpython-33.pyo
10.452 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_wait3.cpython-33.pyc
1.815 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_wait3.cpython-33.pyo
1.815 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_wait4.cpython-33.pyc
1.744 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_wait4.cpython-33.pyo
1.744 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_warnings.cpython-33.pyc
41.457 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_warnings.cpython-33.pyo
41.425 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_wave.cpython-33.pyc
6.667 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_wave.cpython-33.pyo
6.667 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_weakref.cpython-33.pyc
73.877 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_weakref.cpython-33.pyo
73.877 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_weakset.cpython-33.pyc
26.189 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_weakset.cpython-33.pyo
26.189 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_webbrowser.cpython-33.pyc
13.426 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_webbrowser.cpython-33.pyo
13.426 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_winreg.cpython-33.pyc
21.057 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_winreg.cpython-33.pyo
21.057 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_winsound.cpython-33.pyc
10.796 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_winsound.cpython-33.pyo
10.796 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_with.cpython-33.pyc
57.004 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_with.cpython-33.pyo
57.004 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_wsgiref.cpython-33.pyc
34.488 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_wsgiref.cpython-33.pyo
34.488 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_xdrlib.cpython-33.pyc
2.279 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_xdrlib.cpython-33.pyo
2.279 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_xml_dom_minicompat.cpython-33.pyc
5.176 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_xml_dom_minicompat.cpython-33.pyo
5.176 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_xml_etree.cpython-33.pyc
117.329 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_xml_etree.cpython-33.pyo
117.329 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_xml_etree_c.cpython-33.pyc
5.572 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_xml_etree_c.cpython-33.pyo
5.572 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_xmlrpc.cpython-33.pyc
61.401 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_xmlrpc.cpython-33.pyo
61.401 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_xmlrpc_net.cpython-33.pyc
2.969 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_xmlrpc_net.cpython-33.pyo
2.969 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_zipfile.cpython-33.pyc
91.894 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_zipfile.cpython-33.pyo
91.894 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_zipfile64.cpython-33.pyc
5.476 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_zipfile64.cpython-33.pyo
5.476 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_zipimport.cpython-33.pyc
23.847 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_zipimport.cpython-33.pyo
23.847 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_zipimport_support.cpython-33.pyc
8.721 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_zipimport_support.cpython-33.pyo
8.721 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_zlib.cpython-33.pyc
35.084 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
test_zlib.cpython-33.pyo
35.084 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
testcodec.cpython-33.pyc
2.236 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
testcodec.cpython-33.pyo
2.236 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
tf_inherit_check.cpython-33.pyc
0.543 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
tf_inherit_check.cpython-33.pyo
0.543 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
threaded_import_hangers.cpython-33.pyc
1.665 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
threaded_import_hangers.cpython-33.pyo
1.665 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
time_hashlib.cpython-33.pyc
3.646 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
time_hashlib.cpython-33.pyo
3.646 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
warning_tests.cpython-33.pyc
0.65 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
warning_tests.cpython-33.pyo
0.65 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
win_console_handler.cpython-33.pyc
1.527 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
win_console_handler.cpython-33.pyo
1.527 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
xmltests.cpython-33.pyc
0.803 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
xmltests.cpython-33.pyo
0.803 KB
17 Apr 2024 4.58 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF