blob: 9012679aea21733ef3888df95b0261565b343773 (
plain)
1
2
3
4
5
6
7
8
9
|
name: is_variable
returns: bool
since: 0.52.0
description: Returns true if a variable of the given name exists and false otherwise.
posargs:
var:
type: str
description: The variable to test
|