Flutter Engine
The Flutter Engine
Functions | Variables
tools.infra.git Namespace Reference

Functions

def git (*args)
 

Variables

string GIT = 'win32' else 'git'
 

Function Documentation

◆ git()

def tools.infra.git.git ( args)
Run the given Git command, return the output.

Definition at line 16 of file git.py.

16def git(*args):
17 '''Run the given Git command, return the output.'''
18 return subprocess.check_output([GIT]+list(args))
def git(*args)
Definition: git.py:16

Variable Documentation

◆ GIT

string tools.infra.git.GIT = 'win32' else 'git'

Definition at line 13 of file git.py.