Query$variable

Query$variable(name) → Variable

Construct a new variable instance, scoped to this query's output.

Parameters:

name : str The name of the variable.

Returns:

Variable

Was this helpful?