Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions | Variables
tools.infra.git Namespace Reference

Functions

 git (*args)
 

Variables

str GIT = 'win32' else 'git'
 

Function Documentation

◆ git()

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))
Definition __init__.py:1

Variable Documentation

◆ GIT

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

Definition at line 13 of file git.py.