Lines Matching +full:pylint +full:- +full:exit
11 ## SPDX-License-Identifier: Apache-2.0
17 ## http://www.apache.org/licenses/LICENSE-2.0
39 # pylint: disable=too-few-public-methods
178 #pylint: disable=line-too-long
210 configurable function pointers that default to the built-in function.
219 # Similar to non-platform xxx_ALT, requires platform_alt.h
243 #pylint: disable=line-too-long
248 'MBEDTLS_NET_C', # requires POSIX-like networking
271 # No OS-provided entropy source
289 """Modify an adapter to disable non-crypto symbols.
345 with open(filename, 'r', encoding='utf-8') as file:
401 if middle[-1] not in '\t ':
426 with open(filename, 'w', encoding='utf-8') as output:
435 parser.add_argument('--file', '-f',
439 parser.add_argument('--force', '-o',
443 parser.add_argument('--write', '-w', metavar='FILE',
449 and print it. Exit with
460 found, unless --force is passed.
465 parser_set_all = subparsers.add_parser('set-all',
475 parser_unset_all = subparsers.add_parser('unset-all',
486 features such as file input-output.""")
493 """Uncomment most non-deprecated features.
526 elif args.command == 'set-all':
530 elif args.command == 'unset-all':
538 # pylint: disable=wrong-import-position
541 sys.exit(main())