shell bypass 403

UnknownSec Shell

: /usr/lib64/python2.7/ [ drwxr-xr-x ]

name : getopt.pyc
�
zfc@s�dZddddgZddlZdefd��YZeZgd�Zgd	�Zd
�Zd�Z	d�Z
d
�Zedkr�ddl
Z
ee
jddddg�GHndS(s�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.
tGetoptErrorterrortgetoptt
gnu_getopti����NcBs)eZdZdZdd�Zd�ZRS(tcCs)||_||_tj|||�dS(N(tmsgtoptt	Exceptiont__init__(tselfRR((s/usr/lib64/python2.7/getopt.pyR)s		cCs|jS(N(R(R	((s/usr/lib64/python2.7/getopt.pyt__str__.s(t__name__t
__module__RRRR
(((s/usr/lib64/python2.7/getopt.pyR&scCs�g}t|�td�kr*|g}nt|�}x�|r�|djd�r�|ddkr�|ddkr�|d}Pn|djd�r�t||dd||d�\}}q9t||dd||d�\}}q9W||fS(s@getopt(args, options[, long_options]) -> opts, args

    Parses command line options and parameter list.  args is the
    argument list to be parsed, without the leading reference to the
    running program.  Typically, this means "sys.argv[1:]".  shortopts
    is the string of option letters that the script wants to
    recognize, with options that require an argument followed by a
    colon (i.e., the same format that Unix getopt() uses).  If
    specified, longopts is a list of strings with the names of the
    long options which should be supported.  The leading '--'
    characters should not be included in the option name.  Options
    which require an argument should be followed by an equal sign
    ('=').

    The return value consists of two elements: the first is a list of
    (option, value) pairs; the second is the list of program arguments
    left after the option list was stripped (this is a trailing slice
    of the first argument).  Each option-and-value pair returned has
    the option as its first element, prefixed with a hyphen (e.g.,
    '-x'), and the option argument as its second element, or an empty
    string if the option has no argument.  The options occur in the
    list in the same order in which they were found, thus allowing
    multiple occurrences.  Long and short options may be mixed.

    Rit-s--ii(ttypetlistt
startswithtdo_longst	do_shorts(targst	shortoptstlongoptstopts((s/usr/lib64/python2.7/getopt.pyR3s,
*+cCsjg}g}t|t�r'|g}nt|�}|jd�rU|d}t}n!tjjd�rpt}nt}x�|r_|ddkr�||d7}Pn|dd dkr�t	||dd||d�\}}qy|dd dkr-|ddkr-t
||dd||d�\}}qy|rA||7}Pqy|j|d�|d}qyW||fS(sgetopt(args, options[, long_options]) -> opts, args

    This function works like getopt(), except that GNU style scanning
    mode is used by default. This means that option and non-option
    arguments may be intermixed. The getopt() function stops
    processing options as soon as a non-option argument is
    encountered.

    If the first character of the option string is `+', or if the
    environment variable POSIXLY_CORRECT is set, then option
    processing stops as soon as a non-option argument is encountered.

    t+itPOSIXLY_CORRECTis--iR
(t
isinstancetstrRRtTruetostenvirontgettFalseRRtappend(RRRRt	prog_argstall_options_first((s/usr/lib64/python2.7/getopt.pyR^s2
			*$*
cCs�y|jd�}Wntk
r,d}nX|| ||d}}t||�\}}|r�|dkr�|s�td||��n|d|d}}q�n"|dk	r�td||��n|jd||p�df�||fS(Nt=isoption --%s requires argumentis%option --%s must not have an arguments--R(tindext
ValueErrortNonet
long_has_argsRR (RRRRtitoptargthas_arg((s/usr/lib64/python2.7/getopt.pyR�s

cCs�g|D]}|j|�r|^q}|sDtd||��n||krZt|fS|d|krtt|fSt|�dkr�td||��nt|�dks�t�|d}|jd�}|r�|d }n||fS(Nsoption --%s not recognizedR#isoption --%s not a unique prefixii����(RRRRtlentAssertionErrortendswith(RRtot
possibilitiestunique_matchR*((s/usr/lib64/python2.7/getopt.pyR'�s(



cCs�x�|dkr�|d|d}}t||�r�|dkrs|s[td||��n|d|d}}n|d}}nd}|jd||f�qW||fS(NRiisoption -%s requires argumentR
(t
short_has_argRR (Rt	optstringRRRR)((s/usr/lib64/python2.7/getopt.pyR�s
cCshxNtt|��D]:}|||ko4dknr|jd|d�SqWtd||��dS(Nt:isoption -%s not recognized(trangeR+RR(RRR(((s/usr/lib64/python2.7/getopt.pyR1�s t__main__isa:bsalpha=tbeta(t__doc__t__all__RRRRRRRR'RR1Rtsystargv(((s/usr/lib64/python2.7/getopt.pyt<module>s+2				

© 2025 UnknownSec
Web Design for Beginners | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar
Web Design for Beginners

Web Design for Beginners

in Design
Created by Linda Anderson
+2
5 Users are following this upcoming course
Course Published
This course was published already and you can check the main course
Course
Web Design for Beginners
in Design
4.25
1:45 Hours
8 Jul 2021
₹11.80

What you will learn?

Create any website layout you can imagine

Support any device size with Responsive (mobile-friendly) Design

Add tasteful animations and effects with CSS3

Course description

You can launch a new career in web development today by learning HTML & CSS. You don't need a computer science degree or expensive software. All you need is a computer, a bit of time, a lot of determination, and a teacher you trust. I've taught HTML and CSS to countless coworkers and held training sessions for fortune 100 companies. I am that teacher you can trust. 


Don't limit yourself by creating websites with some cheesy “site-builder" tool. This course teaches you how to take 100% control over your webpages by using the same concepts that every professional website is created with.


This course does not assume any prior experience. We start at square one and learn together bit by bit. By the end of the course you will have created (by hand) a website that looks great on phones, tablets, laptops, and desktops alike.


In the summer of 2020 the course has received a new section where we push our website live up onto the web using the free GitHub Pages service; this means you'll be able to share a link to what you've created with your friends, family, colleagues and the world!

Requirements

No prerequisite knowledge required

No special software required

Comments (0)

Report course

Please describe about the report short and clearly.

Share

Share course with your friends