Flutter Engine
The Flutter Engine
|
Functions | |
def | get_files (path, exclude=[]) |
Variables | |
gn_in = open("BUILD.input.gn", "rb") | |
gn_file = gn_in.read() | |
gn_out = open("BUILD.gn", "wb") | |
def gen.get_files | ( | path, | |
exclude = [] |
|||
) |
Definition at line 9 of file gen.py.
gen.gn_file = gn_in.read() |