Ft.Lib.DistExt.GenerateL10n

Modules

operator  time  tokenize   
os  token     

Classes

class Command
__getattr__(self, attr)
__init__(self, dist)
_ensure_stringlike(self, option, what, default=None)
_ensure_tested_string(self, option, tester, what, error_fmt, default=None)
announce(self, msg, level=1)
copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, link=None, level=1)
copy_tree(self, infile, outfile, preserve_mode=1, preserve_times=1, preserve_symlinks=0, level=1)
debug_print(self, msg)
dump_options(self, header=None, indent='')
ensure_dirname(self, option)
ensure_filename(self, option)
ensure_finalized(self)
ensure_string(self, option, default=None)
ensure_string_list(self, option)
execute(self, func, args, msg=None, level=1)
finalize_options(self)
get_command_name(self)
get_finalized_command(self, command, create=1)
get_sub_commands(self)
initialize_options(self)
make_archive(self, base_name, format, root_dir=None, base_dir=None)
make_file(self, infiles, outfile, func, args, exec_msg=None, skip_msg=None, level=1)
mkpath(self, name, mode=511)
move_file(self, src, dst, level=1)
reinitialize_command(self, command, reinit_subcommands=0)
run(self)
run_command(self, command)
set_undefined_options(self, src_cmd, *option_pairs)
spawn(self, cmd, search_path=1, level=1)
warn(self, msg)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'distutils.cmd'
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 = []
class Extractor
_Extractor__addentry = __addentry(self, msg, lineno=None, isdocstring=0)
_Extractor__keywordseen = __keywordseen(self, ttype, tstring, lineno)
_Extractor__openseen = __openseen(self, ttype, tstring, lineno)
_Extractor__suitedocstring = __suitedocstring(self, ttype, tstring, lineno)
_Extractor__suiteseen = __suiteseen(self, ttype, tstring, lineno)
_Extractor__waiting = __waiting(self, ttype, tstring, lineno)
__call__(self, ttype, tstring, stup, etup, line)
__init__(self, excludedStrings=None, keywords=None, docstrings=0)
get_messages(self)
process(self, filename)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.DistExt.GenerateL10n'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class GenerateL10n(distutils.cmd.Command)
extract_messages(self, filenames)
finalize_options(self)
get_outputs(self)
get_pot_filename(self)
get_sources(self)
initialize_options(self)
run(self)
write_catalog(self, messages)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.DistExt.GenerateL10n'
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_l10n'
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 = 'extract translatable strings from source'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
user_options = [('force', 'f', 'force locale generatation (overwrite existing files)')]

Functions

_c_escape(s)
newer_group(sources, target, missing='error')

Data

POT_HEADER = '# %(name)s LANGUAGE message catalog\n# Copyright ...ING\\n"\n"Generated-By: %(module)s %(version)s\\n"\n\n'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/DistExt/GenerateL10n.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Lib.DistExt.GenerateL10n'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_escape_chars = None