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
cf94ee81
Kaydet (Commit)
cf94ee81
authored
Ara 31, 2002
tarafından
Tony Lownds
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't let the docstring end up in __main__.__doc__
üst
bc38baff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
macosx_main.py
Lib/idlelib/macosx_main.py
+14
-14
No files found.
Lib/idlelib/macosx_main.py
Dosyayı görüntüle @
cf94ee81
#!/usr/bin/env pythonw
"""
IDLE.app
Installation:
see the install_IDLE target in python/dist/src/Mac/OSX/Makefile
Usage:
1. Double clicking IDLE icon will open IDLE.
2. Dropping file on IDLE icon will open that file in IDLE.
3. Launch from command line with files with this command-line:
/Applications/Python/IDLE.app/Contents/MacOS/python file1 file2 file3
"""
#
IDLE.app
#
#
Installation:
#
see the install_IDLE target in python/dist/src/Mac/OSX/Makefile
#
#
Usage:
#
#
1. Double clicking IDLE icon will open IDLE.
#
2. Dropping file on IDLE icon will open that file in IDLE.
#
3. Launch from command line with files with this command-line:
#
#
/Applications/Python/IDLE.app/Contents/MacOS/python file1 file2 file3
#
#
# Add IDLE.app/Contents/Resources/idlelib to path.
# __file__ refers to this file when it is used as a module, sys.argv[0]
...
...
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