src/eric7/eric7_api.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
82 ) 82 )
83 parser.add_argument( 83 parser.add_argument(
84 "-o", 84 "-o",
85 "--output", 85 "--output",
86 default="", 86 default="",
87 help="Write the API information to the named file. A '%%L'" # noqa: M601 87 help="Write the API information to the named file. A '%%L'" # noqa: M-601
88 " placeholder is replaced by the language of the API file (see --language).", 88 " placeholder is replaced by the language of the API file (see --language).",
89 required=True, 89 required=True,
90 ) 90 )
91 parser.add_argument( 91 parser.add_argument(
92 "-p", 92 "-p",
313 313
314 if __name__ == "__main__": 314 if __name__ == "__main__":
315 main() 315 main()
316 316
317 # 317 #
318 # eflag: noqa = M801 318 # eflag: noqa = M-801

eric ide

mercurial