class documentation

class EvalParallel:

View In Hierarchy

allow construct with EvalParallel(fun) as eval_all:

Method __call__ Undocumented
Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable fun Undocumented
def __call__(self, X, args=()):

Undocumented

def __enter__(self):

Undocumented

def __exit__(self, *args, **kwargs):

Undocumented

def __init__(self, fun, *args, **kwargs):

Undocumented

fun =

Undocumented