tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mozfile.rst (380B)


      1 :mod:`mozfile` --- File utilities for use in Mozilla testing
      2 ============================================================
      3 
      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.
      7 
      8 .. automodule:: mozfile
      9   :members: extract, extract_tarball, extract_zip, move, remove