__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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.217.17: ~ $
from _typeshed import Incomplete, StrOrBytesPath, StrPath
from collections.abc import Iterable

class RecentFiles:
    RecentFiles: list[RecentFile]
    filename: str
    def __init__(self) -> None: ...
    def parse(self, filename: StrPath | None = None) -> None: ...
    def write(self, filename: StrOrBytesPath | None = None) -> None: ...
    def getFiles(
        self, mimetypes: Iterable[str] | None = None, groups: Iterable[Incomplete] | None = None, limit: int = 0
    ) -> list[StrPath]: ...
    def addFile(
        self, item: StrPath, mimetype: str, groups: Iterable[Incomplete] | None = None, private: bool = False
    ) -> None: ...
    def deleteFile(self, item: RecentFile | StrPath) -> None: ...
    def sort(self) -> None: ...

class RecentFile:
    URI: str
    MimeType: str
    Timestamp: str
    Private: bool
    Groups: list[Incomplete]
    def __init__(self) -> None: ...
    def __cmp__(self, other: RecentFile) -> int: ...
    def __lt__(self, other: RecentFile) -> bool: ...
    def __eq__(self, other: object) -> bool: ...

Filemanager

Name Type Size Permission Actions
BaseDirectory.pyi File 642 B 0644
Config.pyi File 352 B 0644
DesktopEntry.pyi File 2.53 KB 0644
Exceptions.pyi File 934 B 0644
IconTheme.pyi File 2.25 KB 0644
IniFile.pyi File 7.2 KB 0644
Locale.pyi File 200 B 0644
Menu.pyi File 6.38 KB 0644
MenuEditor.pyi File 5.01 KB 0644
Mime.pyi File 3.99 KB 0644
RecentFiles.pyi File 1.03 KB 0644
__init__.pyi File 322 B 0644
py.typed File 0 B 0644
util.pyi File 108 B 0644
Filemanager