2000-10-14 02:08:34 -03:00
|
|
|
\chapter{Undocumented Modules \label{undocumented-modules}}
|
|
|
|
|
|
|
|
|
|
|
|
The modules in this chapter are poorly documented (if at all). If you
|
|
|
|
wish to contribute documentation of any of these modules, please get in
|
2001-07-13 23:09:32 -03:00
|
|
|
touch with
|
2003-07-29 23:55:28 -03:00
|
|
|
\ulink{\email{docs@python.org}}{mailto:docs@python.org}.
|
2000-10-14 02:08:34 -03:00
|
|
|
|
|
|
|
\localmoduletable
|
|
|
|
|
|
|
|
|
2001-09-11 18:24:07 -03:00
|
|
|
\section{\module{applesingle} --- AppleSingle decoder}
|
|
|
|
\declaremodule{standard}{applesingle}
|
|
|
|
\platform{Mac}
|
2002-01-17 00:51:55 -04:00
|
|
|
\modulesynopsis{Rudimentary decoder for AppleSingle format files.}
|
2001-09-11 18:24:07 -03:00
|
|
|
|
|
|
|
|
2000-10-14 02:08:34 -03:00
|
|
|
\section{\module{buildtools} --- Helper module for BuildApplet and Friends}
|
|
|
|
\declaremodule{standard}{buildtools}
|
|
|
|
\platform{Mac}
|
2001-07-10 11:19:45 -03:00
|
|
|
\modulesynopsis{Helper module for BuildApplet, BuildApplication and
|
2002-01-17 00:51:55 -04:00
|
|
|
macfreeze.}
|
2000-10-14 02:08:34 -03:00
|
|
|
|
2005-02-13 18:50:04 -04:00
|
|
|
\deprecated{2.4}
|
2000-10-14 02:08:34 -03:00
|
|
|
|
|
|
|
\section{\module{cfmfile} --- Code Fragment Resource module}
|
|
|
|
\declaremodule{standard}{cfmfile}
|
|
|
|
\platform{Mac}
|
2002-01-17 00:51:55 -04:00
|
|
|
\modulesynopsis{Code Fragment Resource module.}
|
2000-10-14 02:08:34 -03:00
|
|
|
|
|
|
|
\module{cfmfile} is a module that understands Code Fragments and the
|
|
|
|
accompanying ``cfrg'' resources. It can parse them and merge them, and is
|
|
|
|
used by BuildApplication to combine all plugin modules to a single
|
|
|
|
executable.
|
|
|
|
|
2005-02-13 18:50:04 -04:00
|
|
|
\deprecated{2.4}
|
2000-10-14 02:08:34 -03:00
|
|
|
|
2001-09-11 18:24:07 -03:00
|
|
|
\section{\module{icopen} --- Internet Config replacement for \method{open()}}
|
|
|
|
\declaremodule{standard}{icopen}
|
|
|
|
\platform{Mac}
|
2002-01-17 00:51:55 -04:00
|
|
|
\modulesynopsis{Internet Config replacement for \method{open()}.}
|
2001-09-11 18:24:07 -03:00
|
|
|
|
|
|
|
Importing \module{icopen} will replace the builtin \method{open()}
|
|
|
|
with a version that uses Internet Config to set file type and creator
|
|
|
|
for new files.
|
|
|
|
|
|
|
|
|
2001-10-01 14:04:10 -03:00
|
|
|
\section{\module{macerrors} --- Mac OS Errors}
|
2000-10-14 02:08:34 -03:00
|
|
|
\declaremodule{standard}{macerrors}
|
|
|
|
\platform{Mac}
|
2002-01-17 00:51:55 -04:00
|
|
|
\modulesynopsis{Constant definitions for many Mac OS error codes.}
|
2000-10-14 02:08:34 -03:00
|
|
|
|
2004-12-31 20:28:46 -04:00
|
|
|
\module{macerrors} contains constant definitions for many Mac OS error
|
2002-01-17 00:51:55 -04:00
|
|
|
codes.
|
2000-10-14 02:08:34 -03:00
|
|
|
|
|
|
|
|
2001-09-11 18:24:07 -03:00
|
|
|
\section{\module{macresource} --- Locate script resources}
|
|
|
|
\declaremodule{standard}{macresource}
|
2000-10-14 02:08:34 -03:00
|
|
|
\platform{Mac}
|
2002-01-17 00:51:55 -04:00
|
|
|
\modulesynopsis{Locate script resources.}
|
2000-10-14 02:08:34 -03:00
|
|
|
|
2001-09-11 18:24:07 -03:00
|
|
|
\module{macresource} helps scripts finding their resources, such as
|
|
|
|
dialogs and menus, without requiring special case code for when the
|
|
|
|
script is run under MacPython, as a MacPython applet or under OSX Python.
|
|
|
|
|
2001-09-11 21:43:13 -03:00
|
|
|
\section{\module{Nav} --- NavServices calls}
|
2004-07-21 18:34:45 -03:00
|
|
|
\declaremodule{standard}{Nav}
|
2001-09-11 18:24:07 -03:00
|
|
|
\platform{Mac}
|
2002-01-17 00:51:55 -04:00
|
|
|
\modulesynopsis{Interface to Navigation Services.}
|
2001-09-11 18:24:07 -03:00
|
|
|
|
|
|
|
A low-level interface to Navigation Services.
|
2000-10-14 02:08:34 -03:00
|
|
|
|
|
|
|
\section{\module{PixMapWrapper} --- Wrapper for PixMap objects}
|
|
|
|
\declaremodule{standard}{PixMapWrapper}
|
|
|
|
\platform{Mac}
|
2002-01-17 00:51:55 -04:00
|
|
|
\modulesynopsis{Wrapper for PixMap objects.}
|
2000-10-14 02:08:34 -03:00
|
|
|
|
|
|
|
\module{PixMapWrapper} wraps a PixMap object with a Python object that
|
|
|
|
allows access to the fields by name. It also has methods to convert
|
|
|
|
to and from \module{PIL} images.
|
|
|
|
|
2002-01-17 00:51:55 -04:00
|
|
|
\section{\module{videoreader} --- Read QuickTime movies}
|
2001-09-11 18:24:07 -03:00
|
|
|
\declaremodule{standard}{videoreader}
|
|
|
|
\platform{Mac}
|
2002-01-17 00:51:55 -04:00
|
|
|
\modulesynopsis{Read QuickTime movies frame by frame for further processing.}
|
2001-09-11 18:24:07 -03:00
|
|
|
|
|
|
|
\module{videoreader} reads and decodes QuickTime movies and passes
|
|
|
|
a stream of images to your program. It also provides some support for
|
|
|
|
audio tracks.
|
|
|
|
|
2000-10-14 02:08:34 -03:00
|
|
|
\section{\module{W} --- Widgets built on \module{FrameWork}}
|
|
|
|
\declaremodule{standard}{W}
|
|
|
|
\platform{Mac}
|
2002-01-17 00:51:55 -04:00
|
|
|
\modulesynopsis{Widgets for the Mac, built on top of \refmodule{FrameWork}.}
|
2000-10-14 02:08:34 -03:00
|
|
|
|
|
|
|
The \module{W} widgets are used extensively in the \program{IDE}.
|
2001-09-11 18:24:07 -03:00
|
|
|
|