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
c7a26562
Kaydet (Commit)
c7a26562
authored
Agu 12, 2003
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF patch#786531 'the the' typo. Contributed by George Yoshida
üst
f17d65da
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
libframework.tex
Doc/mac/libframework.tex
+1
-1
ref7.tex
Doc/ref/ref7.tex
+1
-1
tut.tex
Doc/tut/tut.tex
+1
-1
No files found.
Doc/mac/libframework.tex
Dosyayı görüntüle @
c7a26562
...
@@ -174,7 +174,7 @@ application-wide handler if the window is frontmost.
...
@@ -174,7 +174,7 @@ application-wide handler if the window is frontmost.
\begin{methoddesc}
[Application]
{
do
_
dialogevent
}{
event
}
\begin{methoddesc}
[Application]
{
do
_
dialogevent
}{
event
}
Called early in the event loop to handle modeless dialog events. The
Called early in the event loop to handle modeless dialog events. The
default method simply dispatches the event to the relevant dialog (not
default method simply dispatches the event to the relevant dialog (not
through the
the
\code
{
DialogWindow
}
object involved). Override if you
through the
\code
{
DialogWindow
}
object involved). Override if you
need special handling of dialog events (keyboard shortcuts, etc).
need special handling of dialog events (keyboard shortcuts, etc).
\end{methoddesc}
\end{methoddesc}
...
...
Doc/ref/ref7.tex
Dosyayı görüntüle @
c7a26562
...
@@ -435,7 +435,7 @@ class object in the original local namespace.
...
@@ -435,7 +435,7 @@ class object in the original local namespace.
\strong
{
Programmer's note:
}
variables defined in the class definition
\strong
{
Programmer's note:
}
variables defined in the class definition
are class variables; they are shared by all instances. To define
are class variables; they are shared by all instances. To define
instance variables, they must be given a value in the
the
instance variables, they must be given a value in the
\method
{__
init
__
()
}
method or in another method. Both class and
\method
{__
init
__
()
}
method or in another method. Both class and
instance variables are accessible through the notation
instance variables are accessible through the notation
``
\code
{
self.name
}
'', and an instance variable hides a class variable
``
\code
{
self.name
}
'', and an instance variable hides a class variable
...
...
Doc/tut/tut.tex
Dosyayı görüntüle @
c7a26562
...
@@ -4485,7 +4485,7 @@ This binds the \kbd{Tab} key to the completion function, so hitting
...
@@ -4485,7 +4485,7 @@ This binds the \kbd{Tab} key to the completion function, so hitting
the
\kbd
{
Tab
}
key twice suggests completions; it looks at Python
the
\kbd
{
Tab
}
key twice suggests completions; it looks at Python
statement names, the current local variables, and the available module
statement names, the current local variables, and the available module
names. For dotted expressions such as
\code
{
string.a
}
, it will
names. For dotted expressions such as
\code
{
string.a
}
, it will
evaluate the
the
expression up to the final
\character
{
.
}
and then
evaluate the expression up to the final
\character
{
.
}
and then
suggest completions from the attributes of the resulting object. Note
suggest completions from the attributes of the resulting object. Note
that this may execute application
-
defined code if an object with a
that this may execute application
-
defined code if an object with a
\method
{__
getattr
__
()
}
method is part of the expression.
\method
{__
getattr
__
()
}
method is part of the expression.
...
...
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