Ft.Lib.DistExt.InstallScripts

Modules

os       

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 InstallScripts(distutils.cmd.Command)
finalize_options(self)
get_inputs(self)
get_outputs(self)
initialize_options(self)
run(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.DistExt.InstallScripts'
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 = 'install_scripts'
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 = 'install scripts (Python or otherwise)'
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 installation (overwrite existing files)')]

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/DistExt/InstallScripts.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.InstallScripts'
str(object) -> string

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