mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
375 B
ReStructuredText
11 lines
375 B
ReStructuredText
:mod:`mozfile` --- File utilities for use in Mozilla testing
|
|
============================================================
|
|
|
|
mozfile is a convenience library for taking care of some common file-related
|
|
tasks in automated testing, such as extracting files or recursively removing
|
|
directories.
|
|
|
|
.. automodule:: mozfile
|
|
:members: extract, extract_tarball, extract_zip, rmtree
|
|
|