cement.ext.ext_generate

Cement generate extension module.

class cement.ext.ext_generate.Generate(*args, **kw)[source]

Bases: cement.ext.ext_argparse.ArgparseController

_setup(app)[source]

Called during application initialization and must setup the handler object making it ready for the framework or the application to make further calls to it.

Parameters:app (instance) – The application object.
class cement.ext.ext_generate.GenerateTemplateAbstractBase(*args, **kw)[source]

Bases: cement.ext.ext_argparse.ArgparseController