type

pipeline.SoftRegistry

class SoftRegistry:

Registry mapping hard node types to soft-replacement factories.

Members

method

  • __init__
  • registerRegister a factory for the given hard-node class.
  • soft_forReturn the soft replacement for ``node``, or ``node`` unchanged.

property

Source: unitrack/pipeline/diff.py:26