+
    ÊK<iF  ã                   óH   € R t ^ RIt^ RIt]P                  ! R4      tRR ltR# )zHCollection of utilities for command-line interfaces and console scripts.Nz#\d+$c                ó€  € \         P                  P                  V 4      w  rV\         P                  P                  V4      w  rgV'       d   Tp\        P                  V4      ^ ,          pVf'   \         P                  P                  V 4      ^,          p\         P                  P                  WVV,           V,           4      p^p	V'       gu   \         P                  P                  V4      '       dP   \         P                  P                  WVV,           R,           \        V	4      ,           V,           4      pV	^,          p	Kt  V# )aÕ  Generates a suitable file name for writing output.

Often tools will want to take a file, do some kind of transformation to it,
and write it out again. This function determines an appropriate name for the
output file, through one or more of the following steps:

- changing the output directory
- appending suffix before file extension
- replacing the file extension
- suffixing the filename with a number (``#1``, ``#2``, etc.) to avoid
  overwriting an existing file.

Args:
    input: Name of input file.
    outputDir: Optionally, a new directory to write the file into.
    suffix: Optionally, a string suffix is appended to file name before
        the extension.
    extension: Optionally, a replacement for the current file extension.
    overWrite: Overwriting an existing file is permitted if true; if false
        and the proposed filename exists, a new name will be generated by
        adding an appropriate number suffix.

Returns:
    str: Suitable output filename
Ú#)ÚosÚpathÚsplitÚsplitextÚnumberAddedREÚjoinÚexistsÚrepr)
ÚinputÚ	outputDirÚ	extensionÚ	overWriteÚsuffixÚdirNameÚfileNameÚextÚoutputÚns
   &&&&&     Ú9/usr/lib/python3/dist-packages/fontTools/misc/cliTools.pyÚmakeOutputFileNamer   
   sß   € ô8 Ÿ™Ÿ™ eÓ,Ñ€GÜ—G‘G×$Ñ$ XÓ.M€HßØˆÜ×"Ñ" 8Ó,¨QÕ/€HØÒÜ—G‘G×$Ñ$ UÓ+¨AÕ.ˆ	ÜW‰W\‰\˜'¨fÕ#4°yÕ#@ÓA€FØ	€AßÜg‰gn‰n˜V×$Ò$Ü—W‘W—\‘\Ø FÕ*¨SÕ0´4¸³7Õ:¸YÕFóˆFð FŠAØ€Mó    )NNFÚ )Ú__doc__r   ÚreÚcompiler   r   © r   r   Ú<module>r      s#   ðÙ Nã 	Û 	ð —
’
˜8Ó$€ö+r   