cement.ext.ext_generate

Cement generate extension module.

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

Bases: ArgparseController

class Meta[source]

Bases: object

_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: ArgparseController

class Meta[source]

Bases: object