Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Apache/docs/manual/mod/   (Apache Software Stiftung Version 2.4.65©)  Datei vom 7.5.2025 mit Größe 77 kB image not shown  

Quelle  main.py   Sprache: unbekannt

 
from typing import List, Optional


def main(args: Optional[List[str]] = None) -> int:
    """This is preserved for old console scripts that may still be referencing
    it.

    For additional details, see https://github.com/pypa/pip/issues/7498.
    """
    from pip._internal.utils.entrypoints import _wrapper

    return _wrapper(args)

Messung V0.5
C=85 H=95 G=90

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]