APISetting

class Cauldron.api.APISetting(name, value)[source] [edit on github]

Bases: Cauldron.utils.helpers._Setting

A setting which locks with the API use() calls.

Attributes Summary

inverse A setting which is always the inverse of this setting.
value Setting’s boolean value

Methods Summary

off() Turn this setting off.
on() Turn this setting on.

Attributes Documentation

inverse

A setting which is always the inverse of this setting.

value

Setting’s boolean value

Methods Documentation

off() [edit on github]

Turn this setting off.

on() [edit on github]

Turn this setting on.