Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
7fcd3de3
Kaydet (Commit)
7fcd3de3
authored
Haz 25, 2009
tarafından
R. David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some broken/missing function:: declarations in turtle docs
pointed out by Gregor Lingl in issue 6339.
üst
12792092
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
turtle.rst
Doc/library/turtle.rst
+6
-5
No files found.
Doc/library/turtle.rst
Dosyayı görüntüle @
7fcd3de3
...
...
@@ -1141,6 +1141,7 @@ Appearance
.. function:: shapesize(stretch_wid=None, stretch_len=None, outline=None)
turtlesize(stretch_wid=None, stretch_len=None, outline=None)
:param stretch_wid: positive number
:param stretch_len: positive number
...
...
@@ -1166,7 +1167,7 @@ Appearance
(5, 5, 8)
.. function:: shearfactor(s
elf, shear=None):
.. function:: shearfactor(s
hear=None)
:param shear: number (optional)
...
...
@@ -1274,7 +1275,7 @@ Appearance
>>> (4.0, -1.0, -0.0, 2.0)
.. function:: get_shapepoly()
:
.. function:: get_shapepoly()
Return the current shape polygon as tuple of coordinate pairs. This
can be used to define a new shape or components of a compound shape.
...
...
@@ -1402,6 +1403,7 @@ Special Turtle methods
.. function:: getturtle()
getpen()
Return the Turtle object itself. Only reasonable use: as a function to
return the "anonymous turtle":
...
...
@@ -1692,7 +1694,7 @@ Using screen events
>>> screen.listen()
.. function:: onkeypress(fun, key=None)
:
.. function:: onkeypress(fun, key=None)
:param fun: a function with no arguments or ``None``
:param key: a string: key (e.g. "a") or key-symbol (e.g. "space")
...
...
@@ -1783,8 +1785,7 @@ Input methods
>>> screen.textinput("NIM", "Name of first player:")
.. function:: numinput(self, title, prompt,
default=None, minval=None, maxval=None):
.. function:: numinput(title, prompt, default=None, minval=None, maxval=None)
:param title: string
:param prompt: string
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment