Flutter Engine
The Flutter Engine
Classes | Namespaces | Functions | Variables
recipes.py File Reference

Go to the source code of this file.

Classes

class  recipes.MalformedRecipesCfg
 

Namespaces

namespace  recipes
 

Functions

def recipes.parse (repo_root, recipes_cfg_path)
 
def recipes.parse_args (argv)
 
def recipes.checkout_engine (engine_path, repo_root, recipes_cfg_path)
 
def recipes.main ()
 

Variables

 recipes.EngineDep = namedtuple('EngineDep', 'url revision branch')
 
 recipes.IS_WIN = sys.platform.startswith(('win', 'cygwin'))
 
string recipes.GIT = 'git' + _BAT
 
string recipes.CIPD = 'cipd' + _BAT
 
dictionary recipes.REQUIRED_BINARIES = {GIT, CIPD}