4Suite API Documentation

Module Ft.Lib.DistExt.Uninstall

Classes:
Functions:
Fields:

Classes

class Uninstall(distutils.cmd.Command)

Methods

run(self)

Methods inherited from class distutils.cmd.Command

__getattr__, __init__, announce, copy_file, copy_tree, debug_print, dump_options, ensure_dirname, ensure_filename, ensure_finalized, ensure_string, ensure_string_list, execute, get_command_name, get_finalized_command, get_sub_commands, make_archive, make_file, mkpath, move_file, reinitialize_command, run_command, set_undefined_options, spawn, warn

Fields

description = 'uninstall the package'

Fields

Functions

newer(source, target)
Return true if 'source' exists and is more recently modified than 'target', or if 'source' exists and 'target' doesn't. Return false if both exist and 'target' is the same age or younger than 'source'. Raise DistutilsFileError if 'source' does not exist.

Fields

Commands = {'uninstall': <class Ft.Lib.DistExt.Uninstall.Uninstall>}
StringTypes = (<type 'str'>, <type 'unicode'>)