Flutter Engine
The Flutter Engine
|
Functions | |
def | fix_path (p) |
def | to_rewrite () |
Variables | |
parser = argparse.ArgumentParser() | |
action | |
help | |
nargs | |
args = parser.parse_args() | |
list | roots |
list | ignorelist |
dictionary | headers = {} |
tuple | message |
list | need_rewriting = [] |
lines = open(file_path).readlines() | |
output = StringIO() if args.dry_run else open(file_path, 'w') | |
list | includes = [] |
parts = line.replace('<', '"').replace('>', '"').split('"') | |
def | header = fix_path(os.path.relpath(headers[os.path.basename(parts[1])], '.')) |
int | rc = 1 |
def tools.rewrite_includes.fix_path | ( | p | ) |
Definition at line 62 of file rewrite_includes.py.
def tools.rewrite_includes.to_rewrite | ( | ) |
Definition at line 78 of file rewrite_includes.py.
tools.rewrite_includes.action |
Definition at line 17 of file rewrite_includes.py.
tools.rewrite_includes.args = parser.parse_args() |
Definition at line 21 of file rewrite_includes.py.
def tools.rewrite_includes.header = fix_path(os.path.relpath(headers[os.path.basename(parts[1])], '.')) |
Definition at line 123 of file rewrite_includes.py.
dictionary tools.rewrite_includes.headers = {} |
Definition at line 66 of file rewrite_includes.py.
tools.rewrite_includes.help |
Definition at line 18 of file rewrite_includes.py.
list tools.rewrite_includes.ignorelist |
Definition at line 41 of file rewrite_includes.py.
list tools.rewrite_includes.includes = [] |
Definition at line 116 of file rewrite_includes.py.
tools.rewrite_includes.lines = open(file_path).readlines() |
Definition at line 111 of file rewrite_includes.py.
tuple tools.rewrite_includes.message |
Definition at line 73 of file rewrite_includes.py.
tools.rewrite_includes.nargs |
Definition at line 19 of file rewrite_includes.py.
list tools.rewrite_includes.need_rewriting = [] |
Definition at line 89 of file rewrite_includes.py.
Definition at line 114 of file rewrite_includes.py.
tools.rewrite_includes.parser = argparse.ArgumentParser() |
Definition at line 16 of file rewrite_includes.py.
tools.rewrite_includes.parts = line.replace('<', '"').replace('>', '"').split('"') |
Definition at line 118 of file rewrite_includes.py.
int tools.rewrite_includes.rc = 1 |
Definition at line 138 of file rewrite_includes.py.
list tools.rewrite_includes.roots |
Definition at line 23 of file rewrite_includes.py.