tree_file_compare.py File Reference

Go to the source code of this file.

Namespaces

namespace  tree_file_compare

Functions

def tree_file_compare::output
def tree_file_compare::build_file_index_for
def tree_file_compare::build_name_index_for
def tree_file_compare::display_content_duplicates
def tree_file_compare::display_name_duplicates
def tree_file_compare::compare_content_trees
def tree_file_compare::compare_name_trees
def tree_file_compare::check_content_completeness
def tree_file_compare::check_name_completeness
def tree_file_compare::write_hashes

Variables

string tree_file_compare::__doc__
 tree_file_compare::log_file = None
tuple tree_file_compare::base_write_path = os.path.expanduser("~")
tuple tree_file_compare::file_base_name = time.strftime( "%Y%m%d-tree-file-compare.log", time.gmtime() )
tuple tree_file_compare::log_filename = os.path.join( base_write_path, file_base_name )
list tree_file_compare::help_options = [ '-h', '--help' ]
list tree_file_compare::verbose_options = [ '-v', '--verbose' ]
list tree_file_compare::by_name_options = [ '--by-name-only' ]
 tree_file_compare::options = help_options+verbose_options+by_name_options
 tree_file_compare::verbose = False
 tree_file_compare::compare_by_content = True
list tree_file_compare::saved_args = sys.argv[1:]
int tree_file_compare::item_count = 0
 tree_file_compare::reference_path = None
 tree_file_compare::mirror_path = None
tuple tree_file_compare::item = sys.argv.pop(0)
 tree_file_compare::item_understood = False
tuple tree_file_compare::ref_name_index = build_name_index_for( reference_path )
tuple tree_file_compare::mirror_name_index = build_name_index_for( mirror_path )


Generated on Thu Jun 4 20:40:02 2009 for Ceylan by  doxygen 1.5.8