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
ecce1452
Kaydet (Commit)
ecce1452
authored
Eyl 16, 2000
tarafından
Greg Ward
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the
real implementation in Distribution.
üst
f449ea51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cmd.py
Lib/distutils/cmd.py
+3
-2
No files found.
Lib/distutils/cmd.py
Dosyayı görüntüle @
ecce1452
...
@@ -316,8 +316,9 @@ class Command:
...
@@ -316,8 +316,9 @@ class Command:
# XXX rename to 'get_reinitialized_command()'? (should do the
# XXX rename to 'get_reinitialized_command()'? (should do the
# same in dist.py, if so)
# same in dist.py, if so)
def
reinitialize_command
(
self
,
command
):
def
reinitialize_command
(
self
,
command
,
reinit_subcommands
=
0
):
return
self
.
distribution
.
reinitialize_command
(
command
)
return
self
.
distribution
.
reinitialize_command
(
command
,
reinit_subcommands
)
def
run_command
(
self
,
command
):
def
run_command
(
self
,
command
):
"""Run some other command: uses the 'run_command()' method of
"""Run some other command: uses the 'run_command()' method of
...
...
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