-
class Generate(distutils.cmd.Command)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'Ft.Lib.DistExt.Generate'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- boolean_options = ['force']
- command_name = 'generate'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- description = 'generate additional files needed to install'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- sub_commands = [('generate_bgen', <function has_bgen>), ('generate_l10n', <function has_l10n>)]
- user_options = [('force', 'f', 'forcibly generate everything (ignore file timestamps)')]