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") |