__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# Copyright 2017 Virgil Dupras
# This software is licensed under the "BSD" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/bsd_license
from platform import mac_ver
from sys import version_info
# NOTE: version of pyobjc only supports python >= 3.6 and 10.9+
macos_ver = tuple(int(part) for part in mac_ver()[0].split("."))
if version_info >= (3, 6) and macos_ver >= (10, 9):
try:
from .plat_osx_pyobjc import send2trash
except ImportError:
# Try to fall back to ctypes version, although likely problematic still
from .plat_osx_ctypes import send2trash
else:
# Just use the old version otherwise
from .plat_osx_ctypes import send2trash # noqa: F401
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| IFileOperationProgressSink.py | File | 2.5 KB | 0644 |
|
| __init__.py | File | 741 B | 0644 |
|
| __main__.py | File | 949 B | 0644 |
|
| compat.py | File | 602 B | 0644 |
|
| exceptions.py | File | 996 B | 0644 |
|
| plat_gio.py | File | 884 B | 0644 |
|
| plat_osx.py | File | 801 B | 0644 |
|
| plat_osx_ctypes.py | File | 1.79 KB | 0644 |
|
| plat_osx_pyobjc.py | File | 994 B | 0644 |
|
| plat_other.py | File | 6.94 KB | 0644 |
|
| plat_win.py | File | 761 B | 0644 |
|
| plat_win_legacy.py | File | 4.9 KB | 0644 |
|
| plat_win_modern.py | File | 2.57 KB | 0644 |
|
| util.py | File | 516 B | 0644 |
|