shell bypass 403

GrazzMean Shell

Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 3.135.218.210
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : font.cpython-310.pyc
o

_bX�@s�ddlZddlZdZgd�ZdZdZdZdZd!dd	�ZGd
d�d�Z	d"dd
�Z
d!dd�Zedkr�e�
�Ze	dded�Zee���ee�d��ee�d��ee���ee�d��ee�d��ee��ee�d�e�d��eejed��e	dd�Zee�d�ejded��ejeded�Ze��ejedejd�Ze��e	edd���Zejed �ejed�e��dSdS)#�Nz0.9)�NORMAL�ROMAN�BOLD�ITALIC�
nametofont�Font�families�namesZnormalZroman�boldZitaliccCst|d|d�S)zFGiven the name of a tk named font, returns a Font representation.
    T)�name�exists�root)r)rr
�r�5/usr/local/python-3.10/lib/python3.10/tkinter/font.pyrsrc@s�eZdZdZe�d�Zdd�Zdd�Zdd�Z	d%dd�Z
d
d�Zdd�Zdd�Z
dd�Zdd�Zdd�Zdd�Zd&dd�Zdd�Zdd �ZeZd'd!d"�Zd#d$�Zd	S)(ra�Represents a named font.

    Constructor options are:

    font -- font specifier (name, system font, or (family, size, style)-tuple)
    name -- name to use for this font configuration (defaults to a unique name)
    exists -- does a named font by this name already exist?
       Creates a new named font if False, points to the existing font if True.
       Raises _tkinter.TclError if the assertion is false.

       the following are ignored if font is specified:

    family -- font 'family', e.g. Courier, Times, Helvetica
    size -- font size in points
    weight -- font thickness: NORMAL, BOLD
    slant -- font slant: ROMAN, ITALIC
    underline -- font underlining: false (0), true (1)
    overstrike -- font strikeout: false (0), true (1)

    �cCs:g}|��D]\}}|�d|�|�t|��qt|�S�N�-)�items�append�str�tuple)�self�kw�options�k�vrrr�_set2s
z	Font._setcCs$g}|D]	}|�d|�qt|�Sr)rr)r�argsrrrrr�_get9sz	Font._getcCs:i}tdt|�d�D]}||d|||dd�<q
|S)Nr�r)�range�len)rrr�irrr�_mkdict?szFont._mkdictNFcKs�|dur	t�d�}t|d|�}|r|�|�dd|��}n|�|�}|s,dtt|j��}||_	|rYd|_
|j	|�|�dd��vrJtj�d|j	f��|rX|jdd|j	g|�R�n|jdd	|j	g|�R�d
|_
||_
|j|_|j|_dS)Nzuse font�tk�font�actualFr	z$named font %s does not already exist�	configureZcreateT)�tkinter�_get_default_root�getattr�	splitlist�callrr�next�counterr�delete_fontZ_tkinterZTclError�_tk�_split�_call)rr
r%rrrr$rrr�__init__Es.


��z
Font.__init__cCs|jS�N)r�rrrr�__str__dszFont.__str__cCs"d|jj�d|jj�d|j�d�S)N�<�.z object �>)�	__class__�
__module__�__qualname__rr5rrr�__repr__gs�z
Font.__repr__cCs&t|t�stS|j|jko|j|jkSr4)�
isinstancer�NotImplementedrr0)r�otherrrr�__eq__ks
zFont.__eq__cCs
|�|�Sr4)�cget)r�keyrrr�__getitem__ps
zFont.__getitem__cCs|jdi||i��dS)Nr)r')rrC�valuerrr�__setitem__sszFont.__setitem__cCs8z|jr|�dd|j�WdSWdStyYdSw)Nr%�delete)r/r2r�	Exceptionr5rrr�__del__vs��zFont.__del__cCst|jfi|����S)z*Return a distinct copy of the current font)rr0r&r5rrr�copy}�z	Font.copycCs^d}|rd|f}|r|d|f}|jdd|jg|�R�S|�|�|jdd|jg|�R���S)zReturn actual font attributesr�
-displayofrr%r&)r2rr#r1)r�option�	displayofrrrrr&�s�zFont.actualcCs|�dd|jd|�S)zGet font attributer%�configr)r2r)rrMrrrrB�rKz	Font.cgetc	KsB|r|jdd|jg|�|��R�dS|�|�|�dd|j���S)zModify font attributesr%rON)r2rrr#r1)rrrrrrO�s��zFont.configcCs4|f}|r
d||f}|j�|jdd|jg|�R��S)zReturn text widthrLr%�measure)r0�getintr2r)r�textrNrrrrrP�s
 zFont.measurecOs�d}|�dd�}|rd|f}|r'||�|�}|j�|jdd|jg|�R��S|�|jdd|jg|�R��}i}tdt|�d�D]}|j�||d	�|||d	d�<q@|S)
z}Return font metrics.

        For best performance, create a dummy widget
        using this font before calling this method.rrNNrLr%�metricsrrr)	�poprr0rQr2rr1r r!)rrrrrN�resr"rrrrS�s�&zFont.metrics)NNNF�NNr4)�__name__r;r<�__doc__�	itertools�countr.rrr#r3r6r=rArDrFrIrJr&rBrOr'rPrSrrrrrs(


	
rcCs@|dur	t�d�}d}|rd|f}|j�|jjddg|�R��S)zGet font families (as a tuple)Nzuse font.families()rrLr%r�r(r)r$r+r,)r
rNrrrrr�s
rcCs(|dur	t�d�}|j�|j�dd��S)z'Get names of defined fonts (as a tuple)Nzuse font.names()r%r	r[)r
rrrr	�s
r	�__main__�times�)�family�size�weightr_raZhelloZ	linespace)rN)ZCourier�r
)r%zHello, world)rRr%zQuit!)rRZcommandr%)rar4rV)rYr(�__version__�__all__rrrrrrrr	rWZTkr
�f�printr&rOrBrPrSZLabel�w�packZButtonZdestroyrJZfbZmainlooprrrr�<module>sH






�
© 2025 GrazzMean