SILENT KILLERPanel

Current Path: > > opt > cloudlinux > venv > lib > > python3.11 > > site-packages > setuptools > _vendor > jaraco > text


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/cloudlinux/venv/lib//python3.11//site-packages/setuptools/_vendor/jaraco/text

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
Lorem ipsum.txt File 1335 bytes April 17 2025 13:10:58.
__init__.py File 16250 bytes April 17 2025 13:10:58.
layouts.py File 643 bytes April 17 2025 13:10:58.
show-newlines.py File 904 bytes April 17 2025 13:10:58.
strip-prefix.py File 412 bytes April 17 2025 13:10:58.
to-dvorak.py File 119 bytes April 17 2025 13:10:58.
to-qwerty.py File 119 bytes April 17 2025 13:10:58.

Reading File: //opt/cloudlinux/venv/lib//python3.11//site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py

import sys

import autocommand

from jaraco.text import Stripper


def strip_prefix():
    r"""
    Strip any common prefix from stdin.

    >>> import io, pytest
    >>> getfixture('monkeypatch').setattr('sys.stdin', io.StringIO('abcdef\nabc123'))
    >>> strip_prefix()
    def
    123
    """
    sys.stdout.writelines(Stripper.strip_prefix(sys.stdin).lines)


autocommand.autocommand(__name__)(strip_prefix)

SILENT KILLER Tool