tor-browser

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

index.rst (667B)


      1 Transforms
      2 ==========
      3 
      4 `Transforms`_ are Python functions that can modify (or sometimes add and
      5 remove) tasks from the graph. This section describes some of the transform
      6 functions that are available in ``mozilla-central``.
      7 
      8 .. toctree::
      9 
     10   signing
     11   test
     12   job
     13   task
     14 
     15 Other Transforms
     16 ----------------
     17 
     18 There are tons of transforms that are not documented here. Consult the source
     19 files under `taskcluster/gecko_taskgraph/transforms`_ which provide lots of
     20 additional detail, both in the code itself and in comments and docstrings.
     21 
     22 .. _taskcluster/gecko_taskgraph/transforms: https://searchfox.org/mozilla-central/source/taskcluster/gecko_taskgraph/transforms