Files
Buffteks-Website/venv/lib/python3.12/site-packages/setuptools-stubs/command/alias.pyi
2025-05-08 21:10:14 -05:00

20 lines
501 B
Python

from _typeshed import Incomplete
from typing import ClassVar
from .setopt import option_base
def shquote(arg): ...
class alias(option_base):
description: str
command_consumes_arguments: bool
user_options: ClassVar[list[tuple[str, str, str]]]
boolean_options: ClassVar[list[str]]
args: Incomplete
remove: Incomplete
def initialize_options(self) -> None: ...
def finalize_options(self) -> None: ...
def run(self) -> None: ...
def format_alias(name, aliases): ...