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
be30c6b9
Kaydet (Commit)
be30c6b9
authored
Ock 25, 2001
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
New info in beep() docstring.
üst
cd804108
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
winsound.c
PC/winsound.c
+4
-1
No files found.
PC/winsound.c
Dosyayı görüntüle @
be30c6b9
...
@@ -49,7 +49,10 @@ static char sound_beep_doc[] =
...
@@ -49,7 +49,10 @@ static char sound_beep_doc[] =
"
\n
"
"
\n
"
"The frequency argument specifies frequency, in hertz, of the sound.
\n
"
"The frequency argument specifies frequency, in hertz, of the sound.
\n
"
"This parameter must be in the range 37 through 32,767 (0x25 through 0x7FFF).
\n
"
"This parameter must be in the range 37 through 32,767 (0x25 through 0x7FFF).
\n
"
"The duration argument specifies the number of milli-seconds.
\n
"
;
"The duration argument specifies the number of milli-seconds.
\n
"
"Note: Under Windows 95 and 98, the arguments are ignored; if the system
\n
"
"has a sound card, the system default sound is played; else (no sound card)
\n
"
"the standard system beep.
\n
"
;
static
char
sound_module_doc
[]
=
static
char
sound_module_doc
[]
=
"PlaySound(sound, flags) - play a sound
\n
"
"PlaySound(sound, flags) - play a sound
\n
"
...
...
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