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
6ec04ffc
Kaydet (Commit)
6ec04ffc
authored
Nis 01, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Explicit class names.
üst
ae91afdc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dist.tex
Doc/dist/dist.tex
+3
-3
No files found.
Doc/dist/dist.tex
Dosyayı görüntüle @
6ec04ffc
...
...
@@ -3733,7 +3733,7 @@ implementing the class \class{peel_banana}, a subclass of
Subclasses of
\class
{
Command
}
must define the following methods.
\begin{methoddesc}
{
initialize
_
options()
}
\begin{methoddesc}
[Command]
{
initialize
_
options()
}
Set default values for all the options that this command
supports. Note that these defaults may be overridden by other
commands, by the setup script, by config files, or by the
...
...
@@ -3742,7 +3742,7 @@ between options; generally, \method{initialize_options()} implementations
are just a bunch of
\samp
{
self.foo = None
}
assignments.
\end{methoddesc}
\begin{methoddesc}
{
finalize
_
options
}{}
\begin{methoddesc}
[Command]
{
finalize
_
options
}{}
Set final values for all the options that this command supports.
This is always called as late as possible, ie. after any option
assignments from the command-line or from other commands have been
...
...
@@ -3751,7 +3751,7 @@ done. Thus, this is the place to to code option dependencies: if
\var
{
bar
}
as long as
\var
{
foo
}
still has the same value it was assigned in
\method
{
initialize
_
options()
}
.
\end{methoddesc}
\begin{methoddesc}
{
run
}{}
\begin{methoddesc}
[Command]
{
run
}{}
A command's raison d'etre: carry out the action it exists to
perform, controlled by the options initialized in
\method
{
initialize
_
options()
}
, customized by other commands, the setup
...
...
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