blob: 9f1dd9327572023e91fa641d3f2097c7bbcf93a7 (
plain)
1
2
3
4
5
6
7
8
9
|
name: is_disabler
returns: bool
since: 0.52.0
description: Returns true if a variable is a disabler and false otherwise.
posargs:
var:
type: any
description: The varaible to test
|