swarmauri.standard.tracing.concrete.TracedVariable module

class swarmauri.standard.tracing.concrete.TracedVariable.TracedVariable(name, value, tracer)[source]

Bases: object

Wrapper class to trace multiple changes to a variable within the context manager.

property value: Any