Current

class laminar.settings.Current

Bases: object

Get information about the current execution environment.

Usage:

from laminar.settings import current

current.execution.id
current.flow.name
current.layer.attempt
current.layer.index
current.layer.name
currnet.layer.splits

Methods

Attributes

execution

flow

layer

__init__()