web.input.noop_run

Here are the examples of the python api web.input.noop_run taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: fuel-web Source File: orchestrator.py
    def get_noop_run(self):
        return utils.parse_bool(web.input(noop_run='0').noop_run)