ContextReader

class guerilla.ContextReader

Bases: guerilla.ContextControlNode

A ContextReader node allows connecting a Plug to a Context variable

static connect(plug, value)

Maps a plug to an environment variable

Connects plug to the context variable var.

Parameters:
  • plug (Plug) – The plug to override
  • value (any) – The value to set in the context