Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3334d487
Commit
3334d487
authored
Aug 07, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix hyperlinks and one class reference.
Backporting to Python 2.3 branch.
parent
3d5498c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/mac/libaepack.tex
Doc/mac/libaepack.tex
+2
-2
Doc/mac/undoc.tex
Doc/mac/undoc.tex
+1
-1
No files found.
Doc/mac/libaepack.tex
View file @
3334d487
...
...
@@ -12,7 +12,7 @@
The
\module
{
aepack
}
module defines functions for converting (packing)
Python variables to AppleEvent descriptors and back (unpacking).
Within Python the AppleEvent descriptor is handled by Python objects
of built-in type
\class
{
AEDesc
}
, defined in module
\refmodule
{
AE
}
.
of built-in type
\class
{
AEDesc
}
, defined in module
\refmodule
{
Carbon.
AE
}
.
The
\module
{
aepack
}
module defines the following functions:
...
...
@@ -38,7 +38,7 @@ Apple Event descriptor types is used, as follows:
If
\var
{
x
}
is a Python instance then this function attempts to call an
\method
{__
aepack
__
()
}
method. This method should return an
\class
{
AE
.AE
Desc
}
object.
\class
{
AEDesc
}
object.
If the conversion
\var
{
x
}
is not defined above, this function returns
the Python string representation of a value (the repr() function)
...
...
Doc/mac/undoc.tex
View file @
3334d487
...
...
@@ -86,7 +86,7 @@ A low-level interface to Navigation Services.
\module
{
mkcwproject
}
creates project files for the Metrowerks CodeWarrior
development environment. It is a helper module for
\
ref
module
{
distutils
}
\refbimodindex
{
distutils
}
but can be used separately for more
\module
{
distutils
}
\refbimodindex
{
distutils
}
but can be used separately for more
control.
...
...
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