eric6_api.py

changeset 5616
adcffadf4962
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
equal deleted inserted replaced
5615:2c9c2d67e4d8 5616:adcffadf4962
72 print(" * {0}".format(lang)) 72 print(" * {0}".format(lang))
73 print(" The default is 'Python3'.") 73 print(" The default is 'Python3'.")
74 print(" This option may be repeated multiple times.") 74 print(" This option may be repeated multiple times.")
75 print(" -o filename or --output=filename") 75 print(" -o filename or --output=filename")
76 print(" Write the API information to the named file." 76 print(" Write the API information to the named file."
77 " A '%L' placeholder") # __IGNORE_WARNING__ 77 " A '%L' placeholder") # __IGNORE_WARNING_M601__
78 print(" is replaced by the language of the API file" 78 print(" is replaced by the language of the API file"
79 " (see --language).") 79 " (see --language).")
80 print(" -p or --private") 80 print(" -p or --private")
81 print(" Include private methods and functions.") 81 print(" Include private methods and functions.")
82 print(" -R, -r or --recursive") 82 print(" -R, -r or --recursive")

eric ide

mercurial