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

Go to the source code of this file.

Namespaces

namespace  tools
 
namespace  tools.BUILD_simulator
 

Functions

 tools.BUILD_simulator.noop (*args, **kwargs)
 
 tools.BUILD_simulator.select_simulator (d)
 
 tools.BUILD_simulator.BUILD_glob_single (pattern)
 
 tools.BUILD_simulator.BUILD_glob (include, exclude=())
 

Variables

 tools.BUILD_simulator.DOUBLE_STAR_RE = re.compile(r'/\*\*/')
 
 tools.BUILD_simulator.STAR_RE = re.compile(r'\*')
 
str tools.BUILD_simulator.DOUBLE_STAR_PLACEHOLDER = "xxxdoublestarxxx"
 
str tools.BUILD_simulator.STAR_PLACEHOLDER = "xxxstarxxx"
 
dict tools.BUILD_simulator.global_names
 
dict tools.BUILD_simulator.local_names = {}