Nested Function Generator (nested)

class pypint.plugins.function_generators.nested.NestedFG(functions)[source]

Bases: builtins.object

Generates nested functions from a function list \(f_n(f_{n-1}(...f_0(x)...))\)

Examples

Todo

add examples for nested function generator

__weakref__

list of weak references to the object (if defined)