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
cb100d16
Kaydet (Commit)
cb100d16
authored
Ock 21, 2003
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Oops, this file wasn't 8-bit-clean yet. Fixed.
üst
d68d9295
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
findertools.py
Lib/plat-mac/findertools.py
+3
-3
No files found.
Lib/plat-mac/findertools.py
Dosyayı görüntüle @
cb100d16
...
...
@@ -121,7 +121,7 @@ def update(file):
#
def
comment
(
object
,
comment
=
None
):
"""comment: get or set the Finder-comment of the item, displayed in the
Get Info w
indow."""
"""comment: get or set the Finder-comment of the item, displayed in the
'Get Info'
window."""
object
=
macfs
.
FSSpec
(
object
)
fss
=
macfs
.
FSSpec
(
object
)
object_alias
=
fss
.
NewAlias
()
...
...
@@ -756,7 +756,7 @@ def _test():
sys
.
stdin
.
readline
()
def
_test2
():
print
'
\n
morefindertools version
%
s
\n
Tests coming up
'
%
__version__
print
'
\n
morefindertools version
%
s
\n
Tests coming up
...
'
%
__version__
import
os
import
random
...
...
@@ -800,7 +800,7 @@ def _test2():
pos
=
(
100
+
i
*
10
,
100
+
i
*
10
)
windowposition
(
base
,
pos
)
print
'
\t
window position'
,
pos
windowposition
(
base
,
orgpos
)
# park it where it was before
windowposition
(
base
,
orgpos
)
# park it where it was before
print
'Put a comment in file'
,
f
,
':'
print
'
\t
'
,
comment
(
f
)
# print the Finder comment this file has
...
...
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