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
cd4d297a
Kaydet (Commit)
cd4d297a
authored
Agu 20, 2004
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove debug print.
üst
a45cacfc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tkFont.py
Lib/lib-tk/tkFont.py
+0
-1
No files found.
Lib/lib-tk/tkFont.py
Dosyayı görüntüle @
cd4d297a
...
@@ -91,7 +91,6 @@ class Font:
...
@@ -91,7 +91,6 @@ class Font:
raise
Tkinter
.
_tkinter
.
TclError
,
"named font
%
s does not already exist"
%
(
self
.
name
,)
raise
Tkinter
.
_tkinter
.
TclError
,
"named font
%
s does not already exist"
%
(
self
.
name
,)
# if font config info supplied, apply it
# if font config info supplied, apply it
if
font
:
if
font
:
print
"font=
%
r"
%
font
root
.
tk
.
call
(
"font"
,
"configure"
,
self
.
name
,
*
font
)
root
.
tk
.
call
(
"font"
,
"configure"
,
self
.
name
,
*
font
)
else
:
else
:
# create new font (raises TclError if the font exists)
# create new font (raises TclError if the font exists)
...
...
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