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
92016dcc
Kaydet (Commit)
92016dcc
authored
Eyl 22, 2003
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF 810242. Fix doubled word errors.
üst
0e5a51d9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
utilities.tex
Doc/api/utilities.tex
+1
-1
libaetypes.tex
Doc/mac/libaetypes.tex
+1
-1
libframework.tex
Doc/mac/libframework.tex
+1
-1
ref3.tex
Doc/ref/ref3.tex
+1
-1
No files found.
Doc/api/utilities.tex
Dosyayı görüntüle @
92016dcc
...
...
@@ -147,7 +147,7 @@ values from C values.
Return the module object corresponding to a module name. The
\var
{
name
}
argument may be of the form
\code
{
package.module
}
).
First check the modules dictionary if there's one there, and if not,
create a new one and insert i
n
in the modules dictionary.
create a new one and insert i
t
in the modules dictionary.
Return
\NULL
{}
with an exception set on failure.
\note
{
This function does not load or import the module; if the
module wasn't already loaded, you will get an empty module object.
...
...
Doc/mac/libaetypes.tex
Dosyayı görüntüle @
92016dcc
...
...
@@ -11,7 +11,7 @@
The
\module
{
aetypes
}
defines classes used to represent Apple Event data
descriptors and Apple Event object specifiers.
Apple Event data is
is
contained in descriptors, and these descriptors
Apple Event data is contained in descriptors, and these descriptors
are typed. For many descriptors the Python representation is simply the
corresponding Python type:
\code
{
typeText
}
in OSA is a Python string,
\code
{
typeFloat
}
is a float, etc. For OSA types that have no direct
...
...
Doc/mac/libframework.tex
Dosyayı görüntüle @
92016dcc
...
...
@@ -56,7 +56,7 @@ at the end).
\begin{funcdesc}
{
MenuItem
}{
menu, title
\optional
{
, shortcut, callback
}}
Create a menu item object. The arguments are the menu to create, the
item
item
title string and optionally the keyboard shortcut
item title string and optionally the keyboard shortcut
and a callback routine. The callback is called with the arguments
menu-id, item number within menu (1-based), current front window and
the event record.
...
...
Doc/ref/ref3.tex
Dosyayı görüntüle @
92016dcc
...
...
@@ -1656,7 +1656,7 @@ the key-item pairs.
The following optional methods can be defined to further emulate sequence
objects. Immutable sequences methods should at most only define
\method
{__
getslice
__
()
}
; mutable sequences might define all three
three
methods.
methods.
\begin{methoddesc}
[sequence object]
{__
getslice
__}{
self, i, j
}
\deprecated
{
2.0
}{
Support slice objects as parameters to the
...
...
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