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

Go to the source code of this file.

Classes

class  recipes.MalformedRecipesCfg
 

Namespaces

namespace  recipes
 

Functions

 recipes.parse (repo_root, recipes_cfg_path)
 
 recipes._is_executable (path)
 
 recipes._subprocess_call (argv, **kwargs)
 
 recipes._git_check_call (argv, **kwargs)
 
 recipes._git_output (argv, **kwargs)
 
 recipes.parse_args (argv)
 
 recipes.checkout_engine (engine_path, repo_root, recipes_cfg_path)
 
 recipes.main ()
 

Variables

 recipes.EngineDep = namedtuple('EngineDep', 'url revision branch')
 
 recipes.IS_WIN = sys.platform.startswith(('win', 'cygwin'))
 
str recipes._BAT = '.bat' if IS_WIN else ''
 
str recipes.GIT = 'git' + _BAT
 
str recipes.CIPD = 'cipd' + _BAT
 
dict recipes.REQUIRED_BINARIES = {GIT, CIPD}