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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 290 '(src_option,dst_option)' tuples which mean "take the value of
291 'src_option' in the 'src_cmd' command object, and copy it to
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
302 getattr(src_cmd_obj, src_option))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 290 '(src_option,dst_option)' tuples which mean "take the value of
291 'src_option' in the 'src_cmd' command object, and copy it to
295 # Option_pairs: list of (src_option, dst_option) tuples
299 for (src_option, dst_option) in option_pairs:
302 getattr(src_cmd_obj, src_option))

Completed in 121 milliseconds