moviemaker2.extension

class moviemaker2.extension.Extension(value, p)[source]

Extends paramter objects by evaluating some Function with the parameter object as argument, and stores it using another p object. Use like this:

extended = target | extension
__init__(value, p)[source]

value is called and stored in the parameter object via p.

__call__(ps)[source]

Extends ps, and calls target with the extended Ps.

Previous topic

moviemaker2.parameter

Next topic

moviemaker2.branch

This Page