Ubuntu Pastebin

Paste from Cory at Tue, 24 May 2016 15:34:01 +0000

Download as text
1
2
3
4
5
@when('config.changed.foo')
@when_not('config.default.foo')
def handle_non_default_foo():
    # this will run only once, when the value of the "foo" option
    # is changed to something other than the default
Download as text