HomeSort by relevance Sort by last modified time
    Searched refs:nobackups (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 36 def __init__(self, fixers, options, explicit, nobackups, show_diffs,
43 nobackups: If true no backup '.bak' files will be created for those
56 self.nobackups = nobackups
87 if not self.nobackups:
102 if not self.nobackups:
164 parser.add_option("-n", "--nobackups", action="store_true", default=False,
188 if options.output_dir and not options.nobackups:
190 if options.add_suffix and not options.nobackups:
195 if not options.write and options.nobackups
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 36 def __init__(self, fixers, options, explicit, nobackups, show_diffs,
43 nobackups: If true no backup '.bak' files will be created for those
56 self.nobackups = nobackups
87 if not self.nobackups:
102 if not self.nobackups:
164 parser.add_option("-n", "--nobackups", action="store_true", default=False,
188 if options.output_dir and not options.nobackups:
190 if options.add_suffix and not options.nobackups:
195 if not options.write and options.nobackups
    [all...]

Completed in 534 milliseconds