estimator.util.Task

estimator.util.Task#

class estimator.util.Task(f, x, log_level, f_name, catch_exceptions)[source]#

Create new instance of Task(f, x, log_level, f_name, catch_exceptions)

__call__(**kwargs)#

Call self as a function.

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

catch_exceptions

Alias for field number 4

f

Alias for field number 0

f_name

Alias for field number 3

log_level

Alias for field number 2

x

Alias for field number 1