Flutter Engine
The Flutter Engine
|
Functions | |
def | filtered (names, to_skip) |
def | zip (target_dir, zip_file, to_skip=None) |
def | unzip (zip_file, target_dir) |
def zip_utils.filtered | ( | names, | |
to_skip | |||
) |
Filter the list of file or directory names.
Definition at line 20 of file zip_utils.py.
def zip_utils.unzip | ( | zip_file, | |
target_dir | |||
) |
Unzip the given zip file into the target dir.
Definition at line 61 of file zip_utils.py.
def zip_utils.zip | ( | target_dir, | |
zip_file, | |||
to_skip = None |
|||
) |
Zip the given directory, write to the given zip file.
Definition at line 28 of file zip_utils.py.