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
13735e3e
Kaydet (Commit)
13735e3e
authored
Ock 29, 2001
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added Help, Scrap and icglue missing methods.
üst
bf222c9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
+19
-2
missingcarbonmethods.py
Mac/scripts/missingcarbonmethods.py
+19
-2
No files found.
Mac/scripts/missingcarbonmethods.py
Dosyayı görüntüle @
13735e3e
...
...
@@ -2,8 +2,25 @@
# This module is mainly for documentation purposes, but you could use
# it to automatically search for usage of methods that are missing.
#
# Modules Help and (for the time being) Scrap are completely missing.
missing_icglue
=
[
'ICFindConfigFile'
,
'ICFindUserConfigFile'
,
'ICChooseConfig'
,
'ICChooseNewConfig'
,
]
missing_Help
=
[
'Help'
]
missing_Scrap
=
[
'InfoScrap'
,
'GetScrap'
,
'ZeroScrap'
,
'PutScrap'
,
]
missing_Win
=
[
'GetAuxWin'
,
'GetWindowDataHandle'
,
...
...
@@ -143,7 +160,7 @@ def _search():
# Warning: this function only works on Unix
import
string
,
os
re
=
string
.
join
(
missing
,
'|'
)
re
=
"""[^a-zA-Z
'"](
%
s)[^a-zA-Z
'"]"""
%
re
re
=
"""[^a-zA-Z
0-9_'"](
%
s)[^a-zA-Z0-9_
'"]"""
%
re
os
.
system
(
"find . -name '*.py' -print | xargs egrep '
%
s'"
%
re
)
if
__name__
==
'__main__'
:
...
...
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