turtle
 

# LogoMation-like turtle graphics


 Modules
                                                                                                                                                                                                                               
Tkinter
Tkinter


 Classes
                                                                                                                                                                                                                               
RawPen
Pen


 class Pen(RawPen)
           no doc string
                                                                                                                                                                                                                     
__init__(self)
no doc string
_destroy(self)
no doc string


 class RawPen
           no doc string
                                                                                                                                                                                                                     
__init__(self, canvas)
no doc string
_goto(self, x1, y1)
no doc string
backward(self, distance)
no doc string
circle(self, radius, extent=None)
no doc string
clear(self)
no doc string
color(self, *args)
no doc string
degrees(self, fullcircle=360.0)
no doc string
down(self)
no doc string
fill(self, flag)
no doc string
forward(self, distance)
no doc string
goto(self, *args)
no doc string
left(self, angle)
no doc string
radians(self)
no doc string
reset(self)
no doc string
right(self, angle)
no doc string
tracer(self, flag)
no doc string
up(self)
no doc string
width(self, width)
no doc string
write(self, arg, move=0)
no doc string


 Functions
                                                                                                                                                                                                                               
_getpen()
no doc string
acos(no arg info)
acos(x)
Return the arc cosine of x.
asin(no arg info)
asin(x)
Return the arc sine of x.
atan(no arg info)
atan(x)
Return the arc tangent of x.
atan2(no arg info)
atan2(y, x)
Return atan(y/x).
backward(distance)
no doc string
ceil(no arg info)
ceil(x)
Return the ceiling of x as a real.
circle(radius, extent=None)
no doc string
clear()
no doc string
color(*args)
no doc string
cos(no arg info)
cos(x)
Return the cosine of x.
cosh(no arg info)
cosh(x)
Return the hyperbolic cosine of x.
degrees()
no doc string
demo()
no doc string
down()
no doc string
exp(no arg info)
exp(x)
Return e raised to the power of x.
fabs(no arg info)
fabs(x)
Return the absolute value of the real x.
fill(flag)
no doc string
floor(no arg info)
floor(x)
Return the floor of x as a real.
fmod(no arg info)
fmod(x,y)
Return x % y.
forward(distance)
no doc string
frexp(no arg info)
frexp(x)
Return the matissa and exponent for x. The mantissa is positive.
goto(*args)
no doc string
hypot(no arg info)
hypot(x,y)
Return the Euclidean distance, sqrt(x*x + y*y).
ldexp(no arg info)
ldexp_doc(x, i)
Return x * (2**i).
left(angle)
no doc string
log(no arg info)
log(x)
Return the natural logarithm of x.
log10(no arg info)
log10(x)
Return the base-10 logarithm of x.
modf(no arg info)
modf(x)
Return the fractional and integer parts of x. Both results carry the sign
of x.  The integer part is returned as a real.
pow(no arg info)
pow(x,y)
Return x**y.
radians()
no doc string
reset()
no doc string
right(angle)
no doc string
sin(no arg info)
sin(x)
Return the sine of x.
sinh(no arg info)
sinh(x)
Return the hyperbolic sine of x.
sqrt(no arg info)
sqrt(x)
Return the square root of x.
tan(no arg info)
tan(x)
Return the tangent of x.
tanh(no arg info)
tanh(x)
Return the hyperbolic tangent of x.
tracer(flag)
no doc string
up()
no doc string
width(width)
no doc string
write(arg, move=0)
no doc string