10 lines
201 B
YAML
10 lines
201 B
YAML
![]() |
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 varaible to test
|