# 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/. import os import subprocess import sys
# This is a collection of helper functions that use the subprocess.run # command to execute commands. In the future, if we have cases where # we find common python functionality in utilizing the data returned # from these functions, that functionality can live here for easy reuse # between other python scripts in dom/media/webrtc/third_party_build.
# must run 'hg' with HGPLAIN=1 to ensure aliases don't interfere with # command output.
env = os.environ.copy()
env["HGPLAIN"] = "1"
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.