Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/python/mozbuild/mozbuild/lockfiles/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  mach_commands.py

  Sprache: Python
 

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, # You can obtain one at http://mozilla.org/MPL/2.0/.

from mach.decorators import Command, CommandArgument


@Command(
    "generate-python-lockfiles",
    category="misc",
    description="Vendor third-party dependencies into the source repository.",
    virtualenv_name="uv",
)
@CommandArgument(
    "--sites",
    dest="sites",
    nargs="+",
    default=[],
    help="List of site names to generate lockfiles for. If this is not specified, lockfiles for all sites will be generated.",
)
@CommandArgument(
    "--keep-lockfiles",
    action="store_true",
    dest="keep_lockfiles",
    default=False,
    help="Do not delete generated lockfiles on command exit.",
)
def generate_python_lockfiles(command_context, sites, keep_lockfiles):
    from mozbuild.lockfiles.generate_python_lockfiles import GeneratePythonLockfiles

    command = command_context._spawn(GeneratePythonLockfiles)
    return command.run(keep_lockfiles=keep_lockfiles, sites=sites)

Messung V0.5 in Prozent
C=92 H=63 G=78

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.