(self)
| 98 | self.options["get_bottom_toolbar_tokens"] = get_bottom_toolbar_tokens |
| 99 | |
| 100 | def _construct_template(self): |
| 101 | self.template = "{0}: " |
| 102 | |
| 103 | if "default" in self.spec: |
| 104 | self.template = "{0} [{default}]: " |
| 105 | |
| 106 | def _construct_validators(self): |
| 107 | self.options["validator"] = MuxValidator([self.validate], self.spec) |