Searched refs:show_diff (Results 1 – 3 of 3) sorted by relevance
15 def update_license( path, dry_run, show_diff ): argument38 if show_diff:45 def update_license_in_source_directories( source_dirs, dry_run, show_diff ): argument62 update_license( source, dry_run, show_diff )85 update_license_in_source_directories( args, options.dry_run, options.show_diff )
14 .. autofunction:: show_diff
398 def show_diff(actual_content, expected_content): function