Bug 1700051: part 36) Reduce accessibility of `SoftText::mBegin` to `private`. r...
[gecko.git] / testing / mozbase / docs / mozfile.rst
blob52e1cd4c9c86550f88bdf57cec60b8e6a5f6c9ac
1 :mod:`mozfile` --- File utilities for use in Mozilla testing
2 ============================================================
4 mozfile is a convenience library for taking care of some common file-related
5 tasks in automated testing, such as extracting files or recursively removing
6 directories.
8 .. automodule:: mozfile
9    :members: extract, extract_tarball, extract_zip, move, remove