INNER CODE UNIT · Python

WOArgHandler

WordOps/WordOps · wo/cli/main.py:37

class WOArgHandler(ArgParseArgumentHandler):
    class Meta:
        label = 'wo_args_handler'

    def error(self, message):
        super(WOArgHandler, self).error("unknown args")


class WOApp(CementApp):
    class Meta:
        label = 'wo'

        config_defaults = defaults

        # All built-in application bootstrapping (always run)
        bootstrap = 'wo.cli.bootstrap'

        # Internal plugins (ship with application code)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…