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
d1c08f33
Kaydet (Commit)
d1c08f33
authored
Nis 15, 2002
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add exit as alias for quit, as the easiest way to address SF bug
#543674. Bugfix candidate.
üst
beae4777
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
pdb.py
Lib/pdb.py
+4
-1
No files found.
Lib/pdb.py
Dosyayı görüntüle @
d1c08f33
...
@@ -497,6 +497,7 @@ class Pdb(bdb.Bdb, cmd.Cmd):
...
@@ -497,6 +497,7 @@ class Pdb(bdb.Bdb, cmd.Cmd):
self
.
set_quit
()
self
.
set_quit
()
return
1
return
1
do_q
=
do_quit
do_q
=
do_quit
do_exit
=
do_quit
def
do_args
(
self
,
arg
):
def
do_args
(
self
,
arg
):
f
=
self
.
curframe
f
=
self
.
curframe
...
@@ -819,9 +820,11 @@ command with a 'global' command, e.g.:
...
@@ -819,9 +820,11 @@ command with a 'global' command, e.g.:
self
.
help_q
()
self
.
help_q
()
def
help_q
(
self
):
def
help_q
(
self
):
print
"""q(uit) Quit from the debugger.
print
"""q(uit)
or exit -
Quit from the debugger.
The program being executed is aborted."""
The program being executed is aborted."""
help_exit
=
help_q
def
help_whatis
(
self
):
def
help_whatis
(
self
):
print
"""whatis arg
print
"""whatis arg
Prints the type of the argument."""
Prints the type of the argument."""
...
...
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