✏️ 正在编辑: getopt.cpython-312.pyc
路径:
/lib64/python3.12/__pycache__/getopt.cpython-312.pyc
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
� �֦i@ � �� � d Z g d�ZddlZ ddlmZ G d� de� ZeZg fd�Z g fd �Z d � Zd� Zd� Z d � Zedk( r$ddlZ e e ej$ dd dddg� � yy# e$ r d� ZY �Ww xY w)a� Parser for command line options. This module helps scripts to parse the command line arguments in sys.argv. It supports the same conventions as the Unix getopt() function (including the special meanings of arguments of the form `-' and `--'). Long options similar to those supported by GNU software may be used as well via an optional third argument. This module provides two functions and an exception: getopt() -- Parse command line options gnu_getopt() -- Like getopt(), but allow option and non-option arguments to be intermixed. GetoptError -- exception (class) raised with 'opt' attribute, which is the option involved with the exception. )�GetoptError�error�getopt� gnu_getopt� N)�gettextc � � | S �N� )�ss �/usr/lib64/python3.12/getopt.py�_r ) s � �Q�h� c �"