/opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text
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)
.
Edit
..
Edit
Lorem ipsum.txt
Edit
__init__.py
Edit
__pycache__
Edit
layouts.py
Edit
show-newlines.py
Edit
strip-prefix.py
Edit
to-dvorak.py
Edit
to-qwerty.py
Edit