Ft.Lib.DistExt.BuildL10n
Modules
array
glob
struct
dep_util
os
Classes
class
BuildL10n
(
distutils.cmd.Command
)
finalize_options
(self)
get_outputs
(self)
get_source_files
(self)
initialize_options
(self)
run
(self)
Data and other non-method functions defined here:
__doc__
= None
__module__
= 'Ft.Lib.DistExt.BuildL10n'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
command_name
= 'build_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
= 'compile message catalog to binary format'
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
= [('build-dir=', 'd', 'directory to "build" (copy) to'), ('force', 'f', 'forcibly build everything (ignore file timestamps')]
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
DistutilsFileError
(
distutils.errors.DistutilsError
)
Data and other non-method functions defined here:
__doc__
= None
__module__
= 'distutils.errors'
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
MsgFmt
__init__
(self)
add
(self, id, str, fuzzy)
generate
(self, fp)
parse
(self, pofile)
Data and other non-method functions defined here:
__doc__
= None
__module__
= 'Ft.Lib.DistExt.BuildL10n'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
Data
__file__
= 'build/lib.linux-ppc-2.2/Ft/Lib/DistExt/BuildL10n.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.BuildL10n'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.