$34 GRAYBYTE WORDPRESS FILE MANAGER $60

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.15.130 | ADMIN IP 216.73.216.51
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/usr/lib64/python3.12/__pycache__/

HOME
Current File : /usr/lib64/python3.12/__pycache__//turtle.cpython-312.opt-1.pyc
�

�֦i�;��^�dZddlZddlZddlZddlZddlZddlZddlZddl	m
Z
mZmZddl
mZddlmZgd�Zgd�Zgd�Zd	d
gZeezezezdgzZgd�Zid
d�dd�dd�dd�dd�dd�dd�dd�dd�dd�dd �d!d"�d#d"�d$d%�d&d'�d(d)�d*d+�d,d-d.d/��Zd0�Zd1�Z	ee�Gd3�d4e�Zd5�Zd6�Zd7Zdgd8�Z Gd9�d:ejB�Z"e e"ejFd;�Gd<�d=ejH�Z%ejFZ#Gd>�d?e&�Z'Gd@�de�Z(GdA�dBe�Z)GdC�dDe&�Z*GdE�dFe&�Z+GdG�dHe'�Z,GdI�dJe&�Z-GdK�dLe&�Z.GdM�dNe&�Z/GdO�dPe.e-�Z0e0Z1dQ�Z2GdR�dSe,�Z3GdT�dUe0�Z4e4Z5dhdV�Z6dW�Z7ed(Z8	e8d)k7re7e8�dZ�Z:d[�Z;d\�Z<d]Z=d^�Z>e>ee3d_d`e<�e>ee4dadbe;�e?Z@eAdck(rdd�ZBde�ZCdf�ZDeC�eD�eE�yy#e$red2�Y��dwxYw#e9$redXe8�Y�qe$redYe8z�Y��wxYw)ia�

Turtle graphics is a popular way for introducing programming to
kids. It was part of the original Logo programming language developed
by Wally Feurzig and Seymour Papert in 1966.

Imagine a robotic turtle starting at (0, 0) in the x-y plane. After an ``import turtle``, give it
the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
the direction it is facing, drawing a line as it moves. Give it the
command turtle.right(25), and it rotates in-place 25 degrees clockwise.

By combining together these and similar commands, intricate shapes and
pictures can easily be drawn.

----- turtle.py

This module is an extended reimplementation of turtle.py from the
Python standard distribution up to Python 2.5. (See: https://www.python.org)

It tries to keep the merits of turtle.py and to be (nearly) 100%
compatible with it. This means in the first place to enable the
learning programmer to use all the commands, classes and methods
interactively when using the module from within IDLE run with
the -n switch.

Roughly it has the following features added:

- Better animation of the turtle movements, especially of turning the
  turtle. So the turtles can more easily be used as a visual feedback
  instrument by the (beginning) programmer.

- Different turtle shapes, gif-images as turtle shapes, user defined
  and user controllable turtle shapes, among them compound
  (multicolored) shapes. Turtle shapes can be stretched and tilted, which
  makes turtles very versatile geometrical objects.

- Fine control over turtle movement and screen updates via delay(),
  and enhanced tracer() and speed() methods.

- Aliases for the most commonly used commands, like fd for forward etc.,
  following the early Logo traditions. This reduces the boring work of
  typing long sequences of commands, which often occur in a natural way
  when kids try to program fancy pictures on their first encounter with
  turtle graphics.

- Turtles now have an undo()-method with configurable undo-buffer.

- Some simple commands/methods for creating event driven programs
  (mouse-, key-, timer-events). Especially useful for programming games.

- A scrollable Canvas class. The default scrollable Canvas can be
  extended interactively as needed while playing around with the turtle(s).

- A TurtleScreen class with methods controlling background color or
  background image, window and canvas size and other properties of the
  TurtleScreen.

- There is a method, setworldcoordinates(), to install a user defined
  coordinate-system for the TurtleScreen.

- The implementation uses a 2-vector class named Vec2D, derived from tuple.
  This class is public, so it can be imported by the application programmer,
  which makes certain types of computations very natural and compact.

- Appearance of the TurtleScreen and the Turtles at startup/import can be
  configured by means of a turtle.cfg configuration file.
  The default configuration mimics the appearance of the old turtle module.

- If configured appropriately the module reads in docstrings from a docstring
  dictionary in some different language, supplied separately  and replaces
  the English ones by those read in. There is a utility function
  write_docstringdict() to write a dictionary with the original (English)
  docstrings to disc, so it can serve as a template for translations.

Behind the scenes there are some features included with possible
extensions in mind. These will be commented and documented elsewhere.
�N)�isfile�split�join)�deepcopy)�simpledialog)	�ScrolledCanvas�TurtleScreen�Screen�	RawTurtle�Turtle�RawPen�Pen�Shape�Vec2D)�addshape�bgcolor�bgpic�bye�clearscreen�	colormode�delay�exitonclick�	getcanvas�	getshapes�listen�mainloop�mode�numinput�onkey�
onkeypress�onkeyrelease�
onscreenclick�ontimer�register_shape�resetscreen�
screensize�setup�setworldcoordinates�	textinput�title�tracer�turtles�update�
window_height�window_width)P�back�backward�
begin_fill�
begin_poly�bk�circle�clear�
clearstamp�clearstamps�clone�color�degrees�distance�dot�down�end_fill�end_poly�fd�	fillcolor�filling�forward�get_poly�getpen�	getscreen�
get_shapepoly�	getturtle�goto�heading�
hideturtle�home�ht�isdown�	isvisible�left�lt�onclick�ondrag�	onrelease�pd�pen�pencolor�pendown�pensize�penup�pos�position�pu�radians�right�reset�
resizemode�rt�seth�
setheading�setpos�setposition�settiltangle�
setundobuffer�setx�sety�shape�	shapesize�shapetransform�shearfactor�
showturtle�speed�st�stamp�teleport�tilt�	tiltangle�towards�
turtlesize�undo�undobufferentries�up�width�write�xcor�ycor�write_docstringdict�done�
Terminator)rr1r4rArNrRrVr\r^rcrdrfrgrrrxr{r|r|��?�heightg�?�	canvwidthi��
canvheighti,�	leftright�	topbottomr�standardr��?r�
�undobuffersizei�rl�classicrX�blackrBrb�noresize�visibleT�language�english�
exampleturtle�turtle�screenzPython Turtle GraphicsF)�
examplescreenr*�
using_IDLEc���t|d�5}|j�}ddd�i}D]�}|j�}|r|jd�r�'	|j	d�\}}|j�}|j�}|dvrt|�}n	d|vrt|�}nt|�}|||<��|S#1swY��xYw#t
$rt
d|�d|���Y��wxYw#t
$rY�@wxYw)	z/Convert content of config-file into dictionary.�rN�#�=zBad line in config-file z:
)�True�False�Nonez''z""�.)
�open�	readlines�strip�
startswithr�
ValueError�print�eval�float�int)�filename�f�cfglines�cfgdict�line�key�values       �/usr/lib64/python3.12/turtle.py�config_dictr��s���	
�h��	���;�;�=��
��G����z�z�|���t���s�+��	����C��J�C���i�i�k�����
���9�9���K�E�
��%�<�!�%�L�E���J�E�����+�,�N�3
�	���	��x��E�F��	���
��
�s/�B;�C�C'�;C�C$�#C$�'	C3�2C3c�4�d}i}i}t|�rt|�}d|vrd|dz}	tt�\}}t	||�}t|�rt|�}tj|�tj|�y#t
$rd}Y�NwxYw)a@Read config-files, change configuration-dict accordingly.

    If there is a turtle.cfg file in the current working directory,
    read it from there. If this contains an importconfig-value,
    say 'myway', construct filename turtle_mayway.cfg else use
    turtle.cfg and read it from the import-directory, where
    turtle.py is located.
    Update configuration dictionary first according to config-file,
    in the import directory, then according to config-file in the
    current working directory.
    If no config-file is found, the default configuration is used.
    z
turtle.cfg�importconfigz
turtle_%s.cfg�N)rr�r�__file__r�	Exception�_CFGr-)r��default_cfg�cfgdict1�cfgdict2�head�tail�	cfg_file2s       r��
readconfigr��s����K��H��H�
�k���{�+����!�%���(@�@����8�_�
��d���{�+�	��i���y�)���K�K����K�K�������	��s�B	�	B�Bz"No configfile read, reason unknownc�L�eZdZdZd�Zd�Zd�Zd�Zd�Zd�Z	d�Z
d	�Zd
�Zd�Z
y)
ra�A 2 dimensional vector class, used as a helper class
    for implementing turtle graphics.
    May be useful for turtle graphics programs also.
    Derived from tuple, so a vector is a tuple!

    Provides (for a, b vectors, k number):
       a+b vector addition
       a-b vector subtraction
       a*b inner product
       k*a and a*k multiplication with scalar
       |a| absolute value of a
       a.rotate(angle) rotation
    c�2�tj|||f�S�N)�tuple�__new__)�cls�x�ys   r�r�z
Vec2D.__new__�s���}�}�S�1�a�&�)�)�c�>�t|d|dz|d|dz�S�Nr��r��self�others  r��__add__z
Vec2D.__add__��)���T�!�W�U�1�X�%�t�A�w�u�Q�x�'7�8�8r�c��t|t�r|d|dz|d|dzzSt|d|z|d|z�Sr�)�
isinstancerr�s  r��__mul__z
Vec2D.__mul__�sN���e�U�#���7�5��8�#�D��G�E�!�H�$4�4�4��T�!�W�U�]�D��G�E�M�2�2r�c�~�t|t�st|t�rt|d|z|d|z�StSr�)r�r�r�r�NotImplementedr�s  r��__rmul__zVec2D.__rmul__�s8���e�S�!�Z��u�%=���a�����Q���
�6�6��r�c�>�t|d|dz
|d|dz
�Sr�r�r�s  r��__sub__z
Vec2D.__sub__r�r�c�*�t|d|d�Sr�r��r�s r��__neg__z
Vec2D.__neg__s���d�1�g�X��Q��x�(�(r�c�&�tj|�Sr�)�math�hypotr�s r��__abs__z
Vec2D.__abs__s���z�z�4� � r�c��t|d|d�}tj|�}tj|�tj|�}}t|d|z|d|zz|d|z|d|zz�S)z.rotate self counterclockwise by angle
        r�r)rr�r_�cos�sin)r��angle�perp�c�ss     r��rotatezVec2D.rotatesx���d�1�g�X�t�A�w�'�����U�#���x�x��������1���T�!�W�Q�Y�t�A�w�q�y�(�$�q�'�!�)�D��G�A�I�*=�>�>r�c��|d|dfSr��r�s r��__getnewargs__zVec2D.__getnewargs__s���Q���a��!�!r�c��d|zS)Nz(%.2f,%.2f)r�r�s r��__repr__zVec2D.__repr__s
���t�#�#r�N)�__name__�
__module__�__qualname__�__doc__r�r�r�r�r�r�r�r�r�r�r�r�r�rr�s9���*�9�3��9�)�!�?�"�$r�rc��t|j�}|j�|D]}t||��|jj�D]'\}}t
|�tjk(s�#|||<�)y)�#helper function for Scrolled CanvasN)	�list�	__bases__�reverse�__methodDict�__dict__�items�type�types�FunctionType)r��_dict�baseList�_superr�r�s      r�r�r�sf���C�M�M�"�H��������V�U�#���l�l�(�(�*�
��U���;�%�,�,�,��E�#�J�+r�c�>�i}t||�|j�S)r�)r��keys)r�r�s  r��	__methodsr&s���E���e���:�:�<�r�zTdef %(method)s(self, *args, **kw): return self.%(attribute)s.%(method)s(*args, **kw)c�P�i}t||�i}t|�}|j�D]#}|dddk(s|dddk(s||vs||vr�||||<�%|j�D]B\}}	||	d�}
t	|t
�rt||d�z}t|
�t|||
|��Dy)Nr��_���)�method�func)r�	attribute)	r�rrr�r��str�__stringBody�exec�setattr)�	fromClass�toClass�toPart�exclude�_dict_1r��mfc�exrr�d�
execStrings            r��__forwardmethodsr0s����G���'�"��E�
�I�
�C��l�l�n��
�b�q�6�S�=�B�r�s�G�s�N�b�G�m�r�S�y�����E�"�I�	����
�����t�,���f�c�"��6��H�H�
��Z����	�6�1�V�9�-�
&r�c�T�eZdZdZ		d
d�Zdd�Zd�Zd�Zd�Zd�Z	d	�Z
d
�Zd�Zd�Z
y)rz�Modeled after the scrolled canvas class from Grayons's Tkinter book.

    Used as the default canvas, which pops up automatically when
    using turtle graphics functions or the Turtle class.
    c
�$�tjj||||��|j�|_||c|_|_||c|_|_d|_	tj||||jtjd��|_tj||jjtj��|_tj||jj"��|_|jj'|j j(|j$j(��|j+dd	d�
�|j-dd	d�
�|jj/d	|d	ddd	d	d��|j$j/d	|d	dd	d	d	d��|j j/d	|d	d	dd	d	d��|j1�|jj3d
|j4�y)N)r|r��white�)r|r��bg�relief�borderwidth)�command�orient)r)�xscrollcommand�yscrollcommandrr�)�weight�minsize�news��padx�in_�pady�row�column�rowspan�
columnspan�stickyz<Configure>)�TK�Frame�__init__�winfo_toplevel�_rootwindowr|r�r�r�r�Canvas�SUNKEN�_canvas�	Scrollbar�xview�
HORIZONTAL�hscroll�yview�vscroll�	configure�set�rowconfigure�columnconfigure�gridra�bind�onResize)r��masterr|r�r�r�s      r�r/zScrolledCanvas.__init__Ks���
�����$��e�F��C��.�.�0���"'����
�D�K�*3�Z�'���������y�y��u�V�$(�G�G�B�I�I�1�N����|�|�F�D�L�L�4F�4F�+-�=�=�:����|�|�F�D�L�L�4F�4F�G��������d�l�l�.>�.>�.2�l�l�.>�.>�	�	@����!�A�q��1����Q�q�!��4������q��1�!��!��&�	�	B������q��1�!��!��&�	�	B������q��1�!��!��&�	�	B��
�
�������m�T�]�]�;r�Nc��|r||_|r||_|r||_|jj	||jdz|jdz|jdz|jdzf��|jjd|j|jz
dzz|jz�|jjd|j|jz
dzz|jz�|j�y)z<Adjust canvas and scrollbars according to given canvas size.r)r�scrollregionr��N)
r�r�rr4�config�xview_movetor|�yview_movetor��
adjustScrolls�r�r�r�rs    r�razScrolledCanvas.resetds����&�D�N��(�D�O�
��D�G������r�'+�~�~�o�q�&8�4�?�?�:J�A�:M�'+�~�~�q�'8�$�/�/�1�:L�&N�	�	O�	
���!�!�#�t�~�~��
�
�'B�R�'G�"H�?C�~�~�#N�	O����!�!�#�t������'C�b�'H�"I�>B�o�o�#N�	O����r�c
�~�|jj�}|jj�}|jjd|j|z
z|jz�|jjd|j|z
z|jz�||jks||jkrG|jjd|dddddd��|jjd|dddddd��y|jj�|jj�y)zA Adjust scrollbars according to window- and canvas-size.
        r�r�rr#r$N)r4�winfo_width�winfo_heightrGr�rHr�r8r?r:�grid_forget)r��cwidth�cheights   r�rIzScrolledCanvas.adjustScrollsvs�����)�)�+���,�,�+�+�-�����!�!�#�t�~�~�f�'<�"=�d�n�n�"L�M����!�!�#�t���w�'>�"?����"O�P��D�N�N�"�g����&?��L�L���1�D�q�a�%&��a��
�
P��L�L���1�D�q�a�%&��a��
�
P�
�L�L�$�$�&��L�L�$�$�&r�c�$�|j�y)zself-explanatoryN)rI)r��events  r�rAzScrolledCanvas.onResize�s�����r�c�4�|jj|�S��@ 'forward' method, which canvas itself has inherited...
        )r4�bbox�r��argss  r�rVzScrolledCanvas.bbox�s��!�t�|�|� � �$�'�'r�c�:�|jj|i|��SrT)r4�cget�r�rX�kwargss   r�rZzScrolledCanvas.cget�s ��!�t�|�|� � �$�1�&�1�1r�c�<�|jj|i|��y�rUN)r4rFr[s   r�rFzScrolledCanvas.config����	������T�,�V�,r�c�<�|jj|i|��yr^)r4r@r[s   r�r@zScrolledCanvas.bind�s��	������4�*�6�*r�c�<�|jj|i|��yr^)r4�unbindr[s   r�rbzScrolledCanvas.unbind�r_r�c�8�|jj�yr^)r4�focus_forcer�s r�rdzScrolledCanvas.focus_force�s��	
��� � �"r�)��i^iXre�NNN)r�r�r�r�r/rarIrArVrZrFr@rbrdr�r�r�rrEsA���
25�DG�<�2�$'� �(�
2�
-�
+�
-�
#r�rr4c�:�eZdZdZd�Zd�Zd�Zd�Zd�Zd�Z	d�Z
y	)
�_Rootz'Root class for Screen based on Tkinter.c�B�tjj|�yr�)r-�Tkr/r�s r�r/z_Root.__init__�s��
�����t�r�c�f�t|||||�|_|jjdd��y)Nr��both)�expand�fill)rr4�pack)r�r|r�rOrPs     r��setupcanvasz_Root.setupcanvas�s-��%�d�E�6�6�7�K�����������0r�c��|jSr�)r4r�s r��
_getcanvasz_Root._getcanvas�s���|�|�r�c�4�|jd||||fz�y)Nz%dx%d%+d%+d)�geometry)r�r|r��startx�startys     r��set_geometryz_Root.set_geometry�s���
�
�m�U�F�F�F�$C�C�Dr�c�(�|jd|�y)N�WM_DELETE_WINDOW)�wm_protocol)r��destroys  r��	ondestroyz_Root.ondestroy�s�����+�W�5r�c�"�|j�Sr�)�winfo_screenwidthr�s r��	win_widthz_Root.win_width�s���%�%�'�'r�c�"�|j�Sr�)�winfo_screenheightr�s r��
win_heightz_Root.win_height�s���&�&�(�(r�N)r�r�r�r�r/rprrrwr|rr�r�r�r�rhrh�s)��1��1��E�6�(�)r�rhc���eZdZdZd�Zd�Zd�Zd�Z		d$d�Zd�Z			d$d	�Z
d
�Zd�Zd�Z
d
�Zd%d�Zd�Zd&d�Zd&d�Zd&d�Zd&d�Zd�Zd%d�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd'd�Z d �Z!d!�Z"d"�Z#d'd#�Z$y)(�TurtleScreenBasez�Provide the basic graphics functionality.
       Interface between Tkinter and turtle.py.

       To port turtle.py to some different graphics toolkit
       a corresponding TurtleScreenBase class has to be implemented.
    c�j�tjdd|j��}|j�|S)z$return a blank image object
        r�)r|r�rB)r-�
PhotoImage�cv�blank)r��imgs  r��_blankimagezTurtleScreenBase._blankimage�s(���m�m�!�A�d�g�g�>���	�	���
r�c�D�tj||j��S)z`return an image object containing the
        imagedata from a gif-file named filename.
        )�filerB)r-r�r�)r�r�s  r��_imagezTurtleScreenBase._image�s���}�}�(�4�7�7�;�;r�c��||_t|t�r-|jj}|jj}nvt|jj
d��}t|jj
d��}|jj|dz|dz|dz|dzf��||_||_dx|_|_	y)Nr|r�r�rDr�)
r�r�rr�r�r�rZrF�xscale�yscale)r�r��w�hs    r�r/zTurtleScreenBase.__init__�s�������b�.�)����!�!�A����"�"�A��D�G�G�L�L��)�*�A��D�G�G�L�L��*�+�A��G�G�N�N�A�2�q�5�1�"�a�%��A��q�!�t�*E�N�F�������$'�'���d�kr�c�>�|jjddd��S)z<Create an invisible polygon item on canvas self.cv)
        )rrrrrrr��rn�outline)r��create_polygonr�s r��_createpolyzTurtleScreenBase._createpoly�s!���w�w�%�%�&8�r�2�%�N�Nr�Nc���g}|D]B\}}	|j||jz�|j|	|jz��D|jj|g|���|�|jj||��|�|jj||��|�|jj||��|r|jj
|�yy)a`Configure polygonitem polyitem according to provided
        arguments:
        coordlist is sequence of coordinates
        fill is filling color
        outline is outline color
        top is a boolean value, which specifies if polyitem
        will be put on top of the canvas' displaylist so it
        will not be covered by other items.
        N�rn)r��r|��appendr�r�r��coords�
itemconfigure�	tag_raise)
r��polyitem�	coordlistrnr�r|�top�clr�r�s
          r��	_drawpolyzTurtleScreenBase._drawpoly�s������D�A�q��I�I�a�$�+�+�o�&��I�I�q�b�4�;�;�&�'��	������x�%�"�%����G�G�!�!�(��!�6����G�G�!�!�(�G�!�<����G�G�!�!�(�%�!�8���G�G���h�'�r�c	�b�|jjddddddtj��S)z9Create an invisible line item on canvas self.cv)
        rr�r)rnr|�capstyle)r��create_liner-�ROUNDr�s r��_createlinezTurtleScreenBase._createlines3���w�w�"�"�1�a��A�B�a�.0�h�h�#�8�	8r�c��|�fg}|D]B\}}|j||jz�|j||jz��D|jj|g|���|�|jj||��|�|jj||��|r|jj
|�yy)aQConfigure lineitem according to provided arguments:
        coordlist is sequence of coordinates
        fill is drawing color
        width is width of drawn line.
        top is a boolean value, which specifies if polyitem
        will be put on top of the canvas' displaylist so it
        will not be covered by other items.
        Nr�r�r�)	r��lineitemr�rnr|r�r�r�r�s	         r��	_drawlinezTurtleScreenBase._drawlines���� ��B�!���1��	�	�!�d�k�k�/�*��	�	�1�"�t�{�{�*�+�"�
�D�G�G�N�N�8�)�b�)����G�G�!�!�(��!�6����G�G�!�!�(�%�!�8���G�G���h�'�r�c�:�|jj|�y)z]Delete graphics item from canvas.
        If item is"all" delete all graphics items.
        N)r��delete�r��items  r��_deletezTurtleScreenBase._delete#s��	
�����t�r�c�8�|jj�y)z(Redraw graphics items on canvas
        N)r�r-r�s r��_updatezTurtleScreenBase._update)s��	
�����r�c�:�|jj|�y)z-Delay subsequent canvas actions for delay ms.N)r��after�r�rs  r��_delayzTurtleScreenBase._delay.s�����
�
�e�r�c�z�	|jj|�}d}|S#tj$rd}Y|SwxYw)zCCheck if the string color is a legal Tkinter color string.
        TF)r��	winfo_rgbr-�TclError)r�r:�rgb�oks    r��_iscolorstringzTurtleScreenBase._iscolorstring2sF��	��'�'�#�#�E�*�C��B��	���{�{�	��B��	�	�s�!�:�:c��|�-|jj|��|j�y|jjd�S)zVSet canvas' backgroundcolor if color is not None,
        else return backgroundcolor.N)rr)r�rFr�rZ)r�r:s  r��_bgcolorzTurtleScreenBase._bgcolor<s8�����G�G�N�N��N�&��L�L�N��7�7�<�<��%�%r�c���|\}}||jz}||jz}dddd�}|jj|dz
||||||��}	|jj	|	�\}
}}}
|	|dz
fS)z�Write txt at pos in canvas with specified font
        and color.
        Return text item and x-coord of right bottom corner
        of text's bounding box.�swr��se)rQ�centerr`r�)�text�anchorrn�font)r�r�r��create_textrV)r�r\�txt�alignr�rXr�r�r�r��x0�y0�x1�y1s              r��_writezTurtleScreenBase._writeEs���
���1�
����O��
����O����T�;���w�w�"�"�1�Q�3���3����/7��#�F�������d�+���B��B��R��T�z�r�c������ �jj|d|z�y��fd�}�jj|d|z||�y)z�Bind fun to mouse-click event on turtle.
        fun must be a function with two arguments, the coordinates
        of the clicked point on the canvas.
        num, the number of the mouse-button defaults to 1
        N�<Button-%s>c�����jj|j��jz�jj	|j
��jz}}�||�yr��r��canvasxr�r��canvasyr�r��rRr�r��funr�s   ��r��eventfunz+TurtleScreenBase._onclick.<locals>.eventfun\�P�����������0����<���������1�1�$�+�+�=����A�q�	r��r��
tag_unbind�tag_bind�r�r�r��num�addr�s` `   r��_onclickzTurtleScreenBase._onclickSsG����;��G�G���t�]�S�%8�9�
�
�G�G���T�=�3�#6��#�Fr�c������ �jj|d|z�y��fd�}�jj|d|z||�y)agBind fun to mouse-button-release event on turtle.
        fun must be a function with two arguments, the coordinates
        of the point on the canvas where mouse button is released.
        num, the number of the mouse-button defaults to 1

        If a turtle is clicked, first _onclick-event will be performed,
        then _onscreensclick-event.
        Nz<Button%s-ButtonRelease>c�����jj|j��jz�jj	|j
��jz}}�||�yr�r�r�s   ��r�r�z-TurtleScreenBase._onrelease.<locals>.eventfunnr�r�r�r�s` `   r��
_onreleasezTurtleScreenBase._onreleasebsL����;��G�G���t�%?�#�%E�F�
�
�G�G���T�#=��#C�%�s�
,r�c������ �jj|d|z�y��fd�}�jj|d|z||�y)aqBind fun to mouse-move-event (with pressed mouse button) on turtle.
        fun must be a function with two arguments, the coordinates of the
        actual mouse position on the canvas.
        num, the number of the mouse-button defaults to 1

        Every sequence of mouse-move-events on a turtle is preceded by a
        mouse-click event on that turtle.
        Nz<Button%s-Motion>c���	�jj|j��jz�jj	|j
��jz}}�||�y#t$rYywxYwr�)r�r�r�r�r�r�r�r�r�s   ��r�r�z*TurtleScreenBase._ondrag.<locals>.eventfun�sg���� �G�G�O�O�E�G�G�4�T�[�[�@� �G�G�O�O�E�G�G�4�4�T�[�[�@��A���1�I�� ����s�A.A2�2	A>�=A>r�r�s` `   r��_ondragzTurtleScreenBase._ondragusI����;��G�G���t�%8�3�%>�?�
�
�G�G���T�#6��#<�h��Lr�c�������jjd|z�y��fd�}�jjd|z||�y)aGBind fun to mouse-click event on canvas.
        fun must be a function with two arguments, the coordinates
        of the clicked point on the canvas.
        num, the number of the mouse-button defaults to 1

        If a turtle is clicked, first _onclick-event will be performed,
        then _onscreensclick-event.
        Nr�c�����jj|j��jz�jj	|j
��jz}}�||�yr�r�r�s   ��r�r�z1TurtleScreenBase._onscreenclick.<locals>.eventfun�r�r��r�rbr@)r�r�r�r�r�s``   r��_onscreenclickzTurtleScreenBase._onscreenclick�s?����;��G�G�N�N�=�3�.�/�
�
�G�G�L�L���,�h��<r�c����� |jjd|zd�y�fd�}|jjd|z|�y)z`Bind fun to key-release event of key.
        Canvas must have focus. See method listen
        Nz<KeyRelease-%s>c�����yr�r��rRr�s �r�r�z0TurtleScreenBase._onkeyrelease.<locals>.eventfun������r�r��r�r�r�r�s `  r��
_onkeyreleasezTurtleScreenBase._onkeyrelease�s?����;��G�G�N�N�,�s�2�D�9�
��G�G�L�L�*�S�0�(�;r�c�����?|�|jjdd�y|jjd|zd�y�fd�}|�|jjd|�y|jjd|z|�y)z�If key is given, bind fun to key-press event of key.
        Otherwise bind fun to any key-press.
        Canvas must have focus. See method listen.
        Nz
<KeyPress>z
<KeyPress-%s>c�����yr�r�r�s �r�r�z.TurtleScreenBase._onkeypress.<locals>.eventfun�r�r�r�r�s `  r��_onkeypresszTurtleScreenBase._onkeypress�sk���
�;��{������|�T�2��������4�d�;�
��{������\�8�4������_�s�2�H�=r�c�8�|jj�y)z=Set focus on canvas (in order to collect key-events)
        N)r�rdr�s r��_listenzTurtleScreenBase._listen�s��	
�����r�c�~�|dk(r|jj|�y|jj||�y)z?Install a timer, which calls fun after t milliseconds.
        rN)r��
after_idler��r�r��ts   r��_ontimerzTurtleScreenBase._ontimer�s/��
��6��G�G���s�#��G�G�M�M�!�S�!r�c�>�|jjdd|��S)z0Create and return image item on canvas.
        r��image)r��create_image)r�r�s  r��_createimagezTurtleScreenBase._createimage�s ���w�w�#�#�A�q��#�6�6r�c��|\}}|jj|||jz||jzf�|jj	||��y)zZConfigure image item as to draw image object
        at position (x,y) on canvas)
        r�N)r�r�r�r��
itemconfig)r�r�r\r�r�r�s      r��
_drawimagezTurtleScreenBase._drawimage�sN�����1������t�a�$�+�+�o��r�D�K�K�/?�@�A������4�u��-r�c�t�|jj||��|jj|�y)z�Configure image item as to draw image object
        at center of canvas. Set item to the first item
        in the displaylist, so it will be drawn below
        any other item .r�N)r�r�	tag_lower)r�r�r�s   r��	_setbgpiczTurtleScreenBase._setbgpic�s-��
	
�����4�u��-������$�r�c�8�|jj|�S)zQReturn 'line' or 'polygon' or 'image' depending on
        type of item.
        )r�r�r�s  r��_typezTurtleScreenBase._type�s���w�w�|�|�D�!�!r�c��|jj|�}tdt|�d�D�cgc]}||||dzf��}}|Scc}w)a returns list of coordinate-pairs of points of item
        Example (for insiders):
        >>> from turtle import *
        >>> getscreen()._pointlist(getturtle().turtle._item)
        [(0.0, 9.9999999999999982), (0.0, -9.9999999999999982),
        (9.9999999999999982, 0.0)]
        >>> rrr�)r�r��range�len)r�r�r��i�pls     r��
_pointlistzTurtleScreenBase._pointlist�sV���W�W�^�^�D�
!��).�q�#�b�'�1�)=�
>�)=�A�r�!�u�r�!�A�#�w�h��)=��
>��
��?s�A
c�D�|jj||||f��y)Nr�)r�rF)r��srx1�sry1�srx2�sry2s     r��_setscrollregionz!TurtleScreenBase._setscrollregion�s�������T�4��t�$<��=r�c�@�|jj�}|D]}t|jj|��}g}|r8|dd\}}|j	||z�|j	||z�|dd}|r�8|jj|g|�����y)Nr)r��find_allr�r�r�)	r��xscalefactor�yscalefactorr�r��coordinates�newcoordlistr�r�s	         r��_rescalezTurtleScreenBase._rescale�s������ � �"���D��t�w�w�~�~�d�3�4�K��L��"�2�A����1��#�#�A��$4�5��#�#�A��$4�5�)�!�"�o��	�

�D�G�G�N�N�4�/�,�/�r�c�<�t|jt�s|j|jfS||cxur|cxur�/nn,|jj|jjfS|�||_|�||_|jj|||�y)zaResize the canvas the turtles are drawing on. Does
        not alter the drawing window.
        N)r�r�rr�r�rarJs    r��_resizezTurtleScreenBase._resize�s��
�$�'�'�>�2��>�>�4�?�?�2�2��
�0�b�0��7�7�$�$�d�g�g�&8�&8�8�8�� �&�D�N��!�(�D�O����
�
�i��R�0r�c���|jj�}|dkr|jd}|jj�}|dkr|jd}||fS)z; Return the width and height of the turtle window.
        r�r|r�)r�rLrM)r�r|r�s   r��_window_sizezTurtleScreenBase._window_sizes\�����#�#�%���A�:��G�G�G�$�E����%�%�'���Q�;��W�W�X�&�F��f�}�r�c�L�|jjj�y)a{Starts event loop - calling Tkinter's mainloop function.

        No argument.

        Must be last statement in a turtle graphics program.
        Must NOT be used if a script is run from within IDLE in -n mode
        (No subprocess) - for interactive use of turtle graphics.

        Example (for a TurtleScreen instance named screen):
        >>> screen.mainloop()

        N)r��tkrr�s r�rzTurtleScreenBase.mainloops��	
���
�
���r�c�F�tj|||j��S)a�Pop up a dialog window for input of a string.

        Arguments: title is the title of the dialog window,
        prompt is a text mostly describing what information to input.

        Return the string input
        If the dialog is canceled, return None.

        Example (for a TurtleScreen instance named screen):
        >>> screen.textinput("NIM", "Name of first player:")

        )�parent)r�	askstringr�)r�r*�prompts   r�r)zTurtleScreenBase.textinput%s���%�%�e�V�D�G�G�D�Dr�c�L�tj||||||j��S)a�Pop up a dialog window for input of a number.

        Arguments: title is the title of the dialog window,
        prompt is a text mostly describing what numerical information to input.
        default: default value
        minval: minimum value for input
        maxval: maximum value for input

        The number input must be in the range minval .. maxval if these are
        given. If not, a hint is issued and the dialog remains open for
        correction. Return the number input.
        If the dialog is canceled,  return None.

        Example (for a TurtleScreen instance named screen):
        >>> screen.numinput("Poker", "Your stakes:", 1000, minval=10, maxval=10000)

        )�initialvalue�minvalue�maxvaluer")r�askfloatr�)r�r*r$�default�minval�maxvals      r�rzTurtleScreenBase.numinput4s)��$�$�$�U�F��.4�v�,0�G�G�5�	5r�)NNNFr��r�Nrf)%r�r�r�r�r�r�r/r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�rrrr
rrrrrr)rr�r�r�r�r��s�����<�(�O�
37�05�(�28�-1�-2�(�.��
��&��
G�,�&M�*=�$	<�>�$�
"�7�
.� �"�
�>�
0�
1�	�
�
E�5r�r�c��eZdZdZy)r�z�Will be raised in TurtleScreen.update, if _RUNNING becomes False.

    This stops execution of a turtle graphics script.
    Main purpose: use in the Demo-Viewer turtle.Demo.py.
    N�r�r�r�r�r�r�r�r�r�Ps���
	r�c��eZdZdZy)�TurtleGraphicsErrorzSome TurtleGraphics Error
    Nr/r�r�r�r1r1Ys��r�r1c� �eZdZdZdd�Zdd�Zy)rz�Data structure modeling shapes.

    attribute _type is one of "polygon", "image", "compound"
    attribute _data is - depending on _type a poygon-tuple,
    an image or a list constructed using the addcomponent method.
    Nc�b�||_|dk(r#t|t�r�t|�}||_y|dk(rWt|t�rd|j�j
d�rEt|�r:tj|�}||_y|dk(r
g}||_ytd|z��||_y)N�polygonr��.gif�compoundzThere is no shape type %s)rr�r�r�r�lower�endswithrr	r�r1�_data)r��type_�datas   r�r/zShape.__init__es�����
��I���$��%��T�{����
��g�
��$��$��:�:�<�(�(��0�V�D�\�'�.�.�t�4�D���
�	�j�
 ��D���
�&�&A�E�&I�J�J���
r�c��|jdk7rtd|jz��|�|}|jj|||g�y)a-Add component to a shape of type compound.

        Arguments: poly is a polygon, i. e. a tuple of number pairs.
        fill is the fillcolor of the component,
        outline is the outline color of the component.

        call (for a Shapeobject namend s):
        --   s.addcomponent(((0,0), (10,10), (-10,10)), "red", "blue")

        Example:
        >>> poly = ((0,0),(10,-5),(0,10),(-10,-5))
        >>> s = Shape("compound")
        >>> s.addcomponent(poly, "red", "blue")
        >>> # .. add more components and then use register_shape()
        r6z Cannot add component to %s ShapeN)rr1r9r�)r��polyrnr�s    r��addcomponentzShape.addcomponentusR�� �:�:��#�%�&H�BF�*�*�'M�N�
N��?��G��
�
���4��w�/�0r�r�)r�r�r�r�r/r>r�r�r�rr^s���� 1r�rc�8�eZdZdZd	d�Zd
d�Zd�Zd�Zd�Zd�Z	y)�Tbufferz5Ring buffer used as undobuffer for RawTurtle objects.c�F�||_dgg|z|_d|_d|_y)NrF)�bufsize�buffer�ptr�cumulate)r�rBs  r�r/zTbuffer.__init__�s'������v�h��(��������
r�Nc��|�2t|j�D]}dg|j|<�d|_y||_dgg|z|_d|_y)Nr)r	rBrCrD)r�rBrs   r�raz
Tbuffer.reset�sR���?��4�<�<�(��"&�����A��)�
���#�D�L� �6�(�W�,�D�K���r�c��|jdkDrp|js;|jdz|jz|_||j|j<y|j|jj	|�yyr�)rBrErDrCr�r�s  r��pushzTbuffer.push�s_���<�<�!���=�=� �H�H�q�L�D�L�L�8���(,����D�H�H�%����D�H�H�%�,�,�T�2�r�c���|jdkDrY|j|j}|�ydg|j|j<|jdz
|jz|_|Syr�)rBrCrDr�s  r��popzTbuffer.pop�s^���<�<�!���;�;�t�x�x�(�D��|��)-�����D�H�H�%� �H�H�q�L�D�L�L�8����
�r�c�T�|j|jjdg�z
Sr�)rBrC�countr�s r��nr_of_itemszTbuffer.nr_of_items�s"���|�|�d�k�k�/�/���7�7�7r�c�^�t|j�dzt|j�zS)N� )rrCrDr�s r�r�zTbuffer.__repr__�s#���4�;�;��#�%��D�H�H�
�5�5r�)r�r�)
r�r�r�r�r/rarHrJrMr�r�r�r�r@r@�s#��?��
�3��8�6r�r@c���eZdZdZdZedededfd�Zd�Zd!d	�Zd
�Z	d!d�Z
d�Zd
�Zd!d�Z
d�Zd�Zd�Zd"d�Zd!d�Zd�Zd�Zd�Zd�Zd�Zd�Zd#d�Zd�Zd!d�Zd"d�Zd$d�Zd!d�Zd%d �ZeZ eZ!eZ"e
Z#eZ$y)&r	z�Provides screen oriented methods like bgcolor etc.

    Only relies upon the methods of TurtleScreenBase and NOT
    upon components of the underlying graphics toolkit -
    which is Tkinter in this case.
    Trrrc�
�tj||�tdd�tdd�tdd�tdd�tdd�tdd�td|j��d	�|_d
di|_||_||_td|_	g|_
|j�tjd
k(r;|j�}|jddddd�|jddddd�yy)Nr4)����r�r�r�rr�))r�)����)rr�)����)����	)����)����)r[r�)������)���r_)r_rc)rYra�rr[)�ra)�rc)r^r_)r`rb)rZr�)rfr`)r\r^)rZr\)rerZ)r�r�)rrX)rT)��Q�#@���Q�@)�G�z. @��Q��@)rjri)rhrgrU)���Q��rg)��Q���ri)�G�z. �rj)��Q�#�rhrR)rnrk)rmrl)rlrm)rkrn)g�g$�)rhrn)rjrm)rirl)rgrk))r�rS)r�r�)rSr�)rSrS))r���G�z�)rg�����'@)rSro)�rr)rar]rd)r`r]r�)�arrowr�r5�square�triangler�r��nopicr�r�darwin�wm�
attributesr�z-topmost�1�0)r�r/rr��_shapes�_bgpics�_mode�_delayvaluer��
_colormode�_keysr6�sys�platformr0�call)r�r�rrr�
rootwindows      r�r/zTurtleScreen.__init__�s	���!�!�$��+�#�9�.G�H�"�9�/&�'�
#�9�/H�I�#�9�/)�*�"�9�/+�,�"�9�.K�L�"�7�D�,<�,<�,>�?�%���* �"�~�����
� ����{�+�����
��
�
���<�<�8�#��*�*�,�J��O�O�D�,��Z��E��O�O�D�,��Z��E�
$r�c��td|_td|_|jd�|j	d�|_d|_d|_d|_g|_	|jd�d	D]}|jd
|��|jd
�|jd
d
D]&}|jd
|�|jd
|��(d
t_y
)aqDelete all drawings and all turtles from the TurtleScreen.

        No argument.

        Reset empty TurtleScreen to its initial state: white background,
        no backgroundimage, no eventbindings and tracing on.

        Example (for a TurtleScreen instance named screen):
        >>> screen.clear()

        Note: this method is not available as function.
        rr�allr�rtr�rr)r�r�N)r�r}r~r�r��_bgpic�
_bgpicname�_tracing�_updatecounter�_turtlesrrSr rrr�_pen)r��btnr�s   r�r6zTurtleScreen.clear�s��� ��=����{�+������U���'�'��+���!�����
������
����W���C��L�L��s�#��������:�:�a�=�C��J�J�t�S�!��O�O�D�#�&�!���r�Nc�J�|�|jS|j�}|dvrtd|z��||_|dvrX|j|jdz|j
dz|jdz|j
dz�dx|_|_|j�y)ahSet turtle-mode ('standard', 'logo' or 'world') and perform reset.

        Optional argument:
        mode -- one of the strings 'standard', 'logo' or 'world'

        Mode 'standard' is compatible with turtle.py.
        Mode 'logo' is compatible with most Logo-Turtle-Graphics.
        Mode 'world' uses userdefined 'worldcoordinates'. *Attention*: in
        this mode angles appear distorted if x/y unit-ratio doesn't equal 1.
        If mode is not given, return the current mode.

             Mode      Initial turtle heading     positive angles
         ------------|-------------------------|-------------------
          'standard'    to the right (east)       counterclockwise
            'logo'        upward    (north)         clockwise

        Examples:
        >>> mode('logo')   # resets turtle heading to north
        >>> mode()
        'logo'
        N�r��logo�worldzNo turtle-graphics-mode %s)r�r�rr�)	r|r7r1rr�r�r�r�ra�r�rs  r�rzTurtleScreen.modes���,�<��:�:���z�z�|���4�4�%�&B�T�&I�J�J���
��'�'��!�!�4�>�>�/�1�"4�t���6F��6I�'+�~�~�q�'8�$�/�/�1�:L�
N�(+�+�D�K�$�+��
�
�r�c�t�|j�dk7r|jd�t||z
�}t||z
�}|j�\}}|j|dz
|dz
�|j|j
}
}	|j|z|_|j|z|_||jz}||j
z}|j|z}
|j|z}|j|||
|�|j|j|	z|j
|
z�|j�y)asSet up a user defined coordinate-system.

        Arguments:
        llx -- a number, x-coordinate of lower left corner of canvas
        lly -- a number, y-coordinate of lower left corner of canvas
        urx -- a number, x-coordinate of upper right corner of canvas
        ury -- a number, y-coordinate of upper right corner of canvas

        Set up user coodinat-system and switch to mode 'world' if necessary.
        This performs a screen.reset. If mode 'world' is already active,
        all drawings are redrawn according to the new coordinates.

        But ATTENTION: in user-defined coordinatesystems angles may appear
        distorted. (see Screen.mode())

        Example (for a TurtleScreen instance named screen):
        >>> screen.setworldcoordinates(-10,-0.5,50,1.5)
        >>> for _ in range(36):
        ...     left(10)
        ...     forward(0.5)
        r��N)rr�rr&r�r�r�r�rrr-)r��llx�lly�urx�ury�xspan�yspan�wx�wy�	oldxscale�	oldyscalerrrrs               r�r(z TurtleScreen.setworldcoordinates$s
��,�9�9�;�'�!��I�I�g���c�C�i� ���c�C�i� ���"�"�$���B�����2��r�"�u�%�#�{�{�D�K�K�9�	��n�n�u�,����o�o��-����T�[�[� ���t�d�k�k�!���~�~��$������%�����d�D�$��5��
�
�d�k�k�)�+�T�[�[��-B�C����
r�c���|�F|j�jd�rtd|j|��}n't	d��t|t�rtd|�}||j|<y)a�Adds a turtle shape to TurtleScreen's shapelist.

        Arguments:
        (1) name is the name of a gif-file and shape is None.
            Installs the corresponding image shape.
            !! Image-shapes DO NOT rotate when turning the turtle,
            !! so they do not display the heading of the turtle!
        (2) name is an arbitrary string and shape is a tuple
            of pairs of coordinates. Installs the corresponding
            polygon shape
        (3) name is an arbitrary string and shape is a
            (compound) Shape object. Installs the corresponding
            compound shape.
        To use a shape, you have to issue the command shape(shapename).

        call: register_shape("turtle.gif")
        --or: register_shape("tri", ((0,0), (10,10), (-10,10)))

        Example (for a TurtleScreen instance named screen):
        >>> screen.register_shape("triangle", ((5,-3),(0,5),(-5,-3)))

        Nr5r�z;Bad arguments for register_shape.
Use  help(register_shape)r4)r7r8rr�r1r�r�rz)r��namerls   r�r$zTurtleScreen.register_shapeKsk��.�=��z�z�|�$�$�V�,��g�t�{�{�4�'8�9��)�+H�J�J�
��u�
%��)�U�+�E�"����T�r�c��t|�dk(r|d}t|t�r/|j|�s|dk(r|St	dt|�z��	|\}}}|jdk(r#|||fD�cgc]}td|z���c}\}}}d|cxkrdkrnnd|cxkrdkrnn
d|cxkrdksnt	d	t|�z��d
|||fzS#t
tf$rt	dt|�z��wxYwcc}w)aReturn color string corresponding to args.

        Argument may be a string or a tuple of three
        numbers corresponding to actual colormode,
        i.e. in the range 0<=n<=colormode.

        If the argument doesn't represent a color,
        an error is raised.
        r�rr�zbad color string: %s�bad color arguments: %sr���o@��bad color sequence: %s�
#%02x%02x%02x)	r
r�rr�r1�	TypeErrorr�r~�round)r�r:r��g�br�s      r��	_colorstrzTurtleScreen._colorstrns
���u�:��?��!�H�E��e�S�!��"�"�5�)�U�b�[���)�*@�3�u�:�*M�N�N�	N��G�A�q�!��?�?�c�!�01�1�a�y�9�y�!�u�U�1�W�~�y�9�G�A�q�!��a��3��Q�!�]�s�]��a��3��%�&>��U��&K�L�L��!�Q���*�*��
�:�&�	N�%�&?�#�e�*�&L�M�M�	N��:s�C�0C>�'C;c	�@��|jd�s|St|�dk(r dD�cgc]}t|||dzd���}}n?t|�dk(r#|ddD�cgc]}dt||d�z��}}ntd|z��t	�fd	�|D��Scc}wcc}w)
Nr�rZ)r�r�r`rrVrer�zbad colorstring: %sc3�B�K�|]}|�jzdz���y�w)r�N)r~)�.0r�r�s  �r��	<genexpr>z&TurtleScreen._color.<locals>.<genexpr>�s �����9�b��Q����(��,�b�s�)r�r
r�r1r�)r��cstrrr�r�s`    r��_colorzTurtleScreen._color�s�������s�#��K��t�9��>�09�:�	�1�#�d�1�Q�q�S�k�2�&�	�B�:�
��Y�!�^�/3�A�B�x�8�x�!�"�S��a��"�%�%�x�B�8�%�&;�d�&B�C�C��9�b�9�9�9��;��8s�B�Bc�x�|�|jS|dk(rt|�|_y|dk(rt|�|_yy)aqReturn the colormode or set it to 1.0 or 255.

        Optional argument:
        cmode -- one of the values 1.0 or 255

        r, g, b values of colortriples have to be in range 0..cmode.

        Example (for a TurtleScreen instance named screen):
        >>> screen.colormode()
        1.0
        >>> screen.colormode(255)
        >>> pencolor(240,160,80)
        Nr�r�)r~r�r�)r��cmodes  r�rzTurtleScreen.colormode�s<���=��?�?�"��C�<�#�E�l�D�O�
�c�\�!�%�j�D�O�r�c�|�|jD]-}|j|j�|j��/y)z�Reset all Turtles on the Screen to their initial state.

        No argument.

        Example (for a TurtleScreen instance named screen):
        >>> screen.reset()
        N)r��_setmoder|ra)r�r�s  r�razTurtleScreen.reset�s+���m�m�F��O�O�D�J�J�'��L�L�N�$r�c��|jS)z�Return the list of turtles on the screen.

        Example (for a TurtleScreen instance named screen):
        >>> screen.turtles()
        [<turtle.Turtle object at 0x00E11FB0>]
        )r�r�s r�r,zTurtleScreen.turtles�s���}�}�r�c�z�|r|j|�}nd}|j|�}|�|j|�}|S)a�Set or return backgroundcolor of the TurtleScreen.

        Arguments (if given): a color string or three numbers
        in the range 0..colormode or a 3-tuple of such numbers.

        Example (for a TurtleScreen instance named screen):
        >>> screen.bgcolor("orange")
        >>> screen.bgcolor()
        'orange'
        >>> screen.bgcolor(0.5,0,0.5)
        >>> screen.bgcolor()
        '#800080'
        N)r�r�r��r�rXr:s   r�rzTurtleScreen.bgcolor�sA����N�N�4�(�E��E��
�
�e�$�����K�K��&�E��r�c��|�|jSt|�|_d|_|�t|�|_|jr|j	�yy)aeTurns turtle animation on/off and set delay for update drawings.

        Optional arguments:
        n -- nonnegative  integer
        delay -- nonnegative  integer

        If n is given, only each n-th regular screen update is really performed.
        (Can be used to accelerate the drawing of complex graphics.)
        Second arguments sets delay value (see RawTurtle.delay())

        Example (for a TurtleScreen instance named screen):
        >>> screen.tracer(8, 25)
        >>> dist = 2
        >>> for i in range(200):
        ...     fd(dist)
        ...     rt(90)
        ...     dist += 2
        Nr)r�r�r�r}r-)r��nrs   r�r+zTurtleScreen.tracer�sM��&
�9��=�=� ��A���
������"�5�z�D���=�=��K�K�M�r�c�@�|�|jSt|�|_y)z� Return or set the drawing delay in milliseconds.

        Optional argument:
        delay -- positive integer

        Example (for a TurtleScreen instance named screen):
        >>> screen.delay(15)
        >>> screen.delay()
        15
        N)r}r�r�s  r�rzTurtleScreen.delay�s!���=��#�#�#��u�:��r�c���tjsdt_t�|jdkDr5|xjdz
c_|xj|jzc_yy)zIncrement update counter.Trr�N)r	�_RUNNINGr�r�r�r�s r��
_incrementudczTurtleScreen._incrementudcsP���$�$�$(�L�!����=�=�1�����1�$�����4�=�=�0��r�c���|j}d|_|j�D]"}|j�|j��$||_|j	�y)z'Perform a TurtleScreen update.
        TN)r�r,�_update_data�_drawturtler�)r��tracingr�s   r�r-zTurtleScreen.update	sI���-�-����
�����A�
�N�N��
�M�M�O� � ��
����r�c�(�|j�dS)z� Return the width of the turtle window.

        Example (for a TurtleScreen instance named screen):
        >>> screen.window_width()
        640
        r�rr�s r�r/zTurtleScreen.window_width���� � �"�1�%�%r�c�(�|j�dS)z� Return the height of the turtle window.

        Example (for a TurtleScreen instance named screen):
        >>> screen.window_height()
        480
        r�r�r�s r�r.zTurtleScreen.window_heightr�r�c��|jS)z�Return the Canvas of this TurtleScreen.

        No argument.

        Example (for a Screen instance named screen):
        >>> cv = screen.getcanvas()
        >>> cv
        <turtle.ScrolledCanvas instance at 0x010742D8>
        )r�r�s r�rzTurtleScreen.getcanvas&s
���w�w�r�c�H�t|jj��S)z�Return a list of names of all currently available turtle shapes.

        No argument.

        Example (for a TurtleScreen instance named screen):
        >>> screen.getshapes()
        ['arrow', 'blank', 'circle', ... , 'turtle']
        )�sortedrzrr�s r�rzTurtleScreen.getshapes2s���d�l�l�'�'�)�*�*r�c�*�|j|||�y)a�Bind fun to mouse-click event on canvas.

        Arguments:
        fun -- a function with two arguments, the coordinates of the
               clicked point on the canvas.
        btn -- the number of the mouse-button, defaults to 1

        Example (for a TurtleScreen instance named screen)

        >>> screen.onclick(goto)
        >>> # Subsequently clicking into the TurtleScreen will
        >>> # make the turtle move to the clicked point.
        >>> screen.onclick(None)
        N)r��r�r�r�r�s    r�rSzTurtleScreen.onclick=s��	
���C��c�*r�c���|�*||jvrE|jj|�n)||jvr|jj|�|j||�y)amBind fun to key-release event of key.

        Arguments:
        fun -- a function with no arguments
        key -- a string: key (e.g. "a") or key-symbol (e.g. "space")

        In order to be able to register key-events, TurtleScreen
        must have focus. (See method listen.)

        Example (for a TurtleScreen instance named screen):

        >>> def f():
        ...     fd(50)
        ...     lt(60)
        ...
        >>> screen.onkey(f, "Up")
        >>> screen.listen()

        Subsequently the turtle can be moved by repeatedly pressing
        the up-arrow key, consequently drawing a hexagon

        N)r�remover�r��r�r�r�s   r�rzTurtleScreen.onkeyNsU��.�;��d�j�j� ��
�
�!�!�#�&�
��
�
�
"��J�J���c�"����3��$r�c���|�*||jvrG|jj|�n+|�)||jvr|jj|�|j||�y)aBind fun to key-press event of key if key is given,
        or to any key-press-event if no key is given.

        Arguments:
        fun -- a function with no arguments
        key -- a string: key (e.g. "a") or key-symbol (e.g. "space")

        In order to be able to register key-events, TurtleScreen
        must have focus. (See method listen.)

        Example (for a TurtleScreen instance named screen
        and a Turtle instance named turtle):

        >>> def f():
        ...     fd(50)
        ...     lt(60)
        ...
        >>> screen.onkeypress(f, "Up")
        >>> screen.listen()

        Subsequently the turtle can be moved by repeatedly pressing
        the up-arrow key, or by keeping pressed the up-arrow key.
        consequently drawing a hexagon.
        N)rr�r�r�r�s   r�r zTurtleScreen.onkeypresslsY��2�;��d�j�j� ��
�
�!�!�#�&�
�_��D�J�J�!6��J�J���c�"�����c�"r�c�$�|j�y)aSet focus on TurtleScreen (in order to collect key-events)

        No arguments.
        Dummy arguments are provided in order
        to be able to pass listen to the onclick method.

        Example (for a TurtleScreen instance named screen):
        >>> screen.listen()
        N)r�)r��xdummy�ydummys   r�rzTurtleScreen.listen�s
��	
���r�c�(�|j||�y)a�Install a timer, which calls fun after t milliseconds.

        Arguments:
        fun -- a function with no arguments.
        t -- a number >= 0

        Example (for a TurtleScreen instance named screen):

        >>> running = True
        >>> def f():
        ...     if running:
        ...             fd(50)
        ...             lt(60)
        ...             screen.ontimer(f, 250)
        ...
        >>> f()   # makes the turtle marching around
        >>> running = False
        N)r�r�s   r�r#zTurtleScreen.ontimer�s��&	
�
�
�c�1�r�c���|�|jS||jvr|j|�|j|<|j|j|j|�||_y)aFSet background image or return name of current backgroundimage.

        Optional argument:
        picname -- a string, name of a gif-file or "nopic".

        If picname is a filename, set the corresponding image as background.
        If picname is "nopic", delete backgroundimage, if present.
        If picname is None, return the filename of the current backgroundimage.

        Example (for a TurtleScreen instance named screen):
        >>> screen.bgpic()
        'nopic'
        >>> screen.bgpic("landscape.gif")
        >>> screen.bgpic()
        'landscape.gif'
        N)r�r{r�rr�)r��picnames  r�rzTurtleScreen.bgpic�sX��"�?��?�?�"��$�,�,�&�$(�K�K��$8�D�L�L��!����t�{�{�D�L�L��$9�:�!��r�c�(�|j|||�S)a�Resize the canvas the turtles are drawing on.

        Optional arguments:
        canvwidth -- positive integer, new width of canvas in pixels
        canvheight --  positive integer, new height of canvas in pixels
        bg -- colorstring or color-tuple, new backgroundcolor
        If no arguments are given, return current (canvaswidth, canvasheight)

        Do not alter the drawing window. To observe hidden parts of
        the canvas use the scrollbars. (Can make visible those parts
        of a drawing, which were outside the canvas before!)

        Example (for a Turtle instance named turtle):
        >>> turtle.screensize(2000,1500)
        >>> # e.g. to search for an erroneously escaped turtle ;-)
        )rrJs    r�r&zTurtleScreen.screensize�s��"�|�|�I�z�2�6�6r�r��NNr-�rrf)%r�r�r�r�r�r�r/r6rr(r$r�r�rrar,rr+rr�r-r/r.rrrSrr rr#rr&r"r%rrr!r�r�r�r	r	�s�����H� $�V����,�D��M�&F�P�< �D%�N!#�F+�6	:�)�*
���.�8
&�1�	�&�&�
�	+�+�"%�<#�@
��*"�07�&�M��K��K��H��Lr�r	c�L�eZdZdZedd�edd�edd�d�ZdZdZdZefd�Z	d	�Z
d*d�Zd�Zd+d
�Z
d�Zd�Zd�Zd�Zd,dd�dedd
fd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd*d�Zd�Zd �Zd!�Zd*d"�Zd*d#�Z d$�Z!d%�Z"d,d&�Z#d-d'�Z$d,d(�Z%d*d)�Z&eZ'eZ(eZ)eZ*eZ+eZ,eZ-eZ.e"Z/y
).�
TNavigatorzRNavigation part of the RawTurtle.
    Implements methods for turtle movement.
    r��)r�r�r�r�rr�c���|j|_|j|_||_d|_|j
�d|_|j|�tj|�yr�)
�DEFAULT_ANGLEOFFSET�_angleOffset�DEFAULT_ANGLEORIENT�_angleOrientr|�
undobufferr;r�r�rar�s  r�r/zTNavigator.__init__�sV�� �4�4��� �4�4�����
����������
��
�
�d������r�c�j�tdd�|_tj|j|_y)zXreset turtle to its initial values

        Will be overwritten by parent class
        r�N)r�	_positionr��START_ORIENTATIONr|�_orientr�s r�razTNavigator.reset�s'��
�s�C����"�4�4�T�Z�Z�@��r�Nc��|�|jS|dvry||_|dvrd|_d|_y|jdz|_d|_y)z:Set turtle-mode to 'standard', 'world' or 'logo'.
        Nr�)r�r�rr��@r)r|r�r��_fullcircler�s  r�r�zTNavigator._setmode�sZ���<��:�:���4�4����
��(�(� !�D�� !�D�� $� 0� 0�� 3�D�� "�D�r�c�h�||_d|z|_|jdk(rd|_y|dz|_y)z+Helper function for degrees() and radians()ihr�rr�N)r��
_degreesPerAUr|r��r��
fullcircles  r��_setDegreesPerAUzTNavigator._setDegreesPerAUs6��%��� ��^����:�:��#� !�D�� *�2�
�D�r�c�&�|j|�y)a> Set angle measurement units to degrees.

        Optional argument:
        fullcircle -  a number

        Set angle measurement units, i. e. set number
        of 'degrees' for a full circle. Default value is
        360 degrees.

        Example (for a Turtle instance named turtle):
        >>> turtle.left(90)
        >>> turtle.heading()
        90

        Change angle measurement unit to grad (also known as gon,
        grade, or gradian and equals 1/100-th of the right angle.)
        >>> turtle.degrees(400.0)
        >>> turtle.heading()
        100

        N)r�r�s  r�r;zTNavigator.degreess��,	
���j�)r�c�B�|jtj�y)a Set the angle measurement units to radians.

        No arguments.

        Example (for a Turtle instance named turtle):
        >>> turtle.heading()
        90
        >>> turtle.radians()
        >>> turtle.heading()
        1.5707963267948966
        N)r�r��taur�s r�r_zTNavigator.radians,s��	
���d�h�h�'r�c�^�|j|j|zz}|j|�y)z)move turtle forward by specified distanceN)r�r��_goto)r�r<�endes   r��_gozTNavigator._go:s%���~�~����x� 7�7���
�
�4�r�c�b�||jz}|jj|�|_y)z=Turn turtle counterclockwise by specified angle if angle > 0.N)r�r�r��r�r�s  r��_rotatezTNavigator._rotate?s(��
��#�#�#���|�|�*�*�5�1��r�c��||_y)zmove turtle to position end.N�r�)r��ends  r�r�zTNavigator._gotoDs	����r�F��fill_gapr��returnc�r�|�|n|jd}|�|n|jd}t||�|_y)zPTo be overwritten by child class RawTurtle.
        Includes no TPen references.Nrr�)r�r)r�r�r�r��new_x�new_ys      r�rtzTNavigator.teleportHs:���]�����q�(9���]�����q�(9���u�e�,��r�c�&�|j|�y)aMove the turtle forward by the specified distance.

        Aliases: forward | fd

        Argument:
        distance -- a number (integer or float)

        Move the turtle forward by the specified distance, in the direction
        the turtle is headed.

        Example (for a Turtle instance named turtle):
        >>> turtle.position()
        (0.00, 0.00)
        >>> turtle.forward(25)
        >>> turtle.position()
        (25.00,0.00)
        >>> turtle.forward(-75)
        >>> turtle.position()
        (-50.00,0.00)
        N�r��r�r<s  r�rDzTNavigator.forwardOs��*	
����r�c�(�|j|�y)a�Move the turtle backward by distance.

        Aliases: back | backward | bk

        Argument:
        distance -- a number

        Move the turtle backward by distance, opposite to the direction the
        turtle is headed. Do not change the turtle's heading.

        Example (for a Turtle instance named turtle):
        >>> turtle.position()
        (0.00, 0.00)
        >>> turtle.backward(30)
        >>> turtle.position()
        (-30.00, 0.00)
        Nrrs  r�r0zTNavigator.backfs��$	
���(��r�c�(�|j|�y)a�Turn turtle right by angle units.

        Aliases: right | rt

        Argument:
        angle -- a number (integer or float)

        Turn turtle right by angle units. (Units are by default degrees,
        but can be set via the degrees() and radians() functions.)
        Angle orientation depends on mode. (See this.)

        Example (for a Turtle instance named turtle):
        >>> turtle.heading()
        22.0
        >>> turtle.right(45)
        >>> turtle.heading()
        337.0
        N�r�r�s  r�r`zTNavigator.rightzs��&	
���e�V�r�c�&�|j|�y)a�Turn turtle left by angle units.

        Aliases: left | lt

        Argument:
        angle -- a number (integer or float)

        Turn turtle left by angle units. (Units are by default degrees,
        but can be set via the degrees() and radians() functions.)
        Angle orientation depends on mode. (See this.)

        Example (for a Turtle instance named turtle):
        >>> turtle.heading()
        22.0
        >>> turtle.left(45)
        >>> turtle.heading()
        67.0
        Nrr�s  r�rQzTNavigator.left�s��&	
���U�r�c��|jS)z�Return the turtle's current location (x,y), as a Vec2D-vector.

        Aliases: pos | position

        No arguments.

        Example (for a Turtle instance named turtle):
        >>> turtle.pos()
        (0.00, 240.00)
        r�r�s r�r\zTNavigator.pos�s���~�~�r�c� �|jdS)z� Return the turtle's x coordinate.

        No arguments.

        Example (for a Turtle instance named turtle):
        >>> reset()
        >>> turtle.left(60)
        >>> turtle.forward(100)
        >>> print(turtle.xcor())
        50.0
        rr�r�s r�r~zTNavigator.xcor�����~�~�a� � r�c� �|jdS)a
 Return the turtle's y coordinate
        ---
        No arguments.

        Example (for a Turtle instance named turtle):
        >>> reset()
        >>> turtle.left(60)
        >>> turtle.forward(100)
        >>> print(turtle.ycor())
        86.6025403784
        r�r�r�s r�rzTNavigator.ycor�r
r�c�n�|�|jt|��y|jt||��y)atMove turtle to an absolute position.

        Aliases: setpos | setposition | goto:

        Arguments:
        x -- a number      or     a pair/vector of numbers
        y -- a number             None

        call: goto(x, y)         # two coordinates
        --or: goto((x, y))       # a pair (tuple) of coordinates
        --or: goto(vec)          # e.g. as returned by pos()

        Move turtle to an absolute position. If the pen is down,
        a line will be drawn. The turtle's orientation does not change.

        Example (for a Turtle instance named turtle):
        >>> tp = turtle.pos()
        >>> tp
        (0.00, 0.00)
        >>> turtle.setpos(60,30)
        >>> turtle.pos()
        (60.00,30.00)
        >>> turtle.setpos((20,80))
        >>> turtle.pos()
        (20.00,80.00)
        >>> turtle.setpos(tp)
        >>> turtle.pos()
        (0.00,0.00)
        N)r�r)r�r�r�s   r�rJzTNavigator.goto�s+��<
�9��J�J�u�a�y�!��J�J�u�Q��{�#r�c�J�|jdd�|jd�y)a$Move turtle to the origin - coordinates (0,0).

        No arguments.

        Move turtle to the origin - coordinates (0,0) and set its
        heading to its start-orientation (which depends on mode).

        Example (for a Turtle instance named turtle):
        >>> turtle.home()
        rN)rJrer�s r�rMzTNavigator.home�s��	
�	�	�!�Q������r�c�T�|jt||jd��y)a�Set the turtle's first coordinate to x

        Argument:
        x -- a number (integer or float)

        Set the turtle's first coordinate to x, leave second coordinate
        unchanged.

        Example (for a Turtle instance named turtle):
        >>> turtle.position()
        (0.00, 240.00)
        >>> turtle.setx(10)
        >>> turtle.position()
        (10.00, 240.00)
        r�N�r�rr�)r�r�s  r�rjzTNavigator.setx�s �� 	
�
�
�5��D�N�N�1�-�.�/r�c�T�|jt|jd|��y)a�Set the turtle's second coordinate to y

        Argument:
        y -- a number (integer or float)

        Set the turtle's first coordinate to x, second coordinate remains
        unchanged.

        Example (for a Turtle instance named turtle):
        >>> turtle.position()
        (0.00, 40.00)
        >>> turtle.sety(-10)
        >>> turtle.position()
        (0.00, -10.00)
        rNr)r�r�s  r�rkzTNavigator.setys �� 	
�
�
�5�����*�A�.�/r�c���|�t||�}t|t�r|}n5t|t�r	t|�}nt|t�r|j}t|jz
�S)a�Return the distance from the turtle to (x,y) in turtle step units.

        Arguments:
        x -- a number   or  a pair/vector of numbers   or   a turtle instance
        y -- a number       None                            None

        call: distance(x, y)         # two coordinates
        --or: distance((x, y))       # a pair (tuple) of coordinates
        --or: distance(vec)          # e.g. as returned by pos()
        --or: distance(mypen)        # where mypen is another turtle

        Example (for a Turtle instance named turtle):
        >>> turtle.pos()
        (0.00, 0.00)
        >>> turtle.distance(30,40)
        50.0
        >>> pen = Turtle()
        >>> pen.forward(77)
        >>> turtle.distance(pen)
        77.0
        )rr�r�r�r��abs)r�r�r�r\s    r�r<zTNavigator.distance#s]��,
�=���1�+�C��a����C�
��5�
!���)�C�
��:�
&��+�+�C��3����'�(�(r�c��|�t||�}t|t�r|}n5t|t�r	t|�}nt|t�r|j}|jz
\}}tt
jt
j||��d�dz}||jz}|j|j|zz|jzS)aCReturn the angle of the line from the turtle's position to (x, y).

        Arguments:
        x -- a number   or  a pair/vector of numbers   or   a turtle instance
        y -- a number       None                            None

        call: distance(x, y)         # two coordinates
        --or: distance((x, y))       # a pair (tuple) of coordinates
        --or: distance(vec)          # e.g. as returned by pos()
        --or: distance(mypen)        # where mypen is another turtle

        Return the angle, between the line from turtle-position to position
        specified by x, y and the turtle's start orientation. (Depends on
        modes - "standard" or "logo")

        Example (for a Turtle instance named turtle):
        >>> turtle.pos()
        (10.00, 10.00)
        >>> turtle.towards(0,0)
        225.0
        r���v@)
rr�r�r�r�r�r�r;�atan2r�r�r�r�)r�r�r�r\�results     r�rwzTNavigator.towardsCs���,
�=���1�+�C��a����C�
��5�
!���)�C�
��:�
&��+�+�C��T�^�^�#���1��t�|�|�D�J�J�q�!�$4�5�r�:�U�B���$�$�$�$���!�!�D�$5�$5�f�$<�<��@P�@P�P�Pr�c��|j\}}ttjtj||��d�dz}||j
z}|j|j|zz|jzS)z� Return the turtle's current heading.

        No arguments.

        Example (for a Turtle instance named turtle):
        >>> turtle.left(67)
        >>> turtle.heading()
        67.0
        r�r)	r�r�r�r;rr�r�r�r�)r�r�r�rs    r�rKzTNavigator.headingfsm���|�|���1��t�|�|�D�J�J�q�!�$4�5�r�:�U�B���$�$�$�$���!�!�D�$5�$5�f�$<�<��@P�@P�P�Pr�c��||j�z
|jz}|j}||dzz|z|dzz
}|j|�y)a�Set the orientation of the turtle to to_angle.

        Aliases:  setheading | seth

        Argument:
        to_angle -- a number (integer or float)

        Set the orientation of the turtle to to_angle.
        Here are some common directions in degrees:

         standard - mode:          logo-mode:
        -------------------|--------------------
           0 - east                0 - north
          90 - north              90 - east
         180 - west              180 - south
         270 - south             270 - west

        Example (for a Turtle instance named turtle):
        >>> turtle.setheading(90)
        >>> turtle.heading()
        90
        �@N)rKr�r�r�)r��to_angler��fulls    r�rezTNavigator.setheadingusQ��.�D�L�L�N�*�D�,=�,=�=�������t�B�w���$�t�B�w�.�����U�r�c	���|jr-|jjdg�d|j_|j�}|�|j}|�Bt|�|jz}dt
tdt|�dzzd�|z�z}d|z|z}d	|z}d
|ztjtj|�|jz�z}|dkr	|||}}}|j�}	|j�}
|dk(r|jdd�n|jd�|j|�t|�D]F}|j|�|j!|�|jd�|j|��H|j|�|dk(r|j|	|
�|j|�|jrd|j_yy)
a� Draw a circle with given radius.

        Arguments:
        radius -- a number
        extent (optional) -- a number
        steps (optional) -- an integer

        Draw a circle with given radius. The center is radius units left
        of the turtle; extent - an angle - determines which part of the
        circle is drawn. If extent is not given, draw the entire circle.
        If extent is not a full circle, one endpoint of the arc is the
        current pen position. Draw the arc in counterclockwise direction
        if radius is positive, otherwise in clockwise direction. Finally
        the direction of the turtle is changed by the amount of extent.

        As the circle is approximated by an inscribed regular polygon,
        steps determines the number of steps to use. If not given,
        it will be calculated automatically. Maybe used to draw regular
        polygons.

        call: circle(radius)                  # full circle
        --or: circle(radius, extent)          # arc
        --or: circle(radius, extent, steps)
        --or: circle(radius, steps=6)         # 6-sided polygon

        Example (for a Turtle instance named turtle):
        >>> turtle.circle(50)
        >>> turtle.circle(120, 180)  # semicircle
        �seqTNr��g@g�M@r�r�rrF)r�rHrErqr�rr��minr�r�r_r��_tracerr�r�r	r�)r��radius�extent�stepsrq�fracr��w2�l�tr�dlrs            r�r5zTNavigator.circle�s���<�?�?��O�O� � �%��)�'+�D�O�O�$��
�
����>��%�%�F��=��v�;�t�/�/�/�D��c�#�b��V��S��0�$�7��<�=�=�E��&�L�5� ��
�1�W���&�L�4�8�8�D�L�L��$4�T�5G�5G�$G�H�H���A�:��r�A�2��s�"�q�A�
�\�\�^��
�[�[�]���A�:��L�L��A���J�J�q�M����R���u��A��J�J�u���H�H�Q�K��J�J�q�M��L�L��O�	�
	
���b�S���A�:��L�L��R� ��
�
�5���?�?�',�D�O�O�$�r�c��y�z/dummy method - to be overwritten by child classNr�)r�r�s  r�rqzTNavigator.speed���r�c��yr*r�)r��ar�s   r�r zTNavigator._tracer�r+r�c��yr*r�)r�r�s  r�r�zTNavigator._delay�r+r�r�)rr�r�)0r�r�r�r�rr��DEFAULT_MODEr�r�r/rar�r�r;r_r�r�r��boolrtrDr0r`rQr\r~rrJrMrjrkr<rwrKrer5rqr r�rAr4r1rcrRr]rfrgrdr�r�r�r�r��s����#�s�O��#�s�O��#�s�O�'���L�����(��A�
#�.�*�0(��
2�
�-�5�-�D�-�T�-��.�(�*�*�!�!�!$�F�0�$0�$)�@!Q�F
Q��8=-�B>�>�>�
�B�	
�B��H�	�B�	
�B��H�
�F��K��Dr�r�c���eZdZdZedfd�Zededfd�Zdd�Zdd	�Zd
�Z	d�Z
d�Zdd
�Zd�Z
d�Zd�Zddd�deddfd�Zd�Zd�Zd�Zdd�Zd d�Zd!d�Zd�Zd�ZeZe	Ze	Ze
Ze
ZeZeZ y)"�TPenzFDrawing part of the RawTurtle.
    Implements drawing properties.
    rbc�J�||_d|_tj|�yr�)�_resizemoder�r2�_reset)r�rbs  r�r/z
TPen.__init__�s��%���������D�r�rXrBc��d|_d|_||_||_d|_d|_d|_d|_d|_d|_	d|_
y)Nr�Tr�)r�r�r�)r�r�r�r�)�_pensize�_shown�	_pencolor�
_fillcolor�_drawing�_speed�_stretchfactor�_shearfactor�_tilt�_shapetrafo�
_outlinewidth)r�rXrBs   r�r5zTPen._reset�sS����
����!���#�����
����&��������
�+�����r�Nc�n�|�|jS|j�}|dvr|j|��yy)azSet resizemode to one of the values: "auto", "user", "noresize".

        (Optional) Argument:
        rmode -- one of the strings "auto", "user", "noresize"

        Different resizemodes have the following effects:
          - "auto" adapts the appearance of the turtle
                   corresponding to the value of pensize.
          - "user" adapts the appearance of the turtle according to the
                   values of stretchfactor and outlinewidth (outline),
                   which are set by shapesize()
          - "noresize" no adaption of the turtle's appearance takes place.
        If no argument is given, return current resizemode.
        resizemode("user") is called by a call of shapesize with arguments.


        Examples (for a Turtle instance named turtle):
        >>> turtle.resizemode("noresize")
        >>> turtle.resizemode()
        'noresize'
        N)�auto�userr��rb)r4r7rW)r��rmodes  r�rbzTPen.resizemode�s<��,�=��#�#�#����
���0�0��H�H��H�&�1r�c�D�|�|jS|j|��y)a!Set or return the line thickness.

        Aliases:  pensize | width

        Argument:
        width -- positive number

        Set the line thickness to width or return it. If resizemode is set
        to "auto" and turtleshape is a polygon, that polygon is drawn with
        the same line thickness. If no argument is given, current pensize
        is returned.

        Example (for a Turtle instance named turtle):
        >>> turtle.pensize()
        1
        >>> turtle.pensize(10)   # from here on lines of width 10 are drawn
        N)rZ)r7rW)r�r|s  r�rZzTPen.pensizes!��$�=��=�=� ������r�c�B�|jsy|jd��y)z�Pull the pen up -- no drawing when moving.

        Aliases: penup | pu | up

        No argument

        Example (for a Turtle instance named turtle):
        >>> turtle.penup()
        NF�rY�r;rWr�s r�r[z
TPen.penup.s���}�}�������r�c�B�|jry|jd��y)z�Pull the pen down -- drawing when moving.

        Aliases: pendown | pd | down

        No argument.

        Example (for a Turtle instance named turtle):
        >>> turtle.pendown()
        NTrIrJr�s r�rYzTPen.pendown<s���=�=�������r�c��|jS)aReturn True if pen is down, False if it's up.

        No argument.

        Example (for a Turtle instance named turtle):
        >>> turtle.penup()
        >>> turtle.isdown()
        False
        >>> turtle.pendown()
        >>> turtle.isdown()
        True
        )r;r�s r�rOzTPen.isdownJs���}�}�r�c��dddddd�}|�|jS||vr||}n%d|cxkrd	krnntt|��}nd}|j|�
�y)a� Return or set the turtle's speed.

        Optional argument:
        speed -- an integer in the range 0..10 or a speedstring (see below)

        Set the turtle's speed to an integer value in the range 0 .. 10.
        If no argument is given: return current speed.

        If input is a number greater than 10 or smaller than 0.5,
        speed is set to 0.
        Speedstrings  are mapped to speedvalues in the following way:
            'fastest' :  0
            'fast'    :  10
            'normal'  :  6
            'slow'    :  3
            'slowest' :  1
        speeds from 1 to 10 enforce increasingly faster animation of
        line drawing and turtle turning.

        Attention:
        speed = 0 : *no* animation takes place. forward/back makes turtle jump
        and likewise left/right make the turtle turn instantly.

        Example (for a Turtle instance named turtle):
        >>> turtle.speed(3)
        rr�rfr�r�)�fastest�fast�normal�slow�slowestNr�g%@)rq)r<r�r�rW)r�rq�speedss   r�rqz
TPen.speedYsa��6�b�1�Q�!�M���=��;�;���F�?��5�M�E�
�5�
�4�
���e��%�E��E����u��r�c�6�|rbt|�}|dk(r|dx}}n|dk(r|\}}n	|dk(r|x}}|j�}|j�}|j||��y|j|j�|j|j
�fS)a�Return or set the pencolor and fillcolor.

        Arguments:
        Several input formats are allowed.
        They use 0, 1, 2, or 3 arguments as follows:

        color()
            Return the current pencolor and the current fillcolor
            as a pair of color specification strings as are returned
            by pencolor and fillcolor.
        color(colorstring), color((r,g,b)), color(r,g,b)
            inputs as in pencolor, set both, fillcolor and pencolor,
            to the given value.
        color(colorstring1, colorstring2),
        color((r1,g1,b1), (r2,g2,b2))
            equivalent to pencolor(colorstring1) and fillcolor(colorstring2)
            and analogously, if the other input format is used.

        If turtleshape is a polygon, outline and interior of that polygon
        is drawn with the newly set colors.
        For more info see: pencolor, fillcolor

        Example (for a Turtle instance named turtle):
        >>> turtle.color('red', 'green')
        >>> turtle.color()
        ('red', 'green')
        >>> colormode(255)
        >>> color((40, 80, 120), (160, 200, 240))
        >>> color()
        ('#285078', '#a0c8f0')
        r�rrr�)rXrBN)r
r�rWr�r9r:)r�rXr&�pcolor�fcolors     r�r:z
TPen.colors���@��D�	�A��A�v�"&�q�'�)����a��!%�����a��"&�&����^�^�F�+�F��^�^�F�+�F��H�H�f��H�7��;�;�t�~�~�.����D�O�O�0L�L�Lr�c��|r4|j|�}||jk(ry|j|��y|j|j�S)aZ Return or set the pencolor.

        Arguments:
        Four input formats are allowed:
          - pencolor()
            Return the current pencolor as color specification string,
            possibly in hex-number format (see example).
            May be used as input to another color/pencolor/fillcolor call.
          - pencolor(colorstring)
            s is a Tk color specification string, such as "red" or "yellow"
          - pencolor((r, g, b))
            *a tuple* of r, g, and b, which represent, an RGB color,
            and each of r, g, and b are in the range 0..colormode,
            where colormode is either 1.0 or 255
          - pencolor(r, g, b)
            r, g, and b represent an RGB color, and each of r, g, and b
            are in the range 0..colormode

        If turtleshape is a polygon, the outline of that polygon is drawn
        with the newly set pencolor.

        Example (for a Turtle instance named turtle):
        >>> turtle.pencolor('brown')
        >>> tup = (0.2, 0.8, 0.55)
        >>> turtle.pencolor(tup)
        >>> turtle.pencolor()
        '#33cc8c'
        N)rX)r�r9rWr�r�s   r�rXz
TPen.pencolor�sE��:��N�N�4�(�E�����&���H�H�e�H�$��;�;�t�~�~�.�.r�c��|r4|j|�}||jk(ry|j|��y|j|j�S)a] Return or set the fillcolor.

        Arguments:
        Four input formats are allowed:
          - fillcolor()
            Return the current fillcolor as color specification string,
            possibly in hex-number format (see example).
            May be used as input to another color/pencolor/fillcolor call.
          - fillcolor(colorstring)
            s is a Tk color specification string, such as "red" or "yellow"
          - fillcolor((r, g, b))
            *a tuple* of r, g, and b, which represent, an RGB color,
            and each of r, g, and b are in the range 0..colormode,
            where colormode is either 1.0 or 255
          - fillcolor(r, g, b)
            r, g, and b represent an RGB color, and each of r, g, and b
            are in the range 0..colormode

        If turtleshape is a polygon, the interior of that polygon is drawn
        with the newly set fillcolor.

        Example (for a Turtle instance named turtle):
        >>> turtle.fillcolor('violet')
        >>> col = turtle.pencolor()
        >>> turtle.fillcolor(col)
        >>> turtle.fillcolor(0, .5, 0)
        N)rB)r�r:rWr�r�s   r�rBzTPen.fillcolor�sE��8��N�N�4�(�E�����'���H�H�u�H�%��;�;�t���/�/r�Fr�r�r�c�p�|j�}|r|jd��|j|��y)z_To be overwritten by child class RawTurtle.
        Includes no TNavigator references.
        FrIN)rOrW)r�r�r�r�rYs     r�rtz
TPen.teleport�s.���+�+�-����H�H�U�H�#������!r�c�(�|jd��y)z�Makes the turtle visible.

        Aliases: showturtle | st

        No argument.

        Example (for a Turtle instance named turtle):
        >>> turtle.hideturtle()
        >>> turtle.showturtle()
        T��shownN�rWr�s r�rpzTPen.showturtle�s��	
���t��r�c�(�|jd��y)aYMakes the turtle invisible.

        Aliases: hideturtle | ht

        No argument.

        It's a good idea to do this while you're in the
        middle of a complicated drawing, because hiding
        the turtle speeds up the drawing observably.

        Example (for a Turtle instance named turtle):
        >>> turtle.hideturtle()
        Fr[Nr]r�s r�rLzTPen.hideturtle	s��	
���u��r�c��|jS)z�Return True if the Turtle is shown, False if it's hidden.

        No argument.

        Example (for a Turtle instance named turtle):
        >>> turtle.hideturtle()
        >>> print(turtle.isvisible())
        False
        )r8r�s r�rPzTPen.isvisible	s���{�{�r�c���|j|j|j|j|j|j
|j|j|j|j|jd�}|s|s|St|t�r|}ni}|j|�i}|D]
}||||<�|jr|jjd|f�d}d|vr|j|dk7rd}d|vr?t|dt �r|j#|df�|d<|j|dk7rd}d|vr|j|dk7rd}|r|j%�d|vr
|d|_d|vr
|d|_d|vr
|d|_d|vr5t|dt �r|j#|df�|d<|d|_d	|vr
|d	|_d
|vr
|d
|_d|vr&|d}t|t&t(f�r||f}||_d|vr
|d|_d
|vr
|d
|_	d|vr
|d|_d|vr
|d|_
d|vsd|vsd|vr}|j\}	}
|j}t+j,|j�t+j.|j�}
}|	|
z|
||
z|zz|	|z|
|
||zz
zf|_|j3�y)aLReturn or set the pen's attributes.

        Arguments:
            pen -- a dictionary with some or all of the below listed keys.
            **pendict -- one or more keyword-arguments with the below
                         listed keys as keywords.

        Return or set the pen's attributes in a 'pen-dictionary'
        with the following key/value pairs:
           "shown"      :   True/False
           "pendown"    :   True/False
           "pencolor"   :   color-string or color-tuple
           "fillcolor"  :   color-string or color-tuple
           "pensize"    :   positive number
           "speed"      :   number in range 0..10
           "resizemode" :   "auto" or "user" or "noresize"
           "stretchfactor": (positive number, positive number)
           "shearfactor":   number
           "outline"    :   positive number
           "tilt"       :   number

        This dictionary can be used as argument for a subsequent
        pen()-call to restore the former pen-state. Moreover one
        or more of these attributes can be provided as keyword-arguments.
        This can be used to set several pen attributes in one statement.


        Examples (for a Turtle instance named turtle):
        >>> turtle.pen(fillcolor="black", pencolor="red", pensize=10)
        >>> turtle.pen()
        {'pensize': 10, 'shown': True, 'resizemode': 'auto', 'outline': 1,
        'pencolor': 'red', 'pendown': True, 'fillcolor': 'black',
        'stretchfactor': (1,1), 'speed': 3, 'shearfactor': 0.0}
        >>> penstate=turtle.pen()
        >>> turtle.color("yellow","")
        >>> turtle.penup()
        >>> turtle.pen()
        {'pensize': 10, 'shown': True, 'resizemode': 'auto', 'outline': 1,
        'pencolor': 'yellow', 'pendown': False, 'fillcolor': '',
        'stretchfactor': (1,1), 'speed': 3, 'shearfactor': 0.0}
        >>> p.pen(penstate, fillcolor="green")
        >>> p.pen()
        {'pensize': 10, 'shown': True, 'resizemode': 'auto', 'outline': 1,
        'pencolor': 'red', 'pendown': True, 'fillcolor': 'green',
        'stretchfactor': (1,1), 'speed': 3, 'shearfactor': 0.0}
        )r\rYrXrBrZrqrb�
stretchfactorror�rurWFrYTrXrZrBrqrbraror�r\ruN)r8r;r9r:r7r<r4r=r>rAr?r��dictr-r�rHr�r��_newLiner�r�r�r�r�r@r�)r�rW�pendict�_pd�p�_p_bufr��newLine�sf�scx�scy�shf�sa�cas              r�rWzTPen.pen(	s���^#'�+�+�"&�-�-�"&�.�.�"&�/�/�"&�-�-�"&�+�+�"&�"2�"2�"&�"5�"5�"&�"3�"3�"&�"4�"4�"&�*�*����w��J��c�4� ��A��A�	��������C��c�(�F�3�K���?�?��O�O� � �%���1�����>��}�}��)��,�����?��!�J�-��/� $����*�
�/?� @��*�
��~�~��:��.�����>��}�}��)��,�����M�M�O���>��i�L�D�M���?��z�]�D�N���>��i�L�D�M��!���!�K�.�%�0�!%����;��0A�!B��+����n�D�O��a�<��G�*�D�K��1�� ���D���a���?�#�B��"�s�E�l�+��"�X��"$�D���A�� !�-� 0�D����>�!"�9��D���a�<��G�*�D�K��Q�;��6��D�J��a��6�Q�;�-�1�2D��*�*�H�C���#�#�C��X�X�d�j�j�)�4�8�8�D�J�J�+?��B�!$�R���c�"�f�r�k�):�!$��R���b�3�r�6�k�):� <�D�����r�c��yr*r��r��usePoss  r�rcz
TPen._newLine�	r+r�c��yr*r�)r�rL�forceds   r�r�zTPen._update�	r+r�c��yr*r�rWs  r�r�zTPen._color�	r+r�c��yr*r�rWs  r�r�zTPen._colorstr�	r+r�r�r��T)TF)!r�r�r�r�r�r/r5rbrZr[rYrOrqr:rXrBr0rtrprLrPrWrcr�r�r�r|r{r^rVr>rrrNr�r�r�r2r2�s����#'�|�"4��
#�:�.�#�K�0��'�8 �. ��
�$�L,M�\#/�J"0�H"�5�"�D�"�T�"��� 
�{�~>�>�>�>�
�E�	�B�	�B�	�B��D�	�B�	�Br�r2c��eZdZdZd�Zd�Zy)�_TurtleImagez6Helper class: Datatype to store Turtle attributes
    c�B�||_d|_|j|�yr�)r�r�	_setshape)r�r��
shapeIndexs   r�r/z_TurtleImage.__init__�	s�������
����z�"r�c�6�|j}||_|jdcxk(r|j|jk(ry|jdcxk(r|j|jk(ry|jdvr|j	|j
�n1|jdk(r"|j
D]}|j	|��|j|j|_|jdk(r|j
�|_y|jdk(r.|j|jdj�|_y|jdk(r;|j|jD�cgc]}|j
���c}|_yycc}w)Nr4r�)r�r4r6r�)	r�r{rrzr��_itemr�r�r9)r�r{r�r�s    r�rzz_TurtleImage._setshape�	sV������$����:�:��F�f�n�n�Z�&@�&F�&F�F��G��:�:��D�F�N�N�:�$>�$D�$D�D��E��:�:�-�-��N�N�4�:�:�&�
�Z�Z�:�
%��
�
�����t�$�#��^�^�J�/�5�5��
��:�:��"��+�+�-�D�J�
�Z�Z�7�
"��,�,�V�^�^�G�-D�-J�-J�K�D�J�
�Z�Z�:�
%�*0�.�.��*D�*J�*J�L�*J�48�&�,�,�.�*J�L�D�J�&��Ls�5FN)r�r�r�r�r/rzr�r�r�rxrx�	s���#�
Lr�rxc��eZdZdZgZdedededfd�Zd�Zd�Zd	�Z	d
�Z
d�Zd�Zd
�Z
d<d�Zd�Zd�Zd�Zd<dd�deddfd�Zd�Zd=d�Zd>d�Zd=d�Zd�Zd=d�Zd�Zd?d�Zd�Zd �Zd@d!�Zd"�Zd#�Z d$�Z!d%�Z"d=d&�Z#d'�Z$d(�Z%d)�Z&dAd*�Z'd+�Z(d,�Z)d-�Z*d=d.�Z+d/�Z,dBd0�Z-d1�Z.d2�Z/d3�Z0d4�Z1d5�Z2e2Z3d=d6�Z4dCd7�Z5dCd8�Z6dCd9�Z7d:�Z8d;�Z9eZ:y)DrzvAnimation part of the RawTurtle.
    Puts RawTurtle upon a TurtleScreen and provides tools for
    its animation.
    Nrlr�r�c�
�t|t�r||_n�t|t�r9|tj
vrtj
j
|�||_n�t|ttf�rgtj
D]}|j|k(s�||_nIt|�|_tj
j
|j�ntd|z��|j}tj||j��tj|�|jj
|�|j!�|_t%||�|_d|_d|_dx|_|_||_d|_|j!�|_|j6g|_|j4g|_g|_||_tA|�|_!|jE�y)Nzbad canvas argument %sF)#r��_Screenr�r	r�screensr�rr2r�r1r�r/rr2r�r��drawingLineItemrxr��_poly�
_creatingPoly�	_fillitem�	_fillpathr8�_hidden_from_screen�currentLineItemr��currentLiner��
stampItems�_undobuffersizer@r�r�)r��canvasrlr�r�r�s      r�r/zRawTurtle.__init__�	s����f�g�&� �D�K�
���
-��Y�.�.�.��!�!�(�(��0� �D�K�
���� 8�
9�#�+�+���9�9��&�"(�D�K��,�
+�6�2����!�!�(�(����5�%�&>��&G�H�H��������D�&�+�+�-�0��
�
�d�������t�$�%�1�1�3���"�6�5�1�����
�"���*.�.��������#(�� �%�1�1�3��� �N�N�+����*�*�+��
����-���!�.�1������r�c��tj|�tj|�|j	�|j�|j
�y)a�Delete the turtle's drawings and restore its default values.

        No argument.

        Delete the turtle's drawings from the screen, re-center the turtle
        and set variables to the default values.

        Example (for a Turtle instance named turtle):
        >>> turtle.position()
        (0.00,-22.00)
        >>> turtle.heading()
        100.0
        >>> turtle.reset()
        >>> turtle.position()
        (0.00,0.00)
        >>> turtle.heading()
        0.0
        N)r�rar2r5�_clearr�r�r�s r�razRawTurtle.reset
s<��&	��������D�����
��������r�c�B�|�|dkrd|_yt|�|_y)a�Set or disable undobuffer.

        Argument:
        size -- an integer or None

        If size is an integer an empty undobuffer of given size is installed.
        Size gives the maximum number of turtle-actions that can be undone
        by the undo() function.
        If size is None, no undobuffer is present.

        Example (for a Turtle instance named turtle):
        >>> turtle.setundobuffer(42)
        Nr)r�r@)r��sizes  r�rizRawTurtle.setundobuffer 
s!���<�4�1�9�"�D�O�%�d�m�D�Or�c�P�|j�y|jj�S)z�Return count of entries in the undobuffer.

        No argument.

        Example (for a Turtle instance named turtle):
        >>> while undobufferentries():
        ...     undo()
        r)r�rMr�s r�rzzRawTurtle.undobufferentries3
s$���?�?�"�����*�*�,�,r�c��dx|_|_|jD]}|jj	|��|jj�|_g|_|jr%|jj|j�|jg|_|j�|j|j�y)zDelete all of pen's drawingsN)r�r�r�r�r�r�r�r�r;r�r�r8rir�r�s  r�r�zRawTurtle._clear@
s���*.�.������J�J�D��K�K����%��#�{�{�6�6�8�������=�=����#�#�D�N�N�3��*�*�+��
��������4�/�/�0r�c�D�|j�|j�y)agDelete the turtle's drawings from the screen. Do not move turtle.

        No arguments.

        Delete the turtle's drawings from the screen. Do not move turtle.
        State and position of the turtle as well as drawings of other
        turtles are not affected.

        Examples (for a Turtle instance named turtle):
        >>> turtle.clear()
        N)r�r�r�s r�r6zRawTurtle.clearN
s��	
���
����r�c�*�|jj�|jjdk7ryt|j�dkDrG|jj|j|j|j|j�yyr�)	r�r�r�r
r�r�r�r9r7r�s r�r�zRawTurtle._update_data]
so�����!�!�#��;�;�%�%��*���t��� ��"��K�K�!�!�$�"6�"6��8H�8H�"&�.�.�$�-�-�
A�#r�c��|j}|jdk(ry|jdk(rL|j�|j�|j	�|j|j�y|j�|jdk(r6|j�D]}|j��|j	�yy)z&Perform a Turtle-data update.
        rNr�)	r�r�r�r�r�r�r}r�r,)r�r�r�s   r�r�zRawTurtle._updatee
s��������?�?�a���
�_�_��
!����������N�N���M�M�&�,�,�-������$�$��)����)�A��M�M�O�*���� �*r�c�:�|jj||�S)amTurns turtle animation on/off and set delay for update drawings.

        Optional arguments:
        n -- nonnegative  integer
        delay -- nonnegative  integer

        If n is given, only each n-th regular screen update is really performed.
        (Can be used to accelerate the drawing of complex graphics.)
        Second arguments sets delay value (see RawTurtle.delay())

        Example (for a Turtle instance named turtle):
        >>> turtle.tracer(8, 25)
        >>> dist = 2
        >>> for i in range(200):
        ...     turtle.fd(dist)
        ...     turtle.rt(90)
        ...     dist += 2
        )r�r+)r��flagrs   r�r zRawTurtle._tracerw
s��&�{�{�!�!�$��.�.r�c�8�|jj|�Sr�)r�r�rWs  r�r�zRawTurtle._color�
s���{�{�!�!�$�'�'r�c�8�|jj|�Sr�)r�r�rWs  r�r�zRawTurtle._colorstr�
s���{�{�$�$�T�*�*r�c��t|t�r|S	|\}}}|j
jdk(r#|||fD�cgc]}td|z���c}\}}}d|cxkrdkrnnd|cxkrdkrnn
d|cxkrdksnt	dt|�z��d|||fzS#ttf$rt	dt|�z��wxYwcc}w)z,Convert colortriples to hexstrings.
        r�r�r�rr�r�r�)r�rr�r�r1r�r~r�)r�rXr�r�r�r�s      r��_ccz
RawTurtle._cc�
s����d�C� ��K�	M��G�A�q�!��;�;�!�!�S�(�01�1�a�y�9�y�!�u�U�1�W�~�y�9�G�A�q�!��a��3��Q�!�]�s�]��a��3��%�&>��T��&J�K�K��!�Q���*�*��
�:�&�	M�%�&?�#�d�)�&K�L�L�	M��:s�B�C�'CFr�r�r�c�R�|j�}|j�}|r|jd��|r|s|j�|�|n|jd}|�|n|jd}t||�|_|j|��|r|s|j
�yyy)aZInstantly move turtle to an absolute position.

        Arguments:
        x -- a number      or     None
        y -- a number             None
        fill_gap -- a boolean     This argument must be specified by name.

        call: teleport(x, y)         # two coordinates
        --or: teleport(x)            # teleport to x position, keeping y as is
        --or: teleport(y=y)          # teleport to y position, keeping x as is
        --or: teleport(x, y, fill_gap=True)
                                     # teleport but fill the gap in between

        Move turtle to an absolute position. Unlike goto(x, y), a line will not
        be drawn. The turtle's orientation does not change. If currently
        filling, the polygon(s) teleported from will be filled after leaving,
        and filling will begin again after teleporting. This can be disabled
        with fill_gap=True, which makes the imaginary line traveled during
        teleporting act as a fill barrier like in goto(x, y).

        Example (for a Turtle instance named turtle):
        >>> tp = turtle.pos()
        >>> tp
        (0.00,0.00)
        >>> turtle.teleport(60)
        >>> turtle.pos()
        (60.00,0.00)
        >>> turtle.teleport(y=10)
        >>> turtle.pos()
        (60.00,10.00)
        >>> turtle.teleport(20, 30)
        >>> turtle.pos()
        (20.00,30.00)
        FrINrr�)rOrCrWr?r�rr2)r�r�r�r�rY�was_fillingr�rs        r�rtzRawTurtle.teleport�
s���F�+�+�-���l�l�n����H�H�U�H�#��x��M�M�O��]�����q�(9���]�����q�(9���u�e�,��������!��x��O�O�� (�;r�c�t�|j}|j|j�|j}d|_d|_t	|�}||_||_||_t||jj�|_|jj|�|j|jjj}|dk(r |j�|j_n�|dk(r8|j|jdj�|j_n]|dk(rX|j|jjjD�cgc]}|j���c}|j_|j�|_|j#�|Scc}w)aCreate and return a clone of the turtle.

        No argument.

        Create and return a clone of the turtle with same position, heading
        and turtle properties.

        Example (for a Turtle instance named mick):
        mick = Turtle()
        joe = mick.clone()
        Nr4r�r�r6)r�rcr;r�rrxr{r�r�rzrr�r}r�r9r�r�r�)r�r�r��q�ttyper�s      r�r9zRawTurtle.clone�
sW�������
�
�d�m�m�$������������T�N����������������(>�(>�?��������q�!����t�{�{�5�5�6�<�<���I��#�/�/�1�A�H�H�N�
�g�
�#�0�0�����1H�1N�1N�O�A�H�H�N�
�j�
 �$�n�n�T�[�[�-C�-C�D�J�J�L�J�8<�f�0�0�2�J�L�A�H�H�N�"�.�.�0���	�	�	�����	Ls�%F5c���|�|jjS||jj�vrt	d|z��|jj|�|j
�y)a�Set turtle shape to shape with given name / return current shapename.

        Optional argument:
        name -- a string, which is a valid shapename

        Set turtle shape to shape with given name or, if name is not given,
        return name of current shape.
        Shape with name must exist in the TurtleScreen's shape dictionary.
        Initially there are the following polygon shapes:
        'arrow', 'turtle', 'circle', 'square', 'triangle', 'classic'.
        To learn about how to deal with shapes see Screen-method register_shape.

        Example (for a Turtle instance named turtle):
        >>> turtle.shape()
        'arrow'
        >>> turtle.shape("turtle")
        >>> turtle.shape()
        'turtle'
        NzThere is no shape named %s)r�r{r�rr1rzr�)r�r�s  r�rlzRawTurtle.shape�
sZ��(�<��;�;�)�)�)��t�{�{�,�,�.�.�%�&B�T�&I�J�J������d�#����r�c�(�||cxur|cxur�!nn|j\}}|||jfS|dk(s|dk(rtd��|�|�||f}n%||f}n |�|jd|f}n|j}|�|j}|jd||��y)aOSet/return turtle's stretchfactors/outline. Set resizemode to "user".

        Optional arguments:
           stretch_wid : positive number
           stretch_len : positive number
           outline  : positive number

        Return or set the pen's attributes x/y-stretchfactors and/or outline.
        Set resizemode to "user".
        If and only if resizemode is set to "user", the turtle will be displayed
        stretched according to its stretchfactors:
        stretch_wid is stretchfactor perpendicular to orientation
        stretch_len is stretchfactor in direction of turtles orientation.
        outline determines the width of the shapes's outline.

        Examples (for a Turtle instance named turtle):
        >>> turtle.resizemode("user")
        >>> turtle.shapesize(5, 5, 12)
        >>> turtle.shapesize(outline=8)
        Nrz(stretch_wid/stretch_len must not be zerorD)rbrar�)r=rAr1rW)r��stretch_wid�stretch_lenr�ras     r�rmzRawTurtle.shapesizes���*�+�8��8�'+�':�':�$�K����T�-?�-?�?�?��!��{�a�/�%�&P�Q�Q��"��"� +�[� 8�
� +�[� 8�
�
�
$� �/�/��2�K�?�M� �/�/�M��?��(�(�G����F�,�g�	�	?r�c�F�|�|jS|jd|��y)a�Set or return the current shearfactor.

        Optional argument: shear -- number, tangent of the shear angle

        Shear the turtleshape according to the given shearfactor shear,
        which is the tangent of the shear angle. DO NOT change the
        turtle's heading (direction of movement).
        If shear is not given: return the current shearfactor, i. e. the
        tangent of the shear angle, by which lines parallel to the
        heading of the turtle are sheared.

        Examples (for a Turtle instance named turtle):
        >>> turtle.shape("circle")
        >>> turtle.shapesize(5,2)
        >>> turtle.shearfactor(0.5)
        >>> turtle.shearfactor()
        >>> 0.5
        NrD)rbro)r>rW)r��shears  r�rozRawTurtle.shearfactor<s%��&�=��$�$�$����F���6r�c�V�tjddd��|j|�y)a{Rotate the turtleshape to point in the specified direction

        Argument: angle -- number

        Rotate the turtleshape to point in the direction specified by angle,
        regardless of its current tilt-angle. DO NOT change the turtle's
        heading (direction of movement).

        Deprecated since Python 3.1

        Examples (for a Turtle instance named turtle):
        >>> turtle.shape("circle")
        >>> turtle.shapesize(5,2)
        >>> turtle.settiltangle(45)
        >>> turtle.stamp()
        >>> turtle.fd(50)
        >>> turtle.settiltangle(-45)
        >>> turtle.stamp()
        >>> turtle.fd(50)
        zturtle.RawTurtle.settiltangle()zn{name!r} is deprecated since Python 3.1 and scheduled for removal in Python {remove}. Use tiltangle() instead.)r��
)r�N)�warnings�_deprecatedrvr�s  r�rhzRawTurtle.settiltangleSs,��*	���>�X�$+�	-�	
���u�r�c�F�|�Itj|j�|jz}||jz|j
zS||jz|jz}tj|�tjz}|jd|��y)aSet or return the current tilt-angle.

        Optional argument: angle -- number

        Rotate the turtleshape to point in the direction specified by angle,
        regardless of its current tilt-angle. DO NOT change the turtle's
        heading (direction of movement).
        If angle is not given: return the current tilt-angle, i. e. the angle
        between the orientation of the turtleshape and the heading of the
        turtle (its direction of movement).

        (Incorrectly marked as deprecated since Python 3.1, it is really
        settiltangle that is deprecated.)

        Examples (for a Turtle instance named turtle):
        >>> turtle.shape("circle")
        >>> turtle.shapesize(5, 2)
        >>> turtle.tiltangle()
        0.0
        >>> turtle.tiltangle(45)
        >>> turtle.tiltangle()
        45.0
        >>> turtle.stamp()
        >>> turtle.fd(50)
        >>> turtle.tiltangle(-45)
        >>> turtle.tiltangle()
        315.0
        >>> turtle.stamp()
        >>> turtle.fd(50)
        NrD)rbru)	r�r;r?r�r�r�r_r�rW)r�r�rus   r�rvzRawTurtle.tiltanglens���>�=��L�L����,�,�t�/@�/@�@�D��4�-�-�-��1A�1A�A�A��6�D�.�.�.��1B�1B�B�D��<�<��%����0�D��H�H��T�H�2r�c�H�|j||j�z�y)a�Rotate the turtleshape by angle.

        Argument:
        angle - a number

        Rotate the turtleshape by angle from its current tilt-angle,
        but do NOT change the turtle's heading (direction of movement).

        Examples (for a Turtle instance named turtle):
        >>> turtle.shape("circle")
        >>> turtle.shapesize(5,2)
        >>> turtle.tilt(30)
        >>> turtle.fd(50)
        >>> turtle.tilt(30)
        >>> turtle.fd(50)
        N)rvr�s  r�ruzRawTurtle.tilt�s��"	
���u�t�~�~�/�/�0r�c�$�||cxur|cxur|cxur
�
|jS|j\}}}}|�|}|�|}|�|}|�|}||z||zz
dk(rtd��||||f|_tj||�tjz}	tj
|	�tj|	�}}
||z|
|zz
||z|
|zz
|
|z||zz|
|z||zzf\}}
}}||f|_|
|z|_|	|_	|jd��y)a�Set or return the current transformation matrix of the turtle shape.

        Optional arguments: t11, t12, t21, t22 -- numbers.

        If none of the matrix elements are given, return the transformation
        matrix.
        Otherwise set the given elements and transform the turtleshape
        according to the matrix consisting of first row t11, t12 and
        second row t21, 22.
        Modify stretchfactor, shearfactor and tiltangle according to the
        given matrix.

        Examples (for a Turtle instance named turtle):
        >>> turtle.shape("square")
        >>> turtle.shapesize(4,2)
        >>> turtle.shearfactor(-0.5)
        >>> turtle.shapetransform()
        (4.0, -1.0, -0.0, 2.0)
        Nrz0Bad shape transform matrix: must not be singularrDrE)r@r1r�rr�r�r�r=r>r?rW)r��t11�t12�t21�t22�m11�m12�m21�m22�alfarmrn�a11�a12�a21�a22s                r�rnzRawTurtle.shapetransform�s=��(�#�+��+��+��#�#�#�,�!�-�-���S�#�s��?�#�C��?�#�C��?�#�C��?�#�C���9�s�S�y� �A�%�%�&X�Y�Y���c�3�/����z�z�3�$��$�t�x�x�/�����$�����$��B�� ��f�r�#�v�o�r�#�v��3��� ��f�r�#�v�o�r�#�v��3���@���S�#�s�!�3�h�����G�����
����F��#r�c	�j�|j}|j\}}|j\}}t|||jz|j
z�}dt
|�z|z\}}|D��	cgc]<\}}	|||z||	zz|j
zz|||z||	zz|jzzf��>c}	}Scc}	}w)zlComputes transformed polygon shapes from a shape
        according to current position and heading.
        r�)r�r�r�rr�r�r)
r�r=r��p0�p1�e0�e1�er�r�s
          r��
_polytrafozRawTurtle._polytrafo�s������������B������B��"�b�6�=�=�(�6�=�=�8�9����A��,�!�#���B�IM�O�IM�v��1��R��T�"�Q�$�Y��
�
�-�-�r�B�3�q�5��A��:�v�}�}�2L�/L�M�IM�O�	O��Os�*AB/c���|jj|jj}|jdk(r)|j|j|jdk(�Sy)a@Return the current shape polygon as tuple of coordinate pairs.

        No argument.

        Examples (for a Turtle instance named turtle):
        >>> turtle.shape("square")
        >>> turtle.shapetransform(4, -1, 0, 2)
        >>> turtle.get_shapepoly()
        ((50, -20), (30, 20), (-50, 20), (-30, -20))

        r4r6N)r�rzr�r{r�
_getshapepolyr9)r�rls  r�rHzRawTurtle.get_shapepoly�sS�����#�#�D�K�K�$:�$:�;���;�;�)�#��%�%�e�k�k�5�;�;�*�3L�M�M�$r�c������|jdk(s|r|j\����nE|jdk(r%td|jdz�}|dd|f\����n|jdk(r|St	����fd�|D��S)z`Calculate transformed shape polygon according to resizemode
        and shapetransform.
        rDrCr�g@rr�c3�P�K�|]\}}�|z�|zz�|z�|zzf���y�wr�r�)r�r�r�r�r�r�r�s   ����r�r�z*RawTurtle._getshapepoly.<locals>.<genexpr>�s3�����J�'���A�c�!�e�c�!�e�m�S��U�S��U�]�3�'�s�#&)r4r@�maxr7r�)r�r4r6r&r�r�r�r�s    @@@@r�r�zRawTurtle._getshapepoly�s�������v�%��!%�!1�!1��C��c�3�
�
�
��
'��A�t�}�}�S�(�)�A�!"�A�q�!���C��c�3�
�
�
��
+��N��J�'�J�J�Jr�c	��|j}|j|jj}|j}|jj
}|j�rd|jdk(�rT|jdkD�rDd|_	|j}|dk(r�|jdk(rd}n(|jdk(r
|j}n|j}|j|j|��}|j |j"}}|j%|||||d��y|d	k(r|j'||j(|�y|d
k(ryt+||�D]i\}	\}
}}|j|j|
d��}
|j%|	|
|j-|�|j-|�|jd���kyy|jry|dk(r|j%|dd
d
�nZ|d	k(r5|j'||j(|jdj�n |d
k(r|D]}	|j%|	dd
d
��d|_	y)zpManages the correct rendering of the turtle with respect to
        its shape, resizemode, stretch and tilt etc.rFr4r�r�rCT�rnr�r|r�r�r6N�rprprpr�r�)r�rzr�r{rr}r8r�r�r�r9r4r7rAr�r�r:r9r�rr��zipr�)r�r�rlr��titem�tshaper��fc�ocr�r=s           r�r�zRawTurtle._drawturtle�s���������t�{�{�5�5�6���������!�!���;�;�6�0�0�A�5�&�/�/�A�:M�',�D�$��[�[�F��	�!��#�#�z�1�q�1��%�%��/�T�]�]���+�+�a�����(:�(:�6�(B�C�����$�.�.�B��� � ���B��<=�4�!�I��'�!��!�!�%�����@��*�$�,/��v�,>�(�D�.�4��R��?�?�4�+=�+=�d�D�+I�J�D��$�$�T�4�d�h�h�r�l�-1�X�X�b�\��AS�AS�Y]�%�_�-?�%��'�'���	�!�� � ��(@�"�b�I��'�!��!�!�%����*0�.�.��*A�*G�*G�I��*�$�!�D��$�$�T�+C�R��L�"�'+�D�$r�c	��|j}|j|jj}|j}|j
}|dk(r�|j
�}|jdk(rd}n(|jdk(r
|j}n|j}|j|j|��}|j|j}}|j|||||d��n�|dk(r/|jd�}|j!||j"|�n�|d	k(r�g}|D]#}	|j
�}
|j%|
��%t'|�}t)||�D]i\}
\}}}|j|j|d��}|j|
||j+|�|j+|�|jd���k|j,j%�|j.j1d
|f�|S)a�Stamp a copy of the turtleshape onto the canvas and return its id.

        No argument.

        Stamp a copy of the turtle shape onto the canvas at the current
        turtle position. Return a stamp_id for that stamp, which can be
        used to delete it by calling clearstamp(stamp_id).

        Example (for a Turtle instance named turtle):
        >>> turtle.color("blue")
        >>> turtle.stamp()
        13
        >>> turtle.fd(50)
        r4r�r�rCTr�r�r�r6rs)r�rzr�r{rr9r�r4r7rAr�r�r:r9r�r�rr�r�r�r�r�r�r�rH)r�r�rlr�r��stitemr�r�r��elementr�r=s            r�rszRawTurtle.stamp"s����������t�{�{�5�5�6�����������I���'�'�)�F����:�-�1�q��!�!�V�+����Q��'�'�!��O�O�D�$6�$6�v�$>�?�E��_�_�d�n�n��B����V�U��R�89�t�
�
E�
�g�
��(�(��,�F����f�d�n�n�f�=�
�j�
 ��F�!���)�)�+���
�
�d�#�"��6�]�F�(+�F�F�(;�$��n�t�R�����t�'9�'9�$��'E�F��� � ��t�$�(�(�2�,�)-���"��T�=O�=O�UY�!�[�)<�	
�����v�&������g�v�.�/��
r�c�j�||jvrit|t�r#|D]}|jj	|��n|jj	|�|jj|�d|f}|j}||jvry|jj|�}|jj|�||jkr!|jdz
|jz|_	|jj|jdz|jzdg�y)z9does the work for clearstamp() and clearstamps()
        rsNr�)r�r�r�r�r�r�r�rC�indexrDrB�insert)r��stampid�subitemr��bufr�s      r��_clearstampzRawTurtle._clearstampOs����d�o�o�%��'�5�)�&�G��K�K�'�'��0� '����#�#�G�,��O�O�"�"�7�+���!���o�o���s�z�z�!���
�
� � ��&���
�
���$���C�G�G���w�w��{�c�k�k�1�C�G��
�
���3�7�7�1�9�c�k�k�1�D�6�:r�c�F�|j|�|j�y)aDDelete stamp with given stampid

        Argument:
        stampid - an integer, must be return value of previous stamp() call.

        Example (for a Turtle instance named turtle):
        >>> turtle.color("blue")
        >>> astamp = turtle.stamp()
        >>> turtle.fd(50)
        >>> turtle.clearstamp(astamp)
        N)r�r�)r�r�s  r�r7zRawTurtle.clearstampes��	
����!����r�c��|�|jdd}n$|dk\r|jd|}n|j|d}|D]}|j|��|j�y)a�Delete all or first/last n of turtle's stamps.

        Optional argument:
        n -- an integer

        If n is None, delete all of pen's stamps,
        else if n > 0 delete first n stamps
        else if n < 0 delete last n stamps.

        Example (for a Turtle instance named turtle):
        >>> for i in range(8):
        ...     turtle.stamp(); turtle.fd(30)
        ...
        >>> turtle.clearstamps(2)
        >>> turtle.clearstamps(-2)
        >>> turtle.clearstamps()
        Nr)r�r�r�)r�r��toDeleter�s    r�r8zRawTurtle.clearstampsts_��$
�9����q�)�H�
�!�V����r��*�H����q�r�*�H��D����T�"�����r�c
��|j|j|jt|jt
�f}|j}d|j|||j|jdd|j|j�|jddff}|jr|jj|�|j}|j�r1|jdk(�r!||z
}|d|j zdz|d|j"zdzz}dt%|dzdd|jzz|jzz�z}|d	|zz}	t'd|�D]t}
|
dk(rd
}nd}||	|
zz|_|jr?|j)|j*||jf|j|j|�|j-��v|jr)|j)|j*dd
|j��|jr|jj/|�t|jt
�r|jj/|�||_|j0r|j2j/|�t5|j�dkDr|j7�|j-�y)z�Move the pen to the point end, thereby drawing a line
        if pen is down. All other methods for turtle movement depend
        on this one.
        �goNr�rrr�r�皙�����?r�TF�rprpr��rnr|�*)r;r9r7r�r�r�r�r�r�r�r
r�r�rHr<r�r�r�r�r	r�r�r�r�r�r�r
rc)r�r��go_modesr��
undo_entry�start�diff�diffsq�nhops�deltar�r�s            r�r�zRawTurtle._goto�s\���]�]��^�^��]�]������5�7�������D�N�N�C���+�+��&�&�q�)��'�'��(<�(<�=��j�j��m�%��
��?�?��O�O� � ��,������;�;�6�?�?�a�/���I�D��1�g�f�m�m�+�a�/�4��7�6�=�=�3H�1�2L�L�F��c�6�3�;��C����,<�)=�d�k�k�)I�J�K�K�E��C��I�&�E��1�e�_����6��C��C�!&����!2����=�=��$�$�T�%9�%9�&+�T�^�^�%<�%)�^�^�T�]�]�C�I�����%��}�}�� � ��!5�!5�7G�46�d�m�m�!�M��=�=����#�#�C�(��d�n�n�d�+��N�N�!�!�#�&��������J�J���c�"��t��� �2�%��M�M�O����r�c�T�|\}}}}|\}}}}	|\}
}}}
|j}t|j|z
�dkDrtd�|
|_||_|ddgk(rd}n|}|j
|
|||��|jD�cgc]}||
vs�|j|�dk(r|��}}|D].}|j|�|jj|��0|}|jr�|jdk(r�||z
}|d|jzd	z|d|jzd	zz}dt|dzd
d|jzz|jzz�z}|d|zz}t!d|�D]V}|dk(rd
}nd}|||zz|_|r+|j
|j"||jf|||�|j%��X|r|j
|j"dd|��||_|j&rOt)|j*�dkDr|j*j-�|j*gk(rd|_d|_|	rH|j.gk(rd|_td�n&|j.�|j.j-�|j%�ycc}w)z)Reverse a _goto. Used for undo()
        r�z$undogoto: HALLO-DA-STIMMT-WAS-NICHT!rpr�r�r�r�rrr�r�r�TFr�NzUnwahrscheinlich in _undogoto!)r�rr�r�r�r�r�r�rr�r�r<r�r�r�r�r	r�r�r�r
r�rJr�)r��entry�old�newr��coodata�drawing�pc�psrC�cLI�cLrr�r��usepcr�todeleter�r�r�r�r�r�r�s                         r��	_undogotozRawTurtle._undogoto�s���',�#��S�(�G�#+� ���R��$���R��U������t�~�~��#�$�s�*��9�:�"������
�&�&�!�!��E��E�����b�u�B��7�#�z�z�D�z�!�a�u�n�(.���Q��6�(A��z��D��A��N�N�1���J�J���a� �����;�;�6�?�?�a�/���9�D��1�g�f�m�m�+�a�/�4��7�6�=�=�3H�1�2L�L�F��c�6�3�;��C����,<�)=�d�k�k�)I�J�K�K�E��C��I�&�E��1�e�_����6��C��C�!$�u�q�y������$�$�T�%9�%9�&+�T�^�^�%<�%'��S�2�����%��� � ��!5�!5�7G�46�b�!�B����
����4�:�:���"��
�
��� ��z�z�R��%*��"�!��
���~�~��#�!%����6�7����+����"�"�$������YDs�	J%�J%c�$�|jr(|jjd||jf�||jz}|jj	|�}|j
j}|dk(r�|jdkDrqd|jz}dtt|�|z�z}d|z|z}t|�D]2}|jj	|�|_|j��4||_|j�y)z&Turns pen clockwise by angle.
        �rotr�rg@r�N)r�rHr�r�r�r�r�r<r�rr	r�)r�r��	neworientr��anglevelr#r�rs        r�r�zRawTurtle._rotate
s����?�?��O�O� � �%���0B�0B�!C�D�
��#�#�#���L�L�'�'��.�	��+�+�&�&���a�<�D�K�K�!�O��T�[�[�(�H���C��J�x�/�0�0�E���I�e�O�E��5�\��#�|�|�2�2�5�9�������"�!������r�c���t|j�dkDr�|jj|j|j|j
|j�|jj�|_|jj|j�n'|jj|jd��g|_|r|jg|_yy)z�Closes current line item and starts a new one.
           Remark: if current line became too long, animation
           performance (via _drawline) slowed down considerably.
        r�T)r�N)r
r�r�r�r�r9r7r�r�r�r�rps  r�rczRawTurtle._newLine
s���
�t��� �1�$��K�K�!�!�$�"6�"6��8H�8H�&*�n�n�d�m�m�
E�#'�;�;�#:�#:�#<�D� ��J�J���d�2�2�3��K�K�!�!�$�"6�"6�D�!�A����� $���/�D��r�c�6�t|jt�S)aReturn fillstate (True if filling, False else).

        No argument.

        Example (for a Turtle instance named turtle):
        >>> turtle.begin_fill()
        >>> if turtle.filling():
        ...     turtle.pensize(5)
        ... else:
        ...     turtle.pensize(3)
        )r�r�r�r�s r�rCzRawTurtle.filling(
s���$�.�.�$�/�/r�c�v�|j�sD|jj�|_|jj|j�|jg|_|j�|jr'|jjd|jf�|j�y)aCalled just before drawing a shape to be filled.

        No argument.

        Example (for a Turtle instance named turtle):
        >>> turtle.color("black", "red")
        >>> turtle.begin_fill()
        >>> turtle.circle(60)
        >>> turtle.end_fill()
        �	beginfillN)rCr�r�r�r�r�r�r�rcr�rHr�r�s r�r2zRawTurtle.begin_fill6
sy���|�|�~�!�[�[�4�4�6�D�N��J�J���d�n�n�-��.�.�)����
�
���?�?��O�O� � �+�t�~�~�!>�?����r�c�p�|j�r�t|j�dkDro|jj	|j
|j|j��|jr'|jjd|j
f�dx|_|_|j�yy)aFill the shape drawn after the call begin_fill().

        No argument.

        Example (for a Turtle instance named turtle):
        >>> turtle.color("black", "red")
        >>> turtle.begin_fill()
        >>> turtle.circle(60)
        >>> turtle.end_fill()
        rr��dofillN)
rCr
r�r�r�r�r:r�rHr�r�s r�r?zRawTurtle.end_fillK
s����<�<�>��4�>�>�"�Q�&����%�%�d�n�n�d�n�n�+/�?�?�&�<��?�?��O�O�(�(�(�D�N�N�)C�D�.2�2�D�N�T�^��L�L�N�r�c�X�|s}t|ttf�r5|j|�}|jt|jd�z}nh|j}|sZ|jt|jd�z}n6|�#|jt|jd�z}|j|�}|j�}|jr-|jjdg�d|j_
	|j�dk(r|j�|j�|j|�|j|�|j!d�|j|�|jrd|j_
yy#|j|�wxYw)a�Draw a dot with diameter size, using color.

        Optional arguments:
        size -- an integer >= 1 (if given)
        color -- a colorstring or a numeric color tuple

        Draw a circular dot with diameter size, using color.
        If size is not given, the maximum of pensize+4 and 2*pensize is used.

        Example (for a Turtle instance named turtle):
        >>> turtle.dot()
        >>> turtle.fd(50); turtle.dot(20, "blue"); turtle.fd(50)
        reNrTrCrF)r�rr�r�r7r�r9rWr�rHrErbrNrYrZrXrD)r�r�r:rWs    r�r=z
RawTurtle.dot_
s:����$��e��-����t�,���}�}�s�4�=�=�!�'<�<��������=�=�3�t�}�}�a�+@�@�D��|��}�}�s�4�=�=�!�'<�<���N�N�5�)�E��h�h�j���?�?��O�O� � �%��)�'+�D�O�O�$�	���� �F�*����	��L�L�N��L�L����M�M�%� ��L�L��O��H�H�S�M��?�?�',�D�O�O�$���
�H�H�S�M�s
�A&F�F)c��|jj|j||||j�\}}|j	�|j
j
|�|jr|jjd|f�|S)z)Performs the writing for write()
        �wri)	r�r�r�r9r�r�r�r�rH)r�r�r�r�r�r�s      r�r�zRawTurtle._write�
sm���K�K�&�&�t�~�~�s�E�4�:>�.�.�J�	��c������
�
���$���?�?��O�O� � �%���/��
r�c�T�|jr-|jjdg�d|j_|jt	|�|j�|�}|r%|j
�\}}|j||�|jrd|j_yy)a�Write text at the current turtle position.

        Arguments:
        arg -- info, which is to be written to the TurtleScreen
        move (optional) -- True/False
        align (optional) -- one of the strings "left", "center" or right"
        font (optional) -- a triple (fontname, fontsize, fonttype)

        Write text - the string representation of arg - at the current
        turtle position according to align ("left", "center" or right")
        and with the given font.
        If move is True, the pen is moved to the bottom-right corner
        of the text. By default, move is False.

        Example (for a Turtle instance named turtle):
        >>> turtle.write('Home = ', True, align="center")
        >>> turtle.write((0,0), True)
        rTFN)r�rHrEr�rr7r\rf)r��arg�mover�r�r�r�r�s        r�r}zRawTurtle.write�
s��&�?�?��O�O� � �%��)�'+�D�O�O�$��k�k�#�c�(�E�K�K�M�4�8����8�8�:�D�A�q��K�K��Q���?�?�',�D�O�O�$�r�c�6�|jg|_d|_y)aStart recording the vertices of a polygon.

        No argument.

        Start recording the vertices of a polygon. Current turtle position
        is first point of polygon.

        Example (for a Turtle instance named turtle):
        >>> turtle.begin_poly()
        TN)r�r�r�r�s r�r3zRawTurtle.begin_poly�
s���n�n�%��
�!��r�c��d|_y)a7Stop recording the vertices of a polygon.

        No argument.

        Stop recording the vertices of a polygon. Current turtle position is
        last point of polygon. This will be connected with the first point.

        Example (for a Turtle instance named turtle):
        >>> turtle.end_poly()
        FN)r�r�s r�r@zRawTurtle.end_poly�
s��#��r�c�F�|j�t|j�Sy)z�Return the lastly recorded polygon.

        No argument.

        Example (for a Turtle instance named turtle):
        >>> p = turtle.get_poly()
        >>> turtle.register_shape("myFavouriteShape", p)
        N)r�r�r�s r�rEzRawTurtle.get_poly�
s"���:�:�!�����$�$�"r�c��|jS)a�Return the TurtleScreen object, the turtle is drawing  on.

        No argument.

        Return the TurtleScreen object, the turtle is drawing  on.
        So TurtleScreen-methods can be called for that object.

        Example (for a Turtle instance named turtle):
        >>> ts = turtle.getscreen()
        >>> ts
        <turtle.TurtleScreen object at 0x0106B770>
        >>> ts.bgcolor("pink")
        )r�r�s r�rGzRawTurtle.getscreen�
s���{�{�r�c��|S)aUReturn the Turtleobject itself.

        No argument.

        Only reasonable use: as a function to return the 'anonymous turtle':

        Example:
        >>> pet = getturtle()
        >>> pet.fd(50)
        >>> pet
        <turtle.Turtle object at 0x0187D810>
        >>> turtles()
        [<turtle.Turtle object at 0x0187D810>]
        r�r�s r�rIzRawTurtle.getturtle�
s	���r�c�8�|jj|�S)zDSet delay value which determines speed of turtle animation.
        )r�rr�s  r�r�zRawTurtle._delays���{�{� � ��'�'r�c��|jj|jj|||�|j	�y)a�Bind fun to mouse-click event on this turtle on canvas.

        Arguments:
        fun --  a function with two arguments, to which will be assigned
                the coordinates of the clicked point on the canvas.
        btn --  number of the mouse-button defaults to 1 (left mouse button).
        add --  True or False. If True, new binding will be added, otherwise
                it will replace a former binding.

        Example for the anonymous turtle, i. e. the procedural way:

        >>> def turn(x, y):
        ...     left(360)
        ...
        >>> onclick(turn)  # Now clicking into the turtle will turn it.
        >>> onclick(None)  # event-binding will be removed
        N)r�r�r�r}r�r�s    r�rSzRawTurtle.onclicks/��$	
�����T�[�[�.�.��S�#�>����r�c��|jj|jj|||�|j	�y)a�Bind fun to mouse-button-release event on this turtle on canvas.

        Arguments:
        fun -- a function with two arguments, to which will be assigned
                the coordinates of the clicked point on the canvas.
        btn --  number of the mouse-button defaults to 1 (left mouse button).

        Example (for a MyTurtle instance named joe):
        >>> class MyTurtle(Turtle):
        ...     def glow(self,x,y):
        ...             self.fillcolor("red")
        ...     def unglow(self,x,y):
        ...             self.fillcolor("")
        ...
        >>> joe = MyTurtle()
        >>> joe.onclick(joe.glow)
        >>> joe.onrelease(joe.unglow)

        Clicking on joe turns fillcolor red, unclicking turns it to
        transparent.
        N)r�r�r�r}r�r�s    r�rUzRawTurtle.onreleases/��,	
�����t�{�{�0�0�#�s�C�@����r�c�h�|jj|jj|||�y)a�Bind fun to mouse-move event on this turtle on canvas.

        Arguments:
        fun -- a function with two arguments, to which will be assigned
               the coordinates of the clicked point on the canvas.
        btn -- number of the mouse-button defaults to 1 (left mouse button).

        Every sequence of mouse-move-events on a turtle is preceded by a
        mouse-click event on that turtle.

        Example (for a Turtle instance named turtle):
        >>> turtle.ondrag(turtle.goto)

        Subsequently clicking and dragging a Turtle will move it
        across the screen thereby producing handdrawings (if pen is
        down).
        N)r�r�r�r}r�s    r�rTzRawTurtle.ondrag5s&��$	
�����D�K�K�-�-�s�C��=r�c��|j�y|dk(rB|\}}|j||z|jz�|jj�}y|dk(r|d}|j	|�y|dk(r|j|�y|dvr<|d}|jj|�|jj|�y|dk(r%|d}|jj|dd	d	�
�y|dk(rY|d}dx|_|_||jvr7|jj|�|jj|�yy|dk(r4tj||d�|jj�yy)
z2Does the main part of the work for undo()
        Nr�rsrr�)rr=r�r�r�r�r�rW)r�r�r�rJr7r�r�r�r�r�r�r�r�r2rW)r��actionr;r��degPAU�dummyr�r�s        r��_undozRawTurtle._undoJsk���?�?�"���U�?� �M�E�6��L�L�%����t�'9�'9�9�:��O�O�'�'�)�E�
�w�
��!�W�F��O�O�F�#�
�t�^��N�N�4� �
�~�
%���7�D��K�K����%��J�J���d�#�
�x�
���7�D��K�K�!�!�$�(>�')�2�
"�
7�
�{�
"���7�D�.2�2�D�N�T�^��t�z�z�!����#�#�D�)��
�
�!�!�$�'�"��u�_��H�H�T�4��7�#��O�O���!�r�c���|j�y|jj�}|d}|dd}|dk(r/|r,|j�}|j|d|dd�|r�+yy|j||�y)a�undo (repeatedly) the last turtle action.

        No argument.

        undo (repeatedly) the last turtle action.
        Number of available undo actions is determined by the size of
        the undobuffer.

        Example (for a Turtle instance named turtle):
        >>> for i in range(4):
        ...     turtle.fd(50); turtle.lt(80)
        ...
        >>> for i in range(8):
        ...     turtle.undo()
        ...
        Nrr�r)r�rJr)r�r�rr;s    r�ryzRawTurtle.undojsy��"�?�?�"�����"�"�$���a����A�B�x���U�?���x�x�z���
�
�4��7�D���H�-��
�J�J�v�t�$r�r�r�rf)NNNN)Frv)FrQ)�Arialr^rPr-);r�r�r�r�r�r�r/rarirzr�r6r�r�r r�r�r�r0rtr9rlrmrorhrvrurnr�rHr�r�rsr�r7r8r�r�r�rcrCr2r?r=r�r}r3r@rErGrIrFr�rSrUrTrryrxr�r�r�rr�	sU����G�"��G�}� $�%5� 6��i��&�P�2,�&-�1�
�A�!�$/�*(�+�
+�.�5�.�D�.�T�.�`&�P�6&?�P7�.�6%3�N1�&%$�P
O�N�"K�$,�P+�Z;�,
��83�j?�B�$0� 0��*�()-�V	�-�:"�#�%�� �"�F�(�
�*�2>�*"�@%�:�Jr�rc�h�tj�t�t_tjS)z�Return the singleton screen object.
    If none exists at the moment, create a new one and return it,
    else return the existing one.)r�_screenr�r�r�r�r
r
�s!���~�~�� �����>�>�r�c�d�eZdZdZdZedZd�Zededededfd�Zd	�Z	d
�Z
d�Zd�Zy)
r�Nr*c�t�tj�ht�xt_|_|jjtj�|jj|j�tj��td}td}td}td}td}td}|jj||||�|jj�t_tj|tj�|j||||�yy)Nr|r�r�r�r�r�)r��_rootrhr*�_titler|�_destroyr4r�rprrr	r/r')r�r|r�r�r�r�r�s       r�r/z_Screen.__init__�s����=�=� �).��0�G�M�D�J��J�J���W�^�^�,��J�J� � ����/��?�?�"���M�E��(�^�F��[�)�I��l�+�J��[�)�I��[�)�I��J�J�"�"�5�&�)�Z�H�"�j�j�3�3�5�G�O��!�!�$����8��J�J�u�f�i��;�#r�r|r�r�r�c��t|jd�sy|jj�}|jj�}t	|t
�rd|cxkrdkrnn||z}|�||z
dz}t	|t
�rd|cxkrdkrnn||z}|�||z
dz}|jj
||||�|j�y)a Set the size and position of the main window.

        Arguments:
        width: as integer a size in pixels, as float a fraction of the screen.
          Default is 50% of screen.
        height: as integer the height in pixels, as float a fraction of the
          screen. Default is 75% of screen.
        startx: if positive, starting position in pixels from the left
          edge of the screen, if negative from the right edge
          Default, startx=None is to center window horizontally.
        starty: if positive, starting position in pixels from the top
          edge of the screen, if negative from the bottom edge
          Default, starty=None is to center window vertically.

        Examples (for a Screen instance named screen):
        >>> screen.setup (width=200, height=200, startx=0, starty=0)

        sets window to 200x200 pixels, in upper left of screen

        >>> screen.setup(width=.75, height=0.5, startx=None, starty=None)

        sets window to 75% of screen by 50% of screen and centers
        rwNrr�r)�hasattrrrr�r�r�rwr-)r�r|r�rurvr��shs       r�r'z
_Screen.setup�s���2�t�z�z�>�2��
�Z�Z�
!�
!�
#��
�Z�Z�
"�
"�
$���e�U�#��U��a���u�H�E��>��5�j�A�%�F��f�e�$��f�)9��)9���Y�F��>��6�k�Q�&�F��
�
����v�v�v�>����
r�c�x�tj�tjj|�|t_y)aqSet title of turtle-window

        Argument:
        titlestring -- a string, to appear in the titlebar of the
                       turtle graphics window.

        This is a method of Screen-class. Not available for TurtleScreen-
        objects.

        Example (for a Screen instance named screen):
        >>> screen.title("Welcome to the turtle-zoo!")
        N)r�rr*r)r��titlestrings  r�r*z
_Screen.title�s'���=�=�$��M�M����,�$��r�c���|j}|tjur,dt_dt_dt_dt_dt_|j�y)NF)	rr�rr�rr4r	r�r{)r��roots  r�rz_Screen._destroy�sD���z�z���7�=�=� ��F�K�!�F�N� �G�M�"�G�O� %������r�c�$�|j�y)z~Shut the turtlegraphics window.

        Example (for a TurtleScreen instance named screen):
        >>> screen.bye()
        N)rr�s r�rz_Screen.bye�s
��	
�
�
�r�c����fd�}�j|�tdry	t�y#t$rt	d�YywxYw)alGo into mainloop until the mouse is clicked.

        No arguments.

        Bind bye() method to mouseclick on TurtleScreen.
        If "using_IDLE" - value in configuration dictionary is False
        (default value), enter mainloop.
        If IDLE with -n switch (no subprocess) is used, this value should be
        set to True in turtle.cfg. In this case IDLE's mainloop
        is active also for the client script.

        This is a method of the Screen-class and not available for
        TurtleScreen instances.

        Example (for a Screen instance named screen):
        >>> screen.exitonclick()

        c�&���j�y)z&Screen.bye() with two dummy-parametersN)r)r�r�r�s  �r��exitGracefullyz+_Screen.exitonclick.<locals>.exitGracefully
s����H�H�Jr�r�Nr)rSr�r�AttributeError�exit)r�r's` r�rz_Screen.exitonclick�sA���&	�	
���^�$�����	��J���	���G�	�s�
.�A�A)
r�r�r�rr4r�rr/r'r*rrrr�r�r�r�r��sR���E��G�
�'�]�F�<�"�w�-��X���+�&�t�K�/@�&�P%�"��r�r�c�8�eZdZdZdZdZedededfd�Zy)rz�RawTurtle auto-creating (scrolled) canvas.

    When a Turtle object is created or a function derived from some
    Turtle method is called a TurtleScreen object is automatically created.
    Nrlr�r�c��tj�t�t_tj	|tj|||��y)N)rlr�r�)rrr
rr/)r�rlr�r�s    r�r/zTurtle.__init__s;���>�>�!�#�X�F�N����4����!&�*8�#*�	�	,r�)r�r�r�r�r�rr�r/r�r�r�rrs1���
�D��G��G�}� $�%5� 6��i��	,r�rc�f�i}tD]}d|z}t|�j||<�!tD]}d|z}t|�j||<�!t	d|zd�5}td�|D��}|j
d�|ddD]6}|j
d	t|�z�|j
d
||z��8|d}|j
d	t|�z�|j
d||z�|j
d�|j�ddd�y#1swYyxYw)
a�Create and write docstring-dictionary to file.

    Optional argument:
    filename -- a string, used as filename
                default value is turtle_docstringdict

    Has to be called explicitly, (not used by the turtle-graphics classes)
    The docstring dictionary will be written to the Python script <filename>.py
    It is intended to serve as a template for translation of the docstrings
    into different languages.
    z_Screen.zTurtle.z%s.pyr�c3�TK�|] }|jd�dtvr|���"y�w)r�r�N)r�_alias_list)r�r�s  r�r�z&write_docstringdict.<locals>.<genexpr>As*����=��A������a���;���s�&(zdocsdict = {

Nrz%s :
z        """%s
""",

z        """%s
"""

z}
)	�_tg_screen_functionsr�r��_tg_turtle_functionsr�r�r}�repr�close)r��docsdict�
methodnamer�r�rs      r�r�r�+s ���H�*�
���#���S�	�)�)���
�+�+�
��
�"���S�	�)�)���
�+�
�g�� ��	%���=��=�=��	���"�#����9�C�
�G�G�H�t�C�y�(�)�
�G�G�-���
�=�>���2�h��	����4��9�$�%�	���(�8�C�=�8�9�	�����	���	�
&�	%�	%�s
�"B<D'�'D0c���dd|j�iz}t|�}|j}|D]}	||t|�_�y#t
$rt
d|z�Y�3wxYw)z�Read in docstrings from lang-specific docstring dictionary.

    Transfer docstrings, translated to lang, from a dictionary-file
    to the methods of classes Screen and Turtle and - in revised form -
    to the corresponding functions.
    z!turtle_docstringdict_%(language)sr�zBad docstring-entry: %sN)r7�
__import__r3r�r�r�r�)�lang�modname�moduler3r�s     r��read_docstringsr:Msj��2�Z��
�
��4M�M�G�
��
 �F����H���	3� (��
�D��I�����	3��+�c�1�2�	3�s�A	�	A#�"A#zCannot find docsdict forz;Unknown Error when trying to import %s-docstring-dictionaryc��tj|�}|jt|jj��dd��}g}|jj�D�]B}|jxxtjjk(rn xtjjk(rnn|j|j��lxtjjk(r |jd|j�����xtjjk(r,|j|j�d|j�����tjjk(r |jd|j�����.	td|j��dd	j!|��d
�}t#|�|fS)a?Get strings describing the arguments for the given object

    Returns a pair of strings representing function parameter lists
    including parenthesis.  The first string is suitable for use in
    function definition and the second is suitable for use in function
    call.  The "self" parameter is not included.
    r�N)�
parameters�*r�z**zUnsupported parameter kind�(z, �))�inspect�	signature�replacer�r<�values�kind�	Parameter�POSITIONAL_ONLY�POSITIONAL_OR_KEYWORDr�r��VAR_POSITIONAL�KEYWORD_ONLY�VAR_KEYWORD�RuntimeErrorrr)�ob�orig_sig�func_sig�	call_args�param�	call_texts      r��getmethparlistrRjsr��� � ��$�H������+�+�2�2�4�5�a�b�9� ��H��I��$�$�+�+�-���j�j�:�1��!�!�1�1�9�'�#�#�9�9�:�� � ����,�1��"�"�1�1�� � �1�U�Z�Z�L�!1�2�/��"�"�/�/�� � �E�J�J�<�q�����!=�>��"�"�.�.�� � �2�e�j�j�\�!2�3��"�#?����L�L�.��D�I�I�i�(�)��+�I��x�=�)�#�#r�c��ddl}|�ytd}|jd|zd�}|jd|z�}|j	d|�}|S)z<To reduce docstrings from RawTurtle class for functions
    rNr��%s.r�� \(.+ %s\):�:��rer�rB�compile�sub)�docstrrX�
turtlename�	newdocstr�parexps     r��_turtle_docreviser_��W���
�~���o�&�J����u�z�1�"�5�I�
�Z�Z���3�
4�F��
�
�3�	�*�I��r�c��ddl}|�ytd}|jd|zd�}|jd|z�}|j	d|�}|S)z?To reduce docstrings from TurtleScreen class for functions
    rNr�rTr�rUrVrW)r[rX�
screennamer]r^s     r��_screen_docreviserc�r`r�ardef {name}{paramslist}:
    if {obj} is None:
        if not TurtleScreen._RUNNING:
            TurtleScreen._RUNNING = True
            raise Terminator
        {obj} = {init}
    try:
        return {obj}.{name}{argslist}
    except TK.TclError:
        if not TurtleScreen._RUNNING:
            TurtleScreen._RUNNING = True
            raise Terminator
        raise
c��|D]}t||�}t|�\}}|dk(rtd||��0tj	|||||��}	t|	t
��||j�t
�|_��y)Nr�z>>>>>>)�obj�initr��
paramslist�argslist)�getattrrRr��__func_body�formatr
�globalsr�)
�	functionsr�rerf�	docreviser4r�pl1�pl2�defstrs
          r��_make_global_funcsrr�s����
���j�)��!�&�)���S��"�9��(�C��%���#�#��$�Z�/2�S�$�B���V�W�Y��(1�&�.�.�(A��	�*��%� r�zTurtle._screenzScreen()zTurtle._penzTurtle()�__main__c�B�t�rt�yt�yr�)rOr^rVr�r�r��	switchpenru�s���8��D��Dr�c���t�td�t�td�t	�td�t
d�D]p}|dk(r
t�t
d�D]}td�td��|dk(rtd�t�t�td	�t	��rtd
�td�td�t�td�td�td�td�td
�t	�tdd
�tdd
�td�t
d�D].}td�td�td�td��0td�t�t
d�D].}td�td�td�td��0t�y)zDemo of old turtle.py - moduleT�dr�rrer��Z�maroonrEr�r�F��
startstartr��redr`N)rar+r{r1r>r|r	r2rDrQr:r?r`r})rrs  r��demo1r}�sJ��
���t��
����
���
�a���q��A��A�v����1�X������R����A�v��h���
��D��B�K��F��	�a��
�g���u�
�
��
�b�	����
�b�	����
�c�
���
�l�A��
�g�q��
�e���q��A��B�K���H��B�K��"�I�	�	�t�����q��A��B�K���H��B�K��"�I�	�
	�
r�c�	�td�t�td�tt	dd��tdd�dz}t
d�td�D]}t�t|d��td�t�rt�t�r�t�td�td	�d}t!d
�td�td�tdd
�D]�}|dkDr t#�t%d	d|zz
dd|z�td�D]}t'|�td��t)�|dz
}td�tt�dzdz���td�t+�t'd�t
d�t-�t/dd�td�t#�td�D]/}tdd�t
d�t'd�t
d��1t)�td�t+�t'd�t-�t1d�t3�}|j5d�t7�}|j5d�|j1d�|j�|j9d�|jd�|j;�|j=dd�|jd�|j?�|jd�|j/dd�|jd�|jd�tt	|��d}|j|�dkDr�|j'd�|jd �|j|j	|��|j'd�|d!zdk(r*|jA�|jA�t�|dz
}|j|�dkDr��|jd"d#d$�%�|j!d&�|j!d�d'�}tCjDd�t�r+|j�|j�t�r�+|j'd�|jd(d)�*�|jG|d�y+),zDemo of some new features.r�r�rrrx�r�zwait a moment...r��greenrzrWrV��x��FrEr|�yellowre�2r�rCi�(rf�blue�orangerg@g333333�?r�zCAUGHT! )rrV�boldr`)r�r�r�c�,�t�t�yr�)rr)r�r�s  r��babazdemo2.<locals>.baba`s���M��Er�z  Click me!)�Courierr�r�)r�N)$rqrrrZrerwr<rcr	rur5r}rzryrarRrrXr2rBrAr?r^rVr:rlrIrbrrQr{rJr>rs�time�sleeprS)r!r�laenger�trir�rLr�s        r��demo2r�
st��
�a��
����
��7�1�a�=�!��!�Q���#��
�2���r��A��K��6�2���	� �!��!��F� �!�
��
�2���#���������
�
�3���r�2��A��1�u����#�b��d�(�A�r�!�t�,��1�X���6�
��3���
�J��b�L�F��r�F��5�7�1�9�b�.�!��	�3��
��
�2��
�2��
��
�e�H��
�a�����q��A��2�r�N��r�F��r�F��r�F�	�
	�
�
�2��
��
�2��
��
�h���k�����v��������&�!����X���������B�����Q���	�	�����C����	�	�"�
����
����Q�����V�H�%����q���	�	�!���7�6�?�#����l�l�6�"�Q�&��I�I�c�N��I�I�c�N��N�N�3�;�;�v�.�/��F�F�1�I��r�z�Q�������	�	�����Q�J�E��l�l�6�"�Q�&�	�	�	�*�#8��	�H����W�����U��	�	
�
�
�1�
��!��H�H�J��K�K�M� �!�	���r�
��	�	�-�(?�	�A����D�!�r�)r�)�turtle_docstringdict)Fr��tkinterr-r�r�r�r@r�r��os.pathrrr�copyrr�_tg_classesr/r0�
_tg_utilities�__all__r.r�r�r�r�r�r�rr�rr	rr.rr2rjrh�objectr�r�r1rr@r	r�r2rxrr
r
r�rrr�r:�	_LANGUAGE�ImportErrorrRr_rcrjrrrr�r�rur}r�rr�r�r��<module>r�s���0K�Z�����
��'�'�� �I��)��!��'��/�
��-�-�0D�D���(�>�*��,��	��#�	��4�	��c�	�	�c�	�	�T�		�
	�T�	�	�
�
	�	�S�	�	��	�	�$�	�	��	�	�W�	�	�g�	�	�z�	�	�D�	�	�I�	� 	��!	�""�)��'	��,�:�<1��t��
*$�E�*$�j��1�
�.�*a#�R�X�X�a#�F�����I�6�)�B�E�E�)�0
����B5�v�B5�T	�)�	��)��
,1�F�,1�^"6�f�"6�Li�#�i�VC��C�LR�6�R�jL�6�L�>o��j�o�b%
���~�l�~�@,�Y�,�(
�� �D3�"
���	�M��I���	�"�"$�H
�
� �� 
B��'��#�Z�1B�D��'�� �*�.?�A����z���2�ja�F
�G�	�G��M�C��Ww�1�	�/�0�1��@t�1�	�
$�i�0��M�	�H�BK�L�M�M�s*�G6�
H
�6
H�H�
H,�H,�+H,

Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
26 May 2026 8.05 AM
root / root
0755
__future__.cpython-312.opt-1.pyc
4.596 KB
27 Apr 2026 4.36 PM
root / root
0644
__future__.cpython-312.opt-2.pyc
2.601 KB
27 Apr 2026 4.36 PM
root / root
0644
__future__.cpython-312.pyc
4.596 KB
27 Apr 2026 4.36 PM
root / root
0644
__hello__.cpython-312.opt-1.pyc
0.852 KB
27 Apr 2026 4.36 PM
root / root
0644
__hello__.cpython-312.opt-2.pyc
0.809 KB
27 Apr 2026 4.36 PM
root / root
0644
__hello__.cpython-312.pyc
0.852 KB
27 Apr 2026 4.36 PM
root / root
0644
_aix_support.cpython-312.opt-1.pyc
4.641 KB
27 Apr 2026 4.36 PM
root / root
0644
_aix_support.cpython-312.opt-2.pyc
3.297 KB
27 Apr 2026 4.36 PM
root / root
0644
_aix_support.cpython-312.pyc
4.641 KB
27 Apr 2026 4.36 PM
root / root
0644
_collections_abc.cpython-312.opt-1.pyc
44.75 KB
27 Apr 2026 4.36 PM
root / root
0644
_collections_abc.cpython-312.opt-2.pyc
38.85 KB
27 Apr 2026 4.36 PM
root / root
0644
_collections_abc.cpython-312.pyc
44.75 KB
27 Apr 2026 4.36 PM
root / root
0644
_compat_pickle.cpython-312.opt-1.pyc
6.902 KB
27 Apr 2026 4.36 PM
root / root
0644
_compat_pickle.cpython-312.opt-2.pyc
6.902 KB
27 Apr 2026 4.36 PM
root / root
0644
_compat_pickle.cpython-312.pyc
7.032 KB
27 Apr 2026 4.36 PM
root / root
0644
_compression.cpython-312.opt-1.pyc
7.305 KB
27 Apr 2026 4.36 PM
root / root
0644
_compression.cpython-312.opt-2.pyc
7.112 KB
27 Apr 2026 4.36 PM
root / root
0644
_compression.cpython-312.pyc
7.305 KB
27 Apr 2026 4.36 PM
root / root
0644
_markupbase.cpython-312.opt-1.pyc
11.785 KB
27 Apr 2026 4.36 PM
root / root
0644
_markupbase.cpython-312.opt-2.pyc
11.429 KB
27 Apr 2026 4.36 PM
root / root
0644
_markupbase.cpython-312.pyc
11.993 KB
27 Apr 2026 4.36 PM
root / root
0644
_osx_support.cpython-312.opt-1.pyc
17.265 KB
27 Apr 2026 4.36 PM
root / root
0644
_osx_support.cpython-312.opt-2.pyc
14.741 KB
27 Apr 2026 4.36 PM
root / root
0644
_osx_support.cpython-312.pyc
17.265 KB
27 Apr 2026 4.36 PM
root / root
0644
_py_abc.cpython-312.opt-1.pyc
6.815 KB
27 Apr 2026 4.36 PM
root / root
0644
_py_abc.cpython-312.opt-2.pyc
5.671 KB
27 Apr 2026 4.36 PM
root / root
0644
_py_abc.cpython-312.pyc
6.872 KB
27 Apr 2026 4.36 PM
root / root
0644
_pydatetime.cpython-312.opt-1.pyc
89.521 KB
27 Apr 2026 4.36 PM
root / root
0644
_pydatetime.cpython-312.opt-2.pyc
81.914 KB
27 Apr 2026 4.36 PM
root / root
0644
_pydatetime.cpython-312.pyc
92.04 KB
27 Apr 2026 4.36 PM
root / root
0644
_pydecimal.cpython-312.opt-1.pyc
220.049 KB
27 Apr 2026 4.36 PM
root / root
0644
_pydecimal.cpython-312.opt-2.pyc
144.29 KB
27 Apr 2026 4.36 PM
root / root
0644
_pydecimal.cpython-312.pyc
220.229 KB
27 Apr 2026 4.36 PM
root / root
0644
_pyio.cpython-312.opt-1.pyc
107.474 KB
27 Apr 2026 4.36 PM
root / root
0644
_pyio.cpython-312.opt-2.pyc
85.673 KB
27 Apr 2026 4.36 PM
root / root
0644
_pyio.cpython-312.pyc
107.522 KB
27 Apr 2026 4.36 PM
root / root
0644
_pylong.cpython-312.opt-1.pyc
10.785 KB
27 Apr 2026 4.36 PM
root / root
0644
_pylong.cpython-312.opt-2.pyc
8.28 KB
27 Apr 2026 4.36 PM
root / root
0644
_pylong.cpython-312.pyc
10.785 KB
27 Apr 2026 4.36 PM
root / root
0644
_sitebuiltins.cpython-312.opt-1.pyc
4.633 KB
27 Apr 2026 4.36 PM
root / root
0644
_sitebuiltins.cpython-312.opt-2.pyc
4.133 KB
27 Apr 2026 4.36 PM
root / root
0644
_sitebuiltins.cpython-312.pyc
4.633 KB
27 Apr 2026 4.36 PM
root / root
0644
_strptime.cpython-312.opt-1.pyc
26.828 KB
27 Apr 2026 4.36 PM
root / root
0644
_strptime.cpython-312.opt-2.pyc
22.737 KB
27 Apr 2026 4.36 PM
root / root
0644
_strptime.cpython-312.pyc
26.828 KB
27 Apr 2026 4.36 PM
root / root
0644
_sysconfigdata__linux_x86_64-linux-gnu.cpython-312.opt-1.pyc
72.532 KB
27 Apr 2026 4.36 PM
root / root
0644
_sysconfigdata__linux_x86_64-linux-gnu.cpython-312.opt-2.pyc
72.532 KB
27 Apr 2026 4.36 PM
root / root
0644
_sysconfigdata__linux_x86_64-linux-gnu.cpython-312.pyc
72.532 KB
27 Apr 2026 4.36 PM
root / root
0644
_threading_local.cpython-312.opt-1.pyc
8.06 KB
27 Apr 2026 4.36 PM
root / root
0644
_threading_local.cpython-312.opt-2.pyc
4.837 KB
27 Apr 2026 4.36 PM
root / root
0644
_threading_local.cpython-312.pyc
8.06 KB
27 Apr 2026 4.36 PM
root / root
0644
_weakrefset.cpython-312.opt-1.pyc
11.464 KB
27 Apr 2026 4.36 PM
root / root
0644
_weakrefset.cpython-312.opt-2.pyc
11.464 KB
27 Apr 2026 4.36 PM
root / root
0644
_weakrefset.cpython-312.pyc
11.464 KB
27 Apr 2026 4.36 PM
root / root
0644
abc.cpython-312.opt-1.pyc
7.854 KB
27 Apr 2026 4.36 PM
root / root
0644
abc.cpython-312.opt-2.pyc
4.751 KB
27 Apr 2026 4.36 PM
root / root
0644
abc.cpython-312.pyc
7.854 KB
27 Apr 2026 4.36 PM
root / root
0644
aifc.cpython-312.opt-1.pyc
41.79 KB
27 Apr 2026 4.36 PM
root / root
0644
aifc.cpython-312.opt-2.pyc
36.711 KB
27 Apr 2026 4.36 PM
root / root
0644
aifc.cpython-312.pyc
41.79 KB
27 Apr 2026 4.36 PM
root / root
0644
antigravity.cpython-312.opt-1.pyc
0.987 KB
27 Apr 2026 4.36 PM
root / root
0644
antigravity.cpython-312.opt-2.pyc
0.854 KB
27 Apr 2026 4.36 PM
root / root
0644
antigravity.cpython-312.pyc
0.987 KB
27 Apr 2026 4.36 PM
root / root
0644
argparse.cpython-312.opt-1.pyc
98.33 KB
27 Apr 2026 4.36 PM
root / root
0644
argparse.cpython-312.opt-2.pyc
88.917 KB
27 Apr 2026 4.36 PM
root / root
0644
argparse.cpython-312.pyc
98.688 KB
27 Apr 2026 4.36 PM
root / root
0644
ast.cpython-312.opt-1.pyc
97.217 KB
27 Apr 2026 4.36 PM
root / root
0644
ast.cpython-312.opt-2.pyc
89.035 KB
27 Apr 2026 4.36 PM
root / root
0644
ast.cpython-312.pyc
97.398 KB
27 Apr 2026 4.36 PM
root / root
0644
base64.cpython-312.opt-1.pyc
23.534 KB
27 Apr 2026 4.36 PM
root / root
0644
base64.cpython-312.opt-2.pyc
19.021 KB
27 Apr 2026 4.36 PM
root / root
0644
base64.cpython-312.pyc
23.827 KB
27 Apr 2026 4.36 PM
root / root
0644
bdb.cpython-312.opt-1.pyc
37.736 KB
27 Apr 2026 4.36 PM
root / root
0644
bdb.cpython-312.opt-2.pyc
28.629 KB
27 Apr 2026 4.36 PM
root / root
0644
bdb.cpython-312.pyc
37.736 KB
27 Apr 2026 4.36 PM
root / root
0644
bisect.cpython-312.opt-1.pyc
3.558 KB
27 Apr 2026 4.36 PM
root / root
0644
bisect.cpython-312.opt-2.pyc
2.012 KB
27 Apr 2026 4.36 PM
root / root
0644
bisect.cpython-312.pyc
3.558 KB
27 Apr 2026 4.36 PM
root / root
0644
bz2.cpython-312.opt-1.pyc
14.78 KB
27 Apr 2026 4.36 PM
root / root
0644
bz2.cpython-312.opt-2.pyc
10.023 KB
27 Apr 2026 4.36 PM
root / root
0644
bz2.cpython-312.pyc
14.78 KB
27 Apr 2026 4.36 PM
root / root
0644
cProfile.cpython-312.opt-1.pyc
8.363 KB
27 Apr 2026 4.36 PM
root / root
0644
cProfile.cpython-312.opt-2.pyc
7.921 KB
27 Apr 2026 4.36 PM
root / root
0644
cProfile.cpython-312.pyc
8.363 KB
27 Apr 2026 4.36 PM
root / root
0644
calendar.cpython-312.opt-1.pyc
38.969 KB
27 Apr 2026 4.36 PM
root / root
0644
calendar.cpython-312.opt-2.pyc
34.834 KB
27 Apr 2026 4.36 PM
root / root
0644
calendar.cpython-312.pyc
38.969 KB
27 Apr 2026 4.36 PM
root / root
0644
cgi.cpython-312.opt-1.pyc
39.284 KB
27 Apr 2026 4.36 PM
root / root
0644
cgi.cpython-312.opt-2.pyc
30.978 KB
27 Apr 2026 4.36 PM
root / root
0644
cgi.cpython-312.pyc
39.284 KB
27 Apr 2026 4.36 PM
root / root
0644
cgitb.cpython-312.opt-1.pyc
16.874 KB
27 Apr 2026 4.36 PM
root / root
0644
cgitb.cpython-312.opt-2.pyc
15.353 KB
27 Apr 2026 4.36 PM
root / root
0644
cgitb.cpython-312.pyc
16.874 KB
27 Apr 2026 4.36 PM
root / root
0644
chunk.cpython-312.opt-1.pyc
7.141 KB
27 Apr 2026 4.36 PM
root / root
0644
chunk.cpython-312.opt-2.pyc
5.093 KB
27 Apr 2026 4.36 PM
root / root
0644
chunk.cpython-312.pyc
7.141 KB
27 Apr 2026 4.36 PM
root / root
0644
cmd.cpython-312.opt-1.pyc
18.153 KB
27 Apr 2026 4.36 PM
root / root
0644
cmd.cpython-312.opt-2.pyc
12.954 KB
27 Apr 2026 4.36 PM
root / root
0644
cmd.cpython-312.pyc
18.153 KB
27 Apr 2026 4.36 PM
root / root
0644
code.cpython-312.opt-1.pyc
13.35 KB
27 Apr 2026 4.36 PM
root / root
0644
code.cpython-312.opt-2.pyc
8.301 KB
27 Apr 2026 4.36 PM
root / root
0644
code.cpython-312.pyc
13.35 KB
27 Apr 2026 4.36 PM
root / root
0644
codecs.cpython-312.opt-1.pyc
41.274 KB
27 Apr 2026 4.36 PM
root / root
0644
codecs.cpython-312.opt-2.pyc
26.31 KB
27 Apr 2026 4.36 PM
root / root
0644
codecs.cpython-312.pyc
41.274 KB
27 Apr 2026 4.36 PM
root / root
0644
codeop.cpython-312.opt-1.pyc
6.74 KB
27 Apr 2026 4.36 PM
root / root
0644
codeop.cpython-312.opt-2.pyc
3.826 KB
27 Apr 2026 4.36 PM
root / root
0644
codeop.cpython-312.pyc
6.74 KB
27 Apr 2026 4.36 PM
root / root
0644
colorsys.cpython-312.opt-1.pyc
4.535 KB
27 Apr 2026 4.36 PM
root / root
0644
colorsys.cpython-312.opt-2.pyc
3.947 KB
27 Apr 2026 4.36 PM
root / root
0644
colorsys.cpython-312.pyc
4.535 KB
27 Apr 2026 4.36 PM
root / root
0644
compileall.cpython-312.opt-1.pyc
19.872 KB
27 Apr 2026 4.36 PM
root / root
0644
compileall.cpython-312.opt-2.pyc
16.719 KB
27 Apr 2026 4.36 PM
root / root
0644
compileall.cpython-312.pyc
19.872 KB
27 Apr 2026 4.36 PM
root / root
0644
configparser.cpython-312.opt-1.pyc
61.996 KB
27 Apr 2026 4.36 PM
root / root
0644
configparser.cpython-312.opt-2.pyc
47.619 KB
27 Apr 2026 4.36 PM
root / root
0644
configparser.cpython-312.pyc
61.996 KB
27 Apr 2026 4.36 PM
root / root
0644
contextlib.cpython-312.opt-1.pyc
29.626 KB
27 Apr 2026 4.36 PM
root / root
0644
contextlib.cpython-312.opt-2.pyc
23.716 KB
27 Apr 2026 4.36 PM
root / root
0644
contextlib.cpython-312.pyc
29.641 KB
27 Apr 2026 4.36 PM
root / root
0644
contextvars.cpython-312.opt-1.pyc
0.257 KB
27 Apr 2026 4.36 PM
root / root
0644
contextvars.cpython-312.opt-2.pyc
0.257 KB
27 Apr 2026 4.36 PM
root / root
0644
contextvars.cpython-312.pyc
0.257 KB
27 Apr 2026 4.36 PM
root / root
0644
copy.cpython-312.opt-1.pyc
9.53 KB
27 Apr 2026 4.36 PM
root / root
0644
copy.cpython-312.opt-2.pyc
7.306 KB
27 Apr 2026 4.36 PM
root / root
0644
copy.cpython-312.pyc
9.53 KB
27 Apr 2026 4.36 PM
root / root
0644
copyreg.cpython-312.opt-1.pyc
7.197 KB
27 Apr 2026 4.36 PM
root / root
0644
copyreg.cpython-312.opt-2.pyc
6.442 KB
27 Apr 2026 4.36 PM
root / root
0644
copyreg.cpython-312.pyc
7.228 KB
27 Apr 2026 4.36 PM
root / root
0644
crypt.cpython-312.opt-1.pyc
5.235 KB
27 Apr 2026 4.36 PM
root / root
0644
crypt.cpython-312.opt-2.pyc
4.612 KB
27 Apr 2026 4.36 PM
root / root
0644
crypt.cpython-312.pyc
5.235 KB
27 Apr 2026 4.36 PM
root / root
0644
csv.cpython-312.opt-1.pyc
17.322 KB
27 Apr 2026 4.36 PM
root / root
0644
csv.cpython-312.opt-2.pyc
15.376 KB
27 Apr 2026 4.36 PM
root / root
0644
csv.cpython-312.pyc
17.322 KB
27 Apr 2026 4.36 PM
root / root
0644
dataclasses.cpython-312.opt-1.pyc
43.784 KB
27 Apr 2026 4.36 PM
root / root
0644
dataclasses.cpython-312.opt-2.pyc
40.007 KB
27 Apr 2026 4.36 PM
root / root
0644
dataclasses.cpython-312.pyc
43.841 KB
27 Apr 2026 4.36 PM
root / root
0644
datetime.cpython-312.opt-1.pyc
0.401 KB
27 Apr 2026 4.36 PM
root / root
0644
datetime.cpython-312.opt-2.pyc
0.401 KB
27 Apr 2026 4.36 PM
root / root
0644
datetime.cpython-312.pyc
0.401 KB
27 Apr 2026 4.36 PM
root / root
0644
decimal.cpython-312.opt-1.pyc
2.864 KB
27 Apr 2026 4.36 PM
root / root
0644
decimal.cpython-312.opt-2.pyc
0.362 KB
27 Apr 2026 4.36 PM
root / root
0644
decimal.cpython-312.pyc
2.864 KB
27 Apr 2026 4.36 PM
root / root
0644
difflib.cpython-312.opt-1.pyc
73.572 KB
27 Apr 2026 4.36 PM
root / root
0644
difflib.cpython-312.opt-2.pyc
41.105 KB
27 Apr 2026 4.36 PM
root / root
0644
difflib.cpython-312.pyc
73.614 KB
27 Apr 2026 4.36 PM
root / root
0644
dis.cpython-312.opt-1.pyc
33.598 KB
27 Apr 2026 4.36 PM
root / root
0644
dis.cpython-312.opt-2.pyc
29.36 KB
27 Apr 2026 4.36 PM
root / root
0644
dis.cpython-312.pyc
33.636 KB
27 Apr 2026 4.36 PM
root / root
0644
doctest.cpython-312.opt-1.pyc
102.887 KB
27 Apr 2026 4.36 PM
root / root
0644
doctest.cpython-312.opt-2.pyc
68.712 KB
27 Apr 2026 4.36 PM
root / root
0644
doctest.cpython-312.pyc
103.192 KB
27 Apr 2026 4.36 PM
root / root
0644
enum.cpython-312.opt-1.pyc
78.463 KB
27 Apr 2026 4.36 PM
root / root
0644
enum.cpython-312.opt-2.pyc
69.594 KB
27 Apr 2026 4.36 PM
root / root
0644
enum.cpython-312.pyc
78.463 KB
27 Apr 2026 4.36 PM
root / root
0644
filecmp.cpython-312.opt-1.pyc
14.323 KB
27 Apr 2026 4.36 PM
root / root
0644
filecmp.cpython-312.opt-2.pyc
11.777 KB
27 Apr 2026 4.36 PM
root / root
0644
filecmp.cpython-312.pyc
14.323 KB
27 Apr 2026 4.36 PM
root / root
0644
fileinput.cpython-312.opt-1.pyc
19.795 KB
27 Apr 2026 4.36 PM
root / root
0644
fileinput.cpython-312.opt-2.pyc
14.48 KB
27 Apr 2026 4.36 PM
root / root
0644
fileinput.cpython-312.pyc
19.795 KB
27 Apr 2026 4.36 PM
root / root
0644
fnmatch.cpython-312.opt-1.pyc
6.211 KB
27 Apr 2026 4.36 PM
root / root
0644
fnmatch.cpython-312.opt-2.pyc
5.061 KB
27 Apr 2026 4.36 PM
root / root
0644
fnmatch.cpython-312.pyc
6.33 KB
27 Apr 2026 4.36 PM
root / root
0644
fractions.cpython-312.opt-1.pyc
35.896 KB
27 Apr 2026 4.36 PM
root / root
0644
fractions.cpython-312.opt-2.pyc
27.568 KB
27 Apr 2026 4.36 PM
root / root
0644
fractions.cpython-312.pyc
35.896 KB
27 Apr 2026 4.36 PM
root / root
0644
ftplib.cpython-312.opt-1.pyc
41.577 KB
27 Apr 2026 4.36 PM
root / root
0644
ftplib.cpython-312.opt-2.pyc
31.681 KB
27 Apr 2026 4.36 PM
root / root
0644
ftplib.cpython-312.pyc
41.577 KB
27 Apr 2026 4.36 PM
root / root
0644
functools.cpython-312.opt-1.pyc
39.398 KB
27 Apr 2026 4.36 PM
root / root
0644
functools.cpython-312.opt-2.pyc
32.993 KB
27 Apr 2026 4.36 PM
root / root
0644
functools.cpython-312.pyc
39.398 KB
27 Apr 2026 4.36 PM
root / root
0644
genericpath.cpython-312.opt-1.pyc
6.652 KB
27 Apr 2026 4.36 PM
root / root
0644
genericpath.cpython-312.opt-2.pyc
5.58 KB
27 Apr 2026 4.36 PM
root / root
0644
genericpath.cpython-312.pyc
6.652 KB
27 Apr 2026 4.36 PM
root / root
0644
getopt.cpython-312.opt-1.pyc
8.115 KB
27 Apr 2026 4.36 PM
root / root
0644
getopt.cpython-312.opt-2.pyc
5.639 KB
27 Apr 2026 4.36 PM
root / root
0644
getopt.cpython-312.pyc
8.165 KB
27 Apr 2026 4.36 PM
root / root
0644
getpass.cpython-312.opt-1.pyc
6.673 KB
27 Apr 2026 4.36 PM
root / root
0644
getpass.cpython-312.opt-2.pyc
5.537 KB
27 Apr 2026 4.36 PM
root / root
0644
getpass.cpython-312.pyc
6.673 KB
27 Apr 2026 4.36 PM
root / root
0644
gettext.cpython-312.opt-1.pyc
21.274 KB
27 Apr 2026 4.36 PM
root / root
0644
gettext.cpython-312.opt-2.pyc
20.621 KB
27 Apr 2026 4.36 PM
root / root
0644
gettext.cpython-312.pyc
21.274 KB
27 Apr 2026 4.36 PM
root / root
0644
glob.cpython-312.opt-1.pyc
9.514 KB
27 Apr 2026 4.36 PM
root / root
0644
glob.cpython-312.opt-2.pyc
8.598 KB
27 Apr 2026 4.36 PM
root / root
0644
glob.cpython-312.pyc
9.573 KB
27 Apr 2026 4.36 PM
root / root
0644
graphlib.cpython-312.opt-1.pyc
9.987 KB
27 Apr 2026 4.36 PM
root / root
0644
graphlib.cpython-312.opt-2.pyc
6.69 KB
27 Apr 2026 4.36 PM
root / root
0644
graphlib.cpython-312.pyc
10.055 KB
27 Apr 2026 4.36 PM
root / root
0644
gzip.cpython-312.opt-1.pyc
31.597 KB
27 Apr 2026 4.36 PM
root / root
0644
gzip.cpython-312.opt-2.pyc
27.354 KB
27 Apr 2026 4.36 PM
root / root
0644
gzip.cpython-312.pyc
31.597 KB
27 Apr 2026 4.36 PM
root / root
0644
hashlib.cpython-312.opt-1.pyc
8.091 KB
27 Apr 2026 4.36 PM
root / root
0644
hashlib.cpython-312.opt-2.pyc
7.355 KB
27 Apr 2026 4.36 PM
root / root
0644
hashlib.cpython-312.pyc
8.091 KB
27 Apr 2026 4.36 PM
root / root
0644
heapq.cpython-312.opt-1.pyc
17.52 KB
27 Apr 2026 4.36 PM
root / root
0644
heapq.cpython-312.opt-2.pyc
14.506 KB
27 Apr 2026 4.36 PM
root / root
0644
heapq.cpython-312.pyc
17.52 KB
27 Apr 2026 4.36 PM
root / root
0644
hmac.cpython-312.opt-1.pyc
10.737 KB
27 Apr 2026 4.36 PM
root / root
0644
hmac.cpython-312.opt-2.pyc
8.338 KB
27 Apr 2026 4.36 PM
root / root
0644
hmac.cpython-312.pyc
10.737 KB
27 Apr 2026 4.36 PM
root / root
0644
imaplib.cpython-312.opt-1.pyc
57.848 KB
27 Apr 2026 4.36 PM
root / root
0644
imaplib.cpython-312.opt-2.pyc
46.198 KB
27 Apr 2026 4.36 PM
root / root
0644
imaplib.cpython-312.pyc
61.995 KB
27 Apr 2026 4.36 PM
root / root
0644
imghdr.cpython-312.opt-1.pyc
6.773 KB
27 Apr 2026 4.36 PM
root / root
0644
imghdr.cpython-312.opt-2.pyc
6.216 KB
27 Apr 2026 4.36 PM
root / root
0644
imghdr.cpython-312.pyc
6.773 KB
27 Apr 2026 4.36 PM
root / root
0644
inspect.cpython-312.opt-1.pyc
130.899 KB
27 Apr 2026 4.36 PM
root / root
0644
inspect.cpython-312.opt-2.pyc
106.333 KB
27 Apr 2026 4.36 PM
root / root
0644
inspect.cpython-312.pyc
131.216 KB
27 Apr 2026 4.36 PM
root / root
0644
io.cpython-312.opt-1.pyc
4.034 KB
27 Apr 2026 4.36 PM
root / root
0644
io.cpython-312.opt-2.pyc
2.584 KB
27 Apr 2026 4.36 PM
root / root
0644
io.cpython-312.pyc
4.034 KB
27 Apr 2026 4.36 PM
root / root
0644
ipaddress.cpython-312.opt-1.pyc
91.58 KB
27 Apr 2026 4.36 PM
root / root
0644
ipaddress.cpython-312.opt-2.pyc
66.794 KB
27 Apr 2026 4.36 PM
root / root
0644
ipaddress.cpython-312.pyc
91.58 KB
27 Apr 2026 4.36 PM
root / root
0644
keyword.cpython-312.opt-1.pyc
1.019 KB
27 Apr 2026 4.36 PM
root / root
0644
keyword.cpython-312.opt-2.pyc
0.624 KB
27 Apr 2026 4.36 PM
root / root
0644
keyword.cpython-312.pyc
1.019 KB
27 Apr 2026 4.36 PM
root / root
0644
linecache.cpython-312.opt-1.pyc
6.397 KB
27 Apr 2026 4.36 PM
root / root
0644
linecache.cpython-312.opt-2.pyc
5.241 KB
27 Apr 2026 4.36 PM
root / root
0644
linecache.cpython-312.pyc
6.397 KB
27 Apr 2026 4.36 PM
root / root
0644
locale.cpython-312.opt-1.pyc
58.096 KB
27 Apr 2026 4.36 PM
root / root
0644
locale.cpython-312.opt-2.pyc
53.797 KB
27 Apr 2026 4.36 PM
root / root
0644
locale.cpython-312.pyc
58.096 KB
27 Apr 2026 4.36 PM
root / root
0644
lzma.cpython-312.opt-1.pyc
15.485 KB
27 Apr 2026 4.36 PM
root / root
0644
lzma.cpython-312.opt-2.pyc
9.544 KB
27 Apr 2026 4.36 PM
root / root
0644
lzma.cpython-312.pyc
15.485 KB
27 Apr 2026 4.36 PM
root / root
0644
mailbox.cpython-312.opt-1.pyc
108.667 KB
27 Apr 2026 4.36 PM
root / root
0644
mailbox.cpython-312.opt-2.pyc
103.354 KB
27 Apr 2026 4.36 PM
root / root
0644
mailbox.cpython-312.pyc
108.771 KB
27 Apr 2026 4.36 PM
root / root
0644
mailcap.cpython-312.opt-1.pyc
10.835 KB
27 Apr 2026 4.36 PM
root / root
0644
mailcap.cpython-312.opt-2.pyc
9.347 KB
27 Apr 2026 4.36 PM
root / root
0644
mailcap.cpython-312.pyc
10.835 KB
27 Apr 2026 4.36 PM
root / root
0644
mimetypes.cpython-312.opt-1.pyc
23.875 KB
27 Apr 2026 4.36 PM
root / root
0644
mimetypes.cpython-312.opt-2.pyc
18.088 KB
27 Apr 2026 4.36 PM
root / root
0644
mimetypes.cpython-312.pyc
23.875 KB
27 Apr 2026 4.36 PM
root / root
0644
modulefinder.cpython-312.opt-1.pyc
27.065 KB
27 Apr 2026 4.36 PM
root / root
0644
modulefinder.cpython-312.opt-2.pyc
26.207 KB
27 Apr 2026 4.36 PM
root / root
0644
modulefinder.cpython-312.pyc
27.167 KB
27 Apr 2026 4.36 PM
root / root
0644
netrc.cpython-312.opt-1.pyc
8.649 KB
27 Apr 2026 4.36 PM
root / root
0644
netrc.cpython-312.opt-2.pyc
8.435 KB
27 Apr 2026 4.36 PM
root / root
0644
netrc.cpython-312.pyc
8.649 KB
27 Apr 2026 4.36 PM
root / root
0644
nntplib.cpython-312.opt-1.pyc
43.859 KB
27 Apr 2026 4.36 PM
root / root
0644
nntplib.cpython-312.opt-2.pyc
32.86 KB
27 Apr 2026 4.36 PM
root / root
0644
nntplib.cpython-312.pyc
43.859 KB
27 Apr 2026 4.36 PM
root / root
0644
ntpath.cpython-312.opt-1.pyc
25.485 KB
27 Apr 2026 4.36 PM
root / root
0644
ntpath.cpython-312.opt-2.pyc
23.265 KB
27 Apr 2026 4.36 PM
root / root
0644
ntpath.cpython-312.pyc
25.485 KB
27 Apr 2026 4.36 PM
root / root
0644
nturl2path.cpython-312.opt-1.pyc
2.659 KB
27 Apr 2026 4.36 PM
root / root
0644
nturl2path.cpython-312.opt-2.pyc
2.268 KB
27 Apr 2026 4.36 PM
root / root
0644
nturl2path.cpython-312.pyc
2.659 KB
27 Apr 2026 4.36 PM
root / root
0644
numbers.cpython-312.opt-1.pyc
13.642 KB
27 Apr 2026 4.36 PM
root / root
0644
numbers.cpython-312.opt-2.pyc
10.153 KB
27 Apr 2026 4.36 PM
root / root
0644
numbers.cpython-312.pyc
13.642 KB
27 Apr 2026 4.36 PM
root / root
0644
opcode.cpython-312.opt-1.pyc
14.332 KB
27 Apr 2026 4.36 PM
root / root
0644
opcode.cpython-312.opt-2.pyc
14.199 KB
27 Apr 2026 4.36 PM
root / root
0644
opcode.cpython-312.pyc
14.373 KB
27 Apr 2026 4.36 PM
root / root
0644
operator.cpython-312.opt-1.pyc
16.947 KB
27 Apr 2026 4.36 PM
root / root
0644
operator.cpython-312.opt-2.pyc
14.796 KB
27 Apr 2026 4.36 PM
root / root
0644
operator.cpython-312.pyc
16.947 KB
27 Apr 2026 4.36 PM
root / root
0644
optparse.cpython-312.opt-1.pyc
65.76 KB
27 Apr 2026 4.36 PM
root / root
0644
optparse.cpython-312.opt-2.pyc
53.897 KB
27 Apr 2026 4.36 PM
root / root
0644
optparse.cpython-312.pyc
65.862 KB
27 Apr 2026 4.36 PM
root / root
0644
os.cpython-312.opt-1.pyc
43.575 KB
27 Apr 2026 4.36 PM
root / root
0644
os.cpython-312.opt-2.pyc
31.792 KB
27 Apr 2026 4.36 PM
root / root
0644
os.cpython-312.pyc
43.616 KB
27 Apr 2026 4.36 PM
root / root
0644
pathlib.cpython-312.opt-1.pyc
60.254 KB
27 Apr 2026 4.36 PM
root / root
0644
pathlib.cpython-312.opt-2.pyc
51.188 KB
27 Apr 2026 4.36 PM
root / root
0644
pathlib.cpython-312.pyc
60.254 KB
27 Apr 2026 4.36 PM
root / root
0644
pdb.cpython-312.opt-1.pyc
83.338 KB
27 Apr 2026 4.36 PM
root / root
0644
pdb.cpython-312.opt-2.pyc
68.141 KB
27 Apr 2026 4.36 PM
root / root
0644
pdb.cpython-312.pyc
83.443 KB
27 Apr 2026 4.36 PM
root / root
0644
pickle.cpython-312.opt-1.pyc
75.588 KB
27 Apr 2026 4.36 PM
root / root
0644
pickle.cpython-312.opt-2.pyc
69.927 KB
27 Apr 2026 4.36 PM
root / root
0644
pickle.cpython-312.pyc
75.895 KB
27 Apr 2026 4.36 PM
root / root
0644
pickletools.cpython-312.opt-1.pyc
77.537 KB
27 Apr 2026 4.36 PM
root / root
0644
pickletools.cpython-312.opt-2.pyc
68.835 KB
27 Apr 2026 4.36 PM
root / root
0644
pickletools.cpython-312.pyc
79.316 KB
27 Apr 2026 4.36 PM
root / root
0644
pipes.cpython-312.opt-1.pyc
10.636 KB
27 Apr 2026 4.36 PM
root / root
0644
pipes.cpython-312.opt-2.pyc
7.889 KB
27 Apr 2026 4.36 PM
root / root
0644
pipes.cpython-312.pyc
10.636 KB
27 Apr 2026 4.36 PM
root / root
0644
pkgutil.cpython-312.opt-1.pyc
19.423 KB
27 Apr 2026 4.36 PM
root / root
0644
pkgutil.cpython-312.opt-2.pyc
13.426 KB
27 Apr 2026 4.36 PM
root / root
0644
pkgutil.cpython-312.pyc
19.423 KB
27 Apr 2026 4.36 PM
root / root
0644
platform.cpython-312.opt-1.pyc
40.606 KB
27 Apr 2026 4.36 PM
root / root
0644
platform.cpython-312.opt-2.pyc
32.903 KB
27 Apr 2026 4.36 PM
root / root
0644
platform.cpython-312.pyc
40.606 KB
27 Apr 2026 4.36 PM
root / root
0644
plistlib.cpython-312.opt-1.pyc
40.098 KB
27 Apr 2026 4.36 PM
root / root
0644
plistlib.cpython-312.opt-2.pyc
37.737 KB
27 Apr 2026 4.36 PM
root / root
0644
plistlib.cpython-312.pyc
40.248 KB
27 Apr 2026 4.36 PM
root / root
0644
poplib.cpython-312.opt-1.pyc
18.469 KB
27 Apr 2026 4.36 PM
root / root
0644
poplib.cpython-312.opt-2.pyc
13.942 KB
27 Apr 2026 4.36 PM
root / root
0644
poplib.cpython-312.pyc
18.469 KB
27 Apr 2026 4.36 PM
root / root
0644
posixpath.cpython-312.opt-1.pyc
17.415 KB
27 Apr 2026 4.36 PM
root / root
0644
posixpath.cpython-312.opt-2.pyc
15.377 KB
27 Apr 2026 4.36 PM
root / root
0644
posixpath.cpython-312.pyc
17.415 KB
27 Apr 2026 4.36 PM
root / root
0644
pprint.cpython-312.opt-1.pyc
28.697 KB
27 Apr 2026 4.36 PM
root / root
0644
pprint.cpython-312.opt-2.pyc
26.597 KB
27 Apr 2026 4.36 PM
root / root
0644
pprint.cpython-312.pyc
28.74 KB
27 Apr 2026 4.36 PM
root / root
0644
profile.cpython-312.opt-1.pyc
21.435 KB
27 Apr 2026 4.36 PM
root / root
0644
profile.cpython-312.opt-2.pyc
18.552 KB
27 Apr 2026 4.36 PM
root / root
0644
profile.cpython-312.pyc
21.978 KB
27 Apr 2026 4.36 PM
root / root
0644
pstats.cpython-312.opt-1.pyc
36.853 KB
27 Apr 2026 4.36 PM
root / root
0644
pstats.cpython-312.opt-2.pyc
34.058 KB
27 Apr 2026 4.36 PM
root / root
0644
pstats.cpython-312.pyc
36.853 KB
27 Apr 2026 4.36 PM
root / root
0644
pty.cpython-312.opt-1.pyc
7.183 KB
27 Apr 2026 4.36 PM
root / root
0644
pty.cpython-312.opt-2.pyc
6.443 KB
27 Apr 2026 4.36 PM
root / root
0644
pty.cpython-312.pyc
7.183 KB
27 Apr 2026 4.36 PM
root / root
0644
py_compile.cpython-312.opt-1.pyc
9.795 KB
27 Apr 2026 4.36 PM
root / root
0644
py_compile.cpython-312.opt-2.pyc
6.57 KB
27 Apr 2026 4.36 PM
root / root
0644
py_compile.cpython-312.pyc
9.795 KB
27 Apr 2026 4.36 PM
root / root
0644
pyclbr.cpython-312.opt-1.pyc
14.51 KB
27 Apr 2026 4.36 PM
root / root
0644
pyclbr.cpython-312.opt-2.pyc
11.566 KB
27 Apr 2026 4.36 PM
root / root
0644
pyclbr.cpython-312.pyc
14.51 KB
27 Apr 2026 4.36 PM
root / root
0644
pydoc.cpython-312.opt-1.pyc
139.446 KB
27 Apr 2026 4.36 PM
root / root
0644
pydoc.cpython-312.opt-2.pyc
130.028 KB
27 Apr 2026 4.36 PM
root / root
0644
pydoc.cpython-312.pyc
139.551 KB
27 Apr 2026 4.36 PM
root / root
0644
queue.cpython-312.opt-1.pyc
14.317 KB
27 Apr 2026 4.36 PM
root / root
0644
queue.cpython-312.opt-2.pyc
10.187 KB
27 Apr 2026 4.36 PM
root / root
0644
queue.cpython-312.pyc
14.317 KB
27 Apr 2026 4.36 PM
root / root
0644
quopri.cpython-312.opt-1.pyc
8.785 KB
27 Apr 2026 4.36 PM
root / root
0644
quopri.cpython-312.opt-2.pyc
7.81 KB
27 Apr 2026 4.36 PM
root / root
0644
quopri.cpython-312.pyc
9.087 KB
27 Apr 2026 4.36 PM
root / root
0644
random.cpython-312.opt-1.pyc
32.318 KB
27 Apr 2026 4.36 PM
root / root
0644
random.cpython-312.opt-2.pyc
24.087 KB
27 Apr 2026 4.36 PM
root / root
0644
random.cpython-312.pyc
32.37 KB
27 Apr 2026 4.36 PM
root / root
0644
reprlib.cpython-312.opt-1.pyc
9.988 KB
27 Apr 2026 4.36 PM
root / root
0644
reprlib.cpython-312.opt-2.pyc
9.845 KB
27 Apr 2026 4.36 PM
root / root
0644
reprlib.cpython-312.pyc
9.988 KB
27 Apr 2026 4.36 PM
root / root
0644
rlcompleter.cpython-312.opt-1.pyc
8.06 KB
27 Apr 2026 4.36 PM
root / root
0644
rlcompleter.cpython-312.opt-2.pyc
5.49 KB
27 Apr 2026 4.36 PM
root / root
0644
rlcompleter.cpython-312.pyc
8.06 KB
27 Apr 2026 4.36 PM
root / root
0644
runpy.cpython-312.opt-1.pyc
13.963 KB
27 Apr 2026 4.36 PM
root / root
0644
runpy.cpython-312.opt-2.pyc
11.618 KB
27 Apr 2026 4.36 PM
root / root
0644
runpy.cpython-312.pyc
13.963 KB
27 Apr 2026 4.36 PM
root / root
0644
sched.cpython-312.opt-1.pyc
7.509 KB
27 Apr 2026 4.36 PM
root / root
0644
sched.cpython-312.opt-2.pyc
4.598 KB
27 Apr 2026 4.36 PM
root / root
0644
sched.cpython-312.pyc
7.509 KB
27 Apr 2026 4.36 PM
root / root
0644
secrets.cpython-312.opt-1.pyc
2.498 KB
27 Apr 2026 4.36 PM
root / root
0644
secrets.cpython-312.opt-2.pyc
1.507 KB
27 Apr 2026 4.36 PM
root / root
0644
secrets.cpython-312.pyc
2.498 KB
27 Apr 2026 4.36 PM
root / root
0644
selectors.cpython-312.opt-1.pyc
25.493 KB
27 Apr 2026 4.36 PM
root / root
0644
selectors.cpython-312.opt-2.pyc
21.591 KB
27 Apr 2026 4.36 PM
root / root
0644
selectors.cpython-312.pyc
25.493 KB
27 Apr 2026 4.36 PM
root / root
0644
shelve.cpython-312.opt-1.pyc
12.603 KB
27 Apr 2026 4.36 PM
root / root
0644
shelve.cpython-312.opt-2.pyc
8.575 KB
27 Apr 2026 4.36 PM
root / root
0644
shelve.cpython-312.pyc
12.603 KB
27 Apr 2026 4.36 PM
root / root
0644
shlex.cpython-312.opt-1.pyc
13.822 KB
27 Apr 2026 4.36 PM
root / root
0644
shlex.cpython-312.opt-2.pyc
13.333 KB
27 Apr 2026 4.36 PM
root / root
0644
shlex.cpython-312.pyc
13.822 KB
27 Apr 2026 4.36 PM
root / root
0644
shutil.cpython-312.opt-1.pyc
64.455 KB
27 Apr 2026 4.36 PM
root / root
0644
shutil.cpython-312.opt-2.pyc
52.203 KB
27 Apr 2026 4.36 PM
root / root
0644
shutil.cpython-312.pyc
64.512 KB
27 Apr 2026 4.36 PM
root / root
0644
signal.cpython-312.opt-1.pyc
4.354 KB
27 Apr 2026 4.36 PM
root / root
0644
signal.cpython-312.opt-2.pyc
4.15 KB
27 Apr 2026 4.36 PM
root / root
0644
signal.cpython-312.pyc
4.354 KB
27 Apr 2026 4.36 PM
root / root
0644
site.cpython-312.opt-1.pyc
28.013 KB
27 Apr 2026 4.36 PM
root / root
0644
site.cpython-312.opt-2.pyc
22.575 KB
27 Apr 2026 4.36 PM
root / root
0644
site.cpython-312.pyc
28.013 KB
27 Apr 2026 4.36 PM
root / root
0644
smtplib.cpython-312.opt-1.pyc
46.926 KB
27 Apr 2026 4.36 PM
root / root
0644
smtplib.cpython-312.opt-2.pyc
31.479 KB
27 Apr 2026 4.36 PM
root / root
0644
smtplib.cpython-312.pyc
47.075 KB
27 Apr 2026 4.36 PM
root / root
0644
sndhdr.cpython-312.opt-1.pyc
10.434 KB
27 Apr 2026 4.36 PM
root / root
0644
sndhdr.cpython-312.opt-2.pyc
9.141 KB
27 Apr 2026 4.36 PM
root / root
0644
sndhdr.cpython-312.pyc
10.434 KB
27 Apr 2026 4.36 PM
root / root
0644
socket.cpython-312.opt-1.pyc
40.929 KB
27 Apr 2026 4.36 PM
root / root
0644
socket.cpython-312.opt-2.pyc
32.506 KB
27 Apr 2026 4.36 PM
root / root
0644
socket.cpython-312.pyc
40.964 KB
27 Apr 2026 4.36 PM
root / root
0644
socketserver.cpython-312.opt-1.pyc
33.554 KB
27 Apr 2026 4.36 PM
root / root
0644
socketserver.cpython-312.opt-2.pyc
23.272 KB
27 Apr 2026 4.36 PM
root / root
0644
socketserver.cpython-312.pyc
33.554 KB
27 Apr 2026 4.36 PM
root / root
0644
sre_compile.cpython-312.opt-1.pyc
0.616 KB
27 Apr 2026 4.36 PM
root / root
0644
sre_compile.cpython-312.opt-2.pyc
0.616 KB
27 Apr 2026 4.36 PM
root / root
0644
sre_compile.cpython-312.pyc
0.616 KB
27 Apr 2026 4.36 PM
root / root
0644
sre_constants.cpython-312.opt-1.pyc
0.619 KB
27 Apr 2026 4.36 PM
root / root
0644
sre_constants.cpython-312.opt-2.pyc
0.619 KB
27 Apr 2026 4.36 PM
root / root
0644
sre_constants.cpython-312.pyc
0.619 KB
27 Apr 2026 4.36 PM
root / root
0644
sre_parse.cpython-312.opt-1.pyc
0.612 KB
27 Apr 2026 4.36 PM
root / root
0644
sre_parse.cpython-312.opt-2.pyc
0.612 KB
27 Apr 2026 4.36 PM
root / root
0644
sre_parse.cpython-312.pyc
0.612 KB
27 Apr 2026 4.36 PM
root / root
0644
ssl.cpython-312.opt-1.pyc
61.605 KB
27 Apr 2026 4.36 PM
root / root
0644
ssl.cpython-312.opt-2.pyc
51.56 KB
27 Apr 2026 4.36 PM
root / root
0644
ssl.cpython-312.pyc
61.605 KB
27 Apr 2026 4.36 PM
root / root
0644
stat.cpython-312.opt-1.pyc
5.101 KB
27 Apr 2026 4.36 PM
root / root
0644
stat.cpython-312.opt-2.pyc
4.5 KB
27 Apr 2026 4.36 PM
root / root
0644
stat.cpython-312.pyc
5.101 KB
27 Apr 2026 4.36 PM
root / root
0644
statistics.cpython-312.opt-1.pyc
53.915 KB
27 Apr 2026 4.36 PM
root / root
0644
statistics.cpython-312.opt-2.pyc
33.521 KB
27 Apr 2026 4.36 PM
root / root
0644
statistics.cpython-312.pyc
54.11 KB
27 Apr 2026 4.36 PM
root / root
0644
string.cpython-312.opt-1.pyc
11.195 KB
27 Apr 2026 4.36 PM
root / root
0644
string.cpython-312.opt-2.pyc
10.13 KB
27 Apr 2026 4.36 PM
root / root
0644
string.cpython-312.pyc
11.195 KB
27 Apr 2026 4.36 PM
root / root
0644
stringprep.cpython-312.opt-1.pyc
24.498 KB
27 Apr 2026 4.36 PM
root / root
0644
stringprep.cpython-312.opt-2.pyc
24.285 KB
27 Apr 2026 4.36 PM
root / root
0644
stringprep.cpython-312.pyc
24.576 KB
27 Apr 2026 4.36 PM
root / root
0644
struct.cpython-312.opt-1.pyc
0.319 KB
27 Apr 2026 4.36 PM
root / root
0644
struct.cpython-312.opt-2.pyc
0.319 KB
27 Apr 2026 4.36 PM
root / root
0644
struct.cpython-312.pyc
0.319 KB
27 Apr 2026 4.36 PM
root / root
0644
subprocess.cpython-312.opt-1.pyc
77.071 KB
27 Apr 2026 4.36 PM
root / root
0644
subprocess.cpython-312.opt-2.pyc
65.377 KB
27 Apr 2026 4.36 PM
root / root
0644
subprocess.cpython-312.pyc
77.203 KB
27 Apr 2026 4.36 PM
root / root
0644
sunau.cpython-312.opt-1.pyc
24.806 KB
27 Apr 2026 4.36 PM
root / root
0644
sunau.cpython-312.opt-2.pyc
20.327 KB
27 Apr 2026 4.36 PM
root / root
0644
sunau.cpython-312.pyc
24.806 KB
27 Apr 2026 4.36 PM
root / root
0644
symtable.cpython-312.opt-1.pyc
19.147 KB
27 Apr 2026 4.36 PM
root / root
0644
symtable.cpython-312.opt-2.pyc
16.676 KB
27 Apr 2026 4.36 PM
root / root
0644
symtable.cpython-312.pyc
19.315 KB
27 Apr 2026 4.36 PM
root / root
0644
sysconfig.cpython-312.opt-1.pyc
29.52 KB
27 Apr 2026 4.36 PM
root / root
0644
sysconfig.cpython-312.opt-2.pyc
26.82 KB
27 Apr 2026 4.36 PM
root / root
0644
sysconfig.cpython-312.pyc
29.52 KB
27 Apr 2026 4.36 PM
root / root
0644
tabnanny.cpython-312.opt-1.pyc
11.848 KB
27 Apr 2026 4.36 PM
root / root
0644
tabnanny.cpython-312.opt-2.pyc
10.951 KB
27 Apr 2026 4.36 PM
root / root
0644
tabnanny.cpython-312.pyc
11.848 KB
27 Apr 2026 4.36 PM
root / root
0644
tarfile.cpython-312.opt-1.pyc
121.413 KB
27 Apr 2026 4.36 PM
root / root
0644
tarfile.cpython-312.opt-2.pyc
107.157 KB
27 Apr 2026 4.36 PM
root / root
0644
tarfile.cpython-312.pyc
121.431 KB
27 Apr 2026 4.36 PM
root / root
0644
telnetlib.cpython-312.opt-1.pyc
27.71 KB
27 Apr 2026 4.36 PM
root / root
0644
telnetlib.cpython-312.opt-2.pyc
20.557 KB
27 Apr 2026 4.36 PM
root / root
0644
telnetlib.cpython-312.pyc
27.71 KB
27 Apr 2026 4.36 PM
root / root
0644
tempfile.cpython-312.opt-1.pyc
39.65 KB
27 Apr 2026 4.36 PM
root / root
0644
tempfile.cpython-312.opt-2.pyc
32.522 KB
27 Apr 2026 4.36 PM
root / root
0644
tempfile.cpython-312.pyc
39.65 KB
27 Apr 2026 4.36 PM
root / root
0644
textwrap.cpython-312.opt-1.pyc
17.854 KB
27 Apr 2026 4.36 PM
root / root
0644
textwrap.cpython-312.opt-2.pyc
10.901 KB
27 Apr 2026 4.36 PM
root / root
0644
textwrap.cpython-312.pyc
17.854 KB
27 Apr 2026 4.36 PM
root / root
0644
this.cpython-312.opt-1.pyc
1.371 KB
27 Apr 2026 4.36 PM
root / root
0644
this.cpython-312.opt-2.pyc
1.371 KB
27 Apr 2026 4.36 PM
root / root
0644
this.cpython-312.pyc
1.371 KB
27 Apr 2026 4.36 PM
root / root
0644
threading.cpython-312.opt-1.pyc
62.532 KB
27 Apr 2026 4.36 PM
root / root
0644
threading.cpython-312.opt-2.pyc
44.591 KB
27 Apr 2026 4.36 PM
root / root
0644
threading.cpython-312.pyc
63.601 KB
27 Apr 2026 4.36 PM
root / root
0644
timeit.cpython-312.opt-1.pyc
14.5 KB
27 Apr 2026 4.36 PM
root / root
0644
timeit.cpython-312.opt-2.pyc
8.828 KB
27 Apr 2026 4.36 PM
root / root
0644
timeit.cpython-312.pyc
14.5 KB
27 Apr 2026 4.36 PM
root / root
0644
token.cpython-312.opt-1.pyc
3.487 KB
27 Apr 2026 4.36 PM
root / root
0644
token.cpython-312.opt-2.pyc
3.459 KB
27 Apr 2026 4.36 PM
root / root
0644
token.cpython-312.pyc
3.487 KB
27 Apr 2026 4.36 PM
root / root
0644
tokenize.cpython-312.opt-1.pyc
24.783 KB
27 Apr 2026 4.36 PM
root / root
0644
tokenize.cpython-312.opt-2.pyc
20.822 KB
27 Apr 2026 4.36 PM
root / root
0644
tokenize.cpython-312.pyc
24.783 KB
27 Apr 2026 4.36 PM
root / root
0644
trace.cpython-312.opt-1.pyc
32.333 KB
27 Apr 2026 4.36 PM
root / root
0644
trace.cpython-312.opt-2.pyc
29.512 KB
27 Apr 2026 4.36 PM
root / root
0644
trace.cpython-312.pyc
32.333 KB
27 Apr 2026 4.36 PM
root / root
0644
traceback.cpython-312.opt-1.pyc
50.154 KB
27 Apr 2026 4.36 PM
root / root
0644
traceback.cpython-312.opt-2.pyc
40.431 KB
27 Apr 2026 4.36 PM
root / root
0644
traceback.cpython-312.pyc
50.263 KB
27 Apr 2026 4.36 PM
root / root
0644
tracemalloc.cpython-312.opt-1.pyc
26.221 KB
27 Apr 2026 4.36 PM
root / root
0644
tracemalloc.cpython-312.opt-2.pyc
24.912 KB
27 Apr 2026 4.36 PM
root / root
0644
tracemalloc.cpython-312.pyc
26.221 KB
27 Apr 2026 4.36 PM
root / root
0644
tty.cpython-312.opt-1.pyc
2.607 KB
27 Apr 2026 4.36 PM
root / root
0644
tty.cpython-312.opt-2.pyc
2.48 KB
27 Apr 2026 4.36 PM
root / root
0644
tty.cpython-312.pyc
2.607 KB
27 Apr 2026 4.36 PM
root / root
0644
turtle.cpython-312.opt-1.pyc
180.107 KB
27 Apr 2026 4.36 PM
root / root
0644
turtle.cpython-312.opt-2.pyc
119.164 KB
27 Apr 2026 4.36 PM
root / root
0644
turtle.cpython-312.pyc
180.107 KB
27 Apr 2026 4.36 PM
root / root
0644
types.cpython-312.opt-1.pyc
14.597 KB
27 Apr 2026 4.36 PM
root / root
0644
types.cpython-312.opt-2.pyc
12.55 KB
27 Apr 2026 4.36 PM
root / root
0644
types.cpython-312.pyc
14.597 KB
27 Apr 2026 4.36 PM
root / root
0644
typing.cpython-312.opt-1.pyc
138.343 KB
27 Apr 2026 4.36 PM
root / root
0644
typing.cpython-312.opt-2.pyc
105.476 KB
27 Apr 2026 4.36 PM
root / root
0644
typing.cpython-312.pyc
139.051 KB
27 Apr 2026 4.36 PM
root / root
0644
uu.cpython-312.opt-1.pyc
7.615 KB
27 Apr 2026 4.36 PM
root / root
0644
uu.cpython-312.opt-2.pyc
7.394 KB
27 Apr 2026 4.36 PM
root / root
0644
uu.cpython-312.pyc
7.615 KB
27 Apr 2026 4.36 PM
root / root
0644
uuid.cpython-312.opt-1.pyc
31.987 KB
27 Apr 2026 4.36 PM
root / root
0644
uuid.cpython-312.opt-2.pyc
24.516 KB
27 Apr 2026 4.36 PM
root / root
0644
uuid.cpython-312.pyc
32.215 KB
27 Apr 2026 4.36 PM
root / root
0644
warnings.cpython-312.opt-1.pyc
22.473 KB
27 Apr 2026 4.36 PM
root / root
0644
warnings.cpython-312.opt-2.pyc
19.845 KB
27 Apr 2026 4.36 PM
root / root
0644
warnings.cpython-312.pyc
23.271 KB
27 Apr 2026 4.36 PM
root / root
0644
wave.cpython-312.opt-1.pyc
31.235 KB
27 Apr 2026 4.36 PM
root / root
0644
wave.cpython-312.opt-2.pyc
24.892 KB
27 Apr 2026 4.36 PM
root / root
0644
wave.cpython-312.pyc
31.324 KB
27 Apr 2026 4.36 PM
root / root
0644
weakref.cpython-312.opt-1.pyc
30.431 KB
27 Apr 2026 4.36 PM
root / root
0644
weakref.cpython-312.opt-2.pyc
27.295 KB
27 Apr 2026 4.36 PM
root / root
0644
weakref.cpython-312.pyc
30.481 KB
27 Apr 2026 4.36 PM
root / root
0644
webbrowser.cpython-312.opt-1.pyc
26.538 KB
27 Apr 2026 4.36 PM
root / root
0644
webbrowser.cpython-312.opt-2.pyc
24.142 KB
27 Apr 2026 4.36 PM
root / root
0644
webbrowser.cpython-312.pyc
26.563 KB
27 Apr 2026 4.36 PM
root / root
0644
xdrlib.cpython-312.opt-1.pyc
11.551 KB
27 Apr 2026 4.36 PM
root / root
0644
xdrlib.cpython-312.opt-2.pyc
11.096 KB
27 Apr 2026 4.36 PM
root / root
0644
xdrlib.cpython-312.pyc
11.551 KB
27 Apr 2026 4.36 PM
root / root
0644
zipapp.cpython-312.opt-1.pyc
9.682 KB
27 Apr 2026 4.36 PM
root / root
0644
zipapp.cpython-312.opt-2.pyc
8.557 KB
27 Apr 2026 4.36 PM
root / root
0644
zipapp.cpython-312.pyc
9.682 KB
27 Apr 2026 4.36 PM
root / root
0644
zipimport.cpython-312.opt-1.pyc
23.503 KB
27 Apr 2026 4.36 PM
root / root
0644
zipimport.cpython-312.opt-2.pyc
21.05 KB
27 Apr 2026 4.36 PM
root / root
0644
zipimport.cpython-312.pyc
23.589 KB
27 Apr 2026 4.36 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF Static GIF