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
698c1493
Kaydet (Commit)
698c1493
authored
Tem 10, 2001
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update a comment.
üst
179048fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
pyColorChooser.py
Tools/pynche/pyColorChooser.py
+4
-2
No files found.
Tools/pynche/pyColorChooser.py
Dosyayı görüntüle @
698c1493
...
...
@@ -5,6 +5,8 @@ import os
import
Main
import
ColorDB
class
Chooser
:
"""Ask for a color"""
def
__init__
(
self
,
...
...
@@ -54,8 +56,8 @@ class Chooser:
# check to see if the cancel button was pushed
if
self
.
__sb
.
canceled_p
():
return
None
,
None
#
t
ry to return the color name from the database if there is an exact
# match, otherwise use the "#rrggbb" spec.
TBD
: Forget about color
#
T
ry to return the color name from the database if there is an exact
# match, otherwise use the "#rrggbb" spec.
BAW
: Forget about color
# aliases for now, maybe later we should return these too.
name
=
None
if
not
self
.
__wantspec
:
...
...
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