__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
##############################################################################
# Copyright (c) 2020 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
##############################################################################


import unittest
import io as abc

# Note that importing z.i.c.io does work on import.
from zope.interface.common import io

from . import add_abc_interface_tests
from . import VerifyClassMixin
from . import VerifyObjectMixin


class TestVerifyClass(VerifyClassMixin,
                      unittest.TestCase):
    pass

add_abc_interface_tests(TestVerifyClass, io.IIOBase.__module__)


class TestVerifyObject(VerifyObjectMixin,
                       TestVerifyClass):
    CONSTRUCTORS = {
        abc.BufferedWriter: lambda: abc.BufferedWriter(abc.StringIO()),
        abc.BufferedReader: lambda: abc.BufferedReader(abc.StringIO()),
        abc.TextIOWrapper: lambda: abc.TextIOWrapper(abc.BytesIO()),
        abc.BufferedRandom: lambda: abc.BufferedRandom(abc.BytesIO()),
        abc.BufferedRWPair: lambda: abc.BufferedRWPair(abc.BytesIO(), abc.BytesIO()),
        abc.FileIO: lambda: abc.FileIO(__file__),
        '_WindowsConsoleIO': unittest.SkipTest,
    }

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 5.19 KB 0644
basemapping.py File 3.81 KB 0644
test_builtins.py File 1.31 KB 0644
test_collections.py File 5.59 KB 0644
test_idatetime.py File 1.56 KB 0644
test_import_interfaces.py File 812 B 0644
test_io.py File 1.56 KB 0644
test_numbers.py File 1.36 KB 0644
Filemanager