eric6_api.py

changeset 4543
2e6a880670e9
parent 4343
afe0da217745
child 4566
a2e8f3c420ec
child 4632
ca310db386ed
equal deleted inserted replaced
4540:45627d092846 4543:2e6a880670e9
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") 77 " A '%L' placeholder") # __IGNORE_WARNING__
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