Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
utils.py File Reference

Go to the source code of this file.

Classes

class  utils.print_timings
 
class  utils.tmp_dir
 
class  utils.chdir
 
class  utils.git_branch
 

Namespaces

namespace  utils
 

Functions

 utils.git_clone (repo_url, dest_dir)
 
 utils.RemoveDirectory (*path)
 

Variables

str utils.SKIA_REPO = 'https://skia.googlesource.com/skia.git'
 
str utils.GCLIENT = 'win32' else 'gclient'
 
str utils.WHICH = 'win32' else 'which'
 
 utils.GIT = subprocess.check_output([WHICH, 'git']).decode('utf-8').splitlines()[0]