AFL.automation.mixing.Context#

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

Context(name)

Inherited by Pipeline to allow for context manager abuse

Exceptions

exception AFL.automation.mixing.Context.NoContextException[source]#
class AFL.automation.mixing.Context.Context(name)[source]#

Inherited by Pipeline to allow for context manager abuse

See https://stackoverflow.com/questions/49573131/how-are-pymc3-variables-assigned-to-the-currently-active-model

contexts = <_thread._local object>#
__init__(name)[source]#
classmethod get_contexts() List[source]#
classmethod get_context() Any[source]#

Return the deepest context on the stack.

add_self_to_context(stack_name=None)[source]#