File: //usr/local/lib/python3.10/test/__pycache__/test_turtle.cpython-310.opt-2.pyc
o
�i�2 � @ s� d dl Z d dlZd dlmZ d dlmZ d dlmZ e�d�Zej Z dZ
dZdZG d d
� d
ej
�ZG dd� d�ZG d
d� d�ZG dd� deej
�ZG dd� deej
�ZG dd� dej
�Zedkrfe�� dS dS )� N)�support)�
import_helper)� os_helper�turtlea_ width = 0.75
height = 0.8
canvwidth = 500
canvheight = 200
leftright = 100
topbottom = 100
mode = world
colormode = 255
delay = 100
undobuffersize = 10000
shape = circle
pencolor = red
fillcolor = blue
resizemode = auto
visible = None
language = english
exampleturtle = turtle
examplescreen = screen
title = Python Turtle Graphics
using_IDLE = ''
z�# Comments!
# Testing comments!
pencolor = red
fillcolor = blue
visible = False
language = english
# Some more
# comments
using_IDLE = False
z0
pencolor = red
fillcolor: blue
visible = False
c @ s, e Zd Zdd� Zdd� Zdd� Zdd� Zd S )
�TurtleConfigTestc C sP | � tjtj� ttjd��}|�|� W d � tjS 1 s w Y tjS )N�w)Z
addCleanupr �unlinkZTESTFN�open�write)�selfZcfg_str�f� r
�-/usr/local/lib/python3.10/test/test_turtle.py�get_cfg_file7 s
��zTurtleConfigTest.get_cfg_filec C s� | � t�}t�|�}i dd�dd�dd�dd�d d
�dd
�dd
�dd�dd
�dd�dd�dd�dd�dd�dd �dd�dd�d d!d"d#��}| �||� d S )$N�widthg �?Zheightg�������?Z canvwidth�� Z
canvheight�� Z leftright�d Z topbottom�modeZworldZ colormode� �delayZundobuffersize�'