Flutter Engine
The Flutter Engine
Classes | Functions | Variables
tool_wrapper Namespace Reference

Classes

class  WinTool
 

Functions

def main (args)
 

Variables

 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
 

Function Documentation

◆ main()

def tool_wrapper.main (   args)

Definition at line 25 of file tool_wrapper.py.

25def main(args):
26 executor = WinTool()
27 exit_code = executor.Dispatch(args)
28 if exit_code is not None:
29 sys.exit(exit_code)
30
31
def main(args)
Definition: tool_wrapper.py:25

Variable Documentation

◆ BASE_DIR

tool_wrapper.BASE_DIR = os.path.dirname(os.path.abspath(__file__))

Definition at line 18 of file tool_wrapper.py.