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
f0bf135c
Kaydet (Commit)
f0bf135c
authored
May 22, 2012
tarafından
Hynek Schlawack
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Restore [] where default arguments are not keywords
üst
161ea6a3
979f37af
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
curses.rst
Doc/library/curses.rst
+1
-1
os.rst
Doc/library/os.rst
+1
-1
ossaudiodev.rst
Doc/library/ossaudiodev.rst
+1
-1
select.rst
Doc/library/select.rst
+1
-1
No files found.
Doc/library/curses.rst
Dosyayı görüntüle @
f0bf135c
...
@@ -1120,7 +1120,7 @@ the following methods and attributes:
...
@@ -1120,7 +1120,7 @@ the following methods and attributes:
rendition (as set by :meth:`bkgdset`) merged into them.
rendition (as set by :meth:`bkgdset`) merged into them.
.. method:: window.scroll(
lines=1
)
.. method:: window.scroll(
[lines=1]
)
Scroll the screen or scrolling region upward by *lines* lines.
Scroll the screen or scrolling region upward by *lines* lines.
...
...
Doc/library/os.rst
Dosyayı görüntüle @
f0bf135c
...
@@ -1786,7 +1786,7 @@ Files and Directories
...
@@ -1786,7 +1786,7 @@ Files and Directories
Availability: Unix.
Availability: Unix.
.. function:: mknod(filename
, mode=0o600, device=0
)
.. function:: mknod(filename
[, mode=0o600[, device=0]]
)
Create a filesystem node (file, device special file or named pipe) named
Create a filesystem node (file, device special file or named pipe) named
*filename*. *mode* specifies both the permissions to use and the type of node
*filename*. *mode* specifies both the permissions to use and the type of node
...
...
Doc/library/ossaudiodev.rst
Dosyayı görüntüle @
f0bf135c
...
@@ -281,7 +281,7 @@ The following convenience methods combine several ioctls, or one ioctl and some
...
@@ -281,7 +281,7 @@ The following convenience methods combine several ioctls, or one ioctl and some
simple calculations.
simple calculations.
.. method:: oss_audio_device.setparameters(format, nchannels, samplerate
, strict=False
)
.. method:: oss_audio_device.setparameters(format, nchannels, samplerate
[, strict=False]
)
Set the key audio sampling parameters---sample format, number of channels, and
Set the key audio sampling parameters---sample format, number of channels, and
sampling rate---in one method call. *format*, *nchannels*, and *samplerate*
sampling rate---in one method call. *format*, *nchannels*, and *samplerate*
...
...
Doc/library/select.rst
Dosyayı görüntüle @
f0bf135c
...
@@ -371,7 +371,7 @@ Kqueue Objects
...
@@ -371,7 +371,7 @@ Kqueue Objects
Create a kqueue object from a given file descriptor.
Create a kqueue object from a given file descriptor.
.. method:: kqueue.control(changelist, max_events
, timeout=None
) -> eventlist
.. method:: kqueue.control(changelist, max_events
[, timeout=None]
) -> eventlist
Low level interface to kevent
Low level interface to kevent
...
...
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