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
af9b6e66
Kaydet (Commit)
af9b6e66
authored
Şub 19, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added itemized list of Macintosh modules, similar to the other chapters.
üst
cea0e735
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
118 additions
and
6 deletions
+118
-6
libmac.tex
Doc/libmac.tex
+59
-3
libmac.tex
Doc/mac/libmac.tex
+59
-3
No files found.
Doc/libmac.tex
Dosyayı görüntüle @
af9b6e66
\chapter
{
Macintosh Specific Services
}
\chapter
{
Macintosh Specific Services
}
\label
{
macintosh
}
The modules in this chapter are available on the Apple Macintosh only.
The modules in this chapter are available on the Apple Macintosh only.
...
@@ -26,12 +27,67 @@ If applicable the module will define a number of Python objects for
...
@@ -26,12 +27,67 @@ If applicable the module will define a number of Python objects for
the various structures declared by the toolbox, and operations will be
the various structures declared by the toolbox, and operations will be
implemented as methods of the object. Other operations will be
implemented as methods of the object. Other operations will be
implemented as functions in the module. Not all operations possible in
implemented as functions in the module. Not all operations possible in
C
will also be possible in Python (callbacks are often a problem), and
\C
{}
will also be possible in Python (callbacks are often a problem), and
parameters will occasionally be different in Python (input and output
parameters will occasionally be different in Python (input and output
buffers, especially). All methods and functions have a
\code
{__
doc
__}
buffers, especially). All methods and functions have a
\code
{__
doc
__}
string describing their arguments and return values, and for
string describing their arguments and return values, and for
additional description you are referred to Inside Mac or similar
additional description you are referred to
\emph
{
Inside Macintosh
}
or
works.
similar works.
The following modules are documented here:
\begin{itemize}
\item
[mac]
--- Similar interfaces to the
\module
{
posix
}
module.
\item
[macpath]
--- Path manipulation functions; use via
\code
{
os.path
}
.
\item
[ctb]
--- Interfaces to the Communications Tool Box. Only the Connection
Manager is currently supported.
\item
[macconsole]
--- Think C's console package is available using this module.
\item
[macdnr]
--- Interfaces to the Macintosh Domain Name Resolver.
\item
[macfs]
--- Support for FSSpec, the Alias Manager,
\program
{
finder
}
aliases,
and the Standard File package.
\item
[macic]
--- Internet Config.
\item
[MacOS]
--- Access to MacOS specific interpreter features.
\item
[macostools]
--- Convenience routines for file manipulation.
\item
[findertools]
--- Wrappers around the
\program
{
finder
}
's Apple Events interface.
\item
[mactcp]
--- The MacTCP interfaces.
\item
[macspeech]
--- Interface to the Macintosh Speech Manager.
\item
[EasyDialogs]
--- Basic Macintosh dialogs.
\item
[FrameWork]
--- Interactive application framework.
\item
[MiniAEFrame]
--- Support to act as an Open Scripting Architecture (OSA) server
(``Apple Events'').
\end{itemize}
\section
{
Built-in Module
\sectcode
{
mac
}}
\section
{
Built-in Module
\sectcode
{
mac
}}
\label
{
module-mac
}
\label
{
module-mac
}
...
...
Doc/mac/libmac.tex
Dosyayı görüntüle @
af9b6e66
\chapter
{
Macintosh Specific Services
}
\chapter
{
Macintosh Specific Services
}
\label
{
macintosh
}
The modules in this chapter are available on the Apple Macintosh only.
The modules in this chapter are available on the Apple Macintosh only.
...
@@ -26,12 +27,67 @@ If applicable the module will define a number of Python objects for
...
@@ -26,12 +27,67 @@ If applicable the module will define a number of Python objects for
the various structures declared by the toolbox, and operations will be
the various structures declared by the toolbox, and operations will be
implemented as methods of the object. Other operations will be
implemented as methods of the object. Other operations will be
implemented as functions in the module. Not all operations possible in
implemented as functions in the module. Not all operations possible in
C
will also be possible in Python (callbacks are often a problem), and
\C
{}
will also be possible in Python (callbacks are often a problem), and
parameters will occasionally be different in Python (input and output
parameters will occasionally be different in Python (input and output
buffers, especially). All methods and functions have a
\code
{__
doc
__}
buffers, especially). All methods and functions have a
\code
{__
doc
__}
string describing their arguments and return values, and for
string describing their arguments and return values, and for
additional description you are referred to Inside Mac or similar
additional description you are referred to
\emph
{
Inside Macintosh
}
or
works.
similar works.
The following modules are documented here:
\begin{itemize}
\item
[mac]
--- Similar interfaces to the
\module
{
posix
}
module.
\item
[macpath]
--- Path manipulation functions; use via
\code
{
os.path
}
.
\item
[ctb]
--- Interfaces to the Communications Tool Box. Only the Connection
Manager is currently supported.
\item
[macconsole]
--- Think C's console package is available using this module.
\item
[macdnr]
--- Interfaces to the Macintosh Domain Name Resolver.
\item
[macfs]
--- Support for FSSpec, the Alias Manager,
\program
{
finder
}
aliases,
and the Standard File package.
\item
[macic]
--- Internet Config.
\item
[MacOS]
--- Access to MacOS specific interpreter features.
\item
[macostools]
--- Convenience routines for file manipulation.
\item
[findertools]
--- Wrappers around the
\program
{
finder
}
's Apple Events interface.
\item
[mactcp]
--- The MacTCP interfaces.
\item
[macspeech]
--- Interface to the Macintosh Speech Manager.
\item
[EasyDialogs]
--- Basic Macintosh dialogs.
\item
[FrameWork]
--- Interactive application framework.
\item
[MiniAEFrame]
--- Support to act as an Open Scripting Architecture (OSA) server
(``Apple Events'').
\end{itemize}
\section
{
Built-in Module
\sectcode
{
mac
}}
\section
{
Built-in Module
\sectcode
{
mac
}}
\label
{
module-mac
}
\label
{
module-mac
}
...
...
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