<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Index — Python v2.6.6 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.6.6',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="Search within Python v2.6.6 documentation"
href="_static/opensearch.xml"/>
<link rel="author" title="About these documents" href="about.html" />
<link rel="copyright" title="Copyright" href="copyright.html" />
<link rel="top" title="Python v2.6.6 documentation" href="index.html" />
<link rel="shortcut icon" type="image/png" href="_static/py.png" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="modindex.html" title="Global Module Index"
accesskey="M">modules</a> |</li>
<li><img src="_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="index.html">Python v2.6.6 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1 id="index">Index – A</h1>
<table width="100%" class="indextable"><tr><td width="33%" valign="top">
<dl>
<dt><a href="library/audioop.html#index-219">a-LAW</a></dt>
<dt><a href="library/aifc.html#index-214">A-LAW</a>, <a href="library/sndhdr.html#index-565">[1]</a></dt>
<dt><a href="library/binascii.html#binascii.a2b_base64">a2b_base64() (in module binascii)</a></dt>
<dt><a href="library/binascii.html#binascii.a2b_hex">a2b_hex() (in module binascii)</a></dt>
<dt><a href="library/binascii.html#binascii.a2b_hqx">a2b_hqx() (in module binascii)</a></dt>
<dt><a href="library/binascii.html#binascii.a2b_qp">a2b_qp() (in module binascii)</a></dt>
<dt><a href="library/binascii.html#binascii.a2b_uu">a2b_uu() (in module binascii)</a></dt>
<dt><a href="library/abc.html#module-abc">abc (module)</a></dt>
<dt><a href="library/abc.html#abc.ABCMeta">ABCMeta (class in abc)</a></dt>
<dt><a href="c-api/sys.html#index-144">abort()</a></dt>
<dd><dl>
<dt><a href="library/ftplib.html#ftplib.FTP.abort">(ftplib.FTP method)</a></dt>
<dt><a href="library/os.html#os.abort">(in module os)</a></dt>
</dl></dd>
<dt><a href="library/curses.panel.html#curses.panel.Panel.above">above() (curses.panel.Panel method)</a></dt>
<dt>abs</dt>
<dd><dl>
<dt><a href="c-api/number.html#index-117">built-in function</a>, <a href="reference/datamodel.html#index-886">[1]</a></dt>
</dl></dd>
<dt><a href="library/functions.html#abs">abs() (built-in function)</a></dt>
<dd><dl>
<dt><a href="library/decimal.html#decimal.Context.abs">(decimal.Context method)</a></dt>
<dt><a href="library/operator.html#operator.abs">(in module operator)</a></dt>
</dl></dd>
<dt><a href="library/os.path.html#os.path.abspath">abspath() (in module os.path)</a></dt>
<dt><a href="glossary.html#term-abstract-base-class">abstract base class</a></dt>
<dt><a href="library/urllib2.html#urllib2.AbstractBasicAuthHandler">AbstractBasicAuthHandler (class in urllib2)</a></dt>
<dt><a href="library/urllib2.html#urllib2.AbstractDigestAuthHandler">AbstractDigestAuthHandler (class in urllib2)</a></dt>
<dt><a href="library/formatter.html#formatter.AbstractFormatter">AbstractFormatter (class in formatter)</a></dt>
<dt><a href="library/abc.html#abc.abstractmethod">abstractmethod() (in module abc)</a></dt>
<dt><a href="library/abc.html#abc.abstractproperty">abstractproperty() (in module abc)</a></dt>
<dt><a href="library/formatter.html#formatter.AbstractWriter">AbstractWriter (class in formatter)</a></dt>
<dt><a href="library/asyncore.html#asyncore.dispatcher.accept">accept() (asyncore.dispatcher method)</a></dt>
<dd><dl>
<dt><a href="library/multiprocessing.html#multiprocessing.connection.Listener.accept">(multiprocessing.connection.Listener method)</a></dt>
<dt><a href="library/socket.html#socket.socket.accept">(socket.socket method)</a></dt>
</dl></dd>
<dt><a href="library/time.html#time.accept2dyear">accept2dyear (in module time)</a></dt>
<dt><a href="library/os.html#os.access">access() (in module os)</a></dt>
<dt><a href="library/cmath.html#cmath.acos">acos() (in module cmath)</a></dt>
<dd><dl>
<dt><a href="library/math.html#math.acos">(in module math)</a></dt>
</dl></dd>
<dt><a href="library/cmath.html#cmath.acosh">acosh() (in module cmath)</a></dt>
<dd><dl>
<dt><a href="library/math.html#math.acosh">(in module math)</a></dt>
</dl></dd>
<dt><a href="library/logging.html#logging.Handler.acquire">acquire() (logging.Handler method)</a></dt>
<dd><dl>
<dt><a href="library/thread.html#thread.lock.acquire">(thread.lock method)</a></dt>
<dt><a href="library/threading.html#threading.Condition.acquire">(threading.Condition method)</a></dt>
<dt><a href="library/threading.html#threading.Lock.acquire">(threading.Lock method)</a></dt>
<dt><a href="library/threading.html#threading.RLock.acquire">(threading.RLock method)</a></dt>
<dt><a href="library/threading.html#threading.Semaphore.acquire">(threading.Semaphore method)</a></dt>
</dl></dd>
<dt><a href="library/imp.html#imp.acquire_lock">acquire_lock() (in module imp)</a></dt>
<dt><a href="library/optparse.html#optparse.Option.action">action (optparse.Option attribute)</a></dt>
<dt><a href="library/optparse.html#optparse.Option.ACTIONS">ACTIONS (optparse.Option attribute)</a></dt>
<dt><a href="library/fl.html#fl.form.activate_form">activate_form() (fl.form method)</a></dt>
<dt><a href="library/multiprocessing.html#multiprocessing.active_children">active_children() (in module multiprocessing)</a></dt>
<dt><a href="library/threading.html#threading.active_count">active_count() (in module threading)</a></dt>
<dt><a href="library/threading.html#threading.activeCount">activeCount() (in module threading)</a></dt>
<dt><a href="library/decimal.html#decimal.Context.add">add() (decimal.Context method)</a></dt>
<dd><dl>
<dt><a href="library/audioop.html#audioop.add">(in module audioop)</a></dt>
<dt><a href="library/operator.html#operator.add">(in module operator)</a></dt>
<dt><a href="library/mailbox.html#mailbox.Mailbox.add">(mailbox.Mailbox method)</a></dt>
<dt><a href="library/mailbox.html#mailbox.Maildir.add">(mailbox.Maildir method)</a></dt>
<dt><a href="library/msilib.html#msilib.RadioButtonGroup.add">(msilib.RadioButtonGroup method)</a></dt>
<dt><a href="library/profile.html#pstats.Stats.add">(pstats.Stats method)</a></dt>
<dt><a href="library/stdtypes.html#set.add">(set method)</a></dt>
<dt><a href="library/tarfile.html#tarfile.TarFile.add">(tarfile.TarFile method)</a></dt>
</dl></dd>
<dt><a href="library/email.charset.html#email.charset.add_alias">add_alias() (in module email.charset)</a></dt>
<dt><a href="library/fl.html#fl.form.add_box">add_box() (fl.form method)</a></dt>
<dt><a href="library/fl.html#fl.form.add_browser">add_browser() (fl.form method)</a></dt>
<dt><a href="library/fl.html#fl.form.add_button">add_button() (fl.form method)</a></dt>
<dt><a href="library/wsgiref.html#wsgiref.handlers.BaseHandler.add_cgi_vars">add_cgi_vars() (wsgiref.handlers.BaseHandler method)</a></dt>
<dt><a href="library/email.charset.html#email.charset.add_charset">add_charset() (in module email.charset)</a></dt>
<dt><a href="library/fl.html#fl.form.add_choice">add_choice() (fl.form method)</a></dt>
<dt><a href="library/fl.html#fl.form.add_clock">add_clock() (fl.form method)</a></dt>
<dt><a href="library/email.charset.html#email.charset.add_codec">add_codec() (in module email.charset)</a></dt>
<dt><a href="library/cookielib.html#cookielib.CookieJar.add_cookie_header">add_cookie_header() (cookielib.CookieJar method)</a></dt>
<dt><a href="library/fl.html#fl.form.add_counter">add_counter() (fl.form method)</a></dt>
<dt><a href="library/msilib.html#msilib.add_data">add_data() (in module msilib)</a></dt>
<dd><dl>
<dt><a href="library/urllib2.html#urllib2.Request.add_data">(urllib2.Request method)</a></dt>
</dl></dd>
<dt><a href="library/fl.html#fl.form.add_dial">add_dial() (fl.form method)</a></dt>
<dt><a href="library/gettext.html#gettext.NullTranslations.add_fallback">add_fallback() (gettext.NullTranslations method)</a></dt>
<dt><a href="library/msilib.html#msilib.Directory.add_file">add_file() (msilib.Directory method)</a></dt>
<dt><a href="library/mailbox.html#mailbox.MaildirMessage.add_flag">add_flag() (mailbox.MaildirMessage method)</a></dt>
<dd><dl>
<dt><a href="library/mailbox.html#mailbox.MMDFMessage.add_flag">(mailbox.MMDFMessage method)</a></dt>
<dt><a href="library/mailbox.html#mailbox.mboxMessage.add_flag">(mailbox.mboxMessage method)</a></dt>
</dl></dd>
<dt><a href="library/formatter.html#formatter.formatter.add_flowing_data">add_flowing_data() (formatter.formatter method)</a></dt>
<dt><a href="library/mailbox.html#mailbox.Maildir.add_folder">add_folder() (mailbox.Maildir method)</a></dt>
<dd><dl>
<dt><a href="library/mailbox.html#mailbox.MH.add_folder">(mailbox.MH method)</a></dt>
</dl></dd>
<dt><a href="library/urllib2.html#urllib2.OpenerDirector.add_handler">add_handler() (urllib2.OpenerDirector method)</a></dt>
<dt><a href="library/email.message.html#email.message.Message.add_header">add_header() (email.message.Message method)</a></dt>
<dd><dl>
<dt><a href="library/urllib2.html#urllib2.Request.add_header">(urllib2.Request method)</a></dt>
<dt><a href="library/wsgiref.html#wsgiref.headers.Headers.add_header">(wsgiref.headers.Headers method)</a></dt>
</dl></dd>
<dt><a href="library/readline.html#readline.add_history">add_history() (in module readline)</a></dt>
<dt><a href="library/formatter.html#formatter.formatter.add_hor_rule">add_hor_rule() (formatter.formatter method)</a></dt>
<dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.add_include_dir">add_include_dir() (distutils.ccompiler.CCompiler method)</a></dt>
<dt><a href="library/fl.html#fl.form.add_input">add_input() (fl.form method)</a></dt>
<dt><a href="library/mailbox.html#mailbox.BabylMessage.add_label">add_label() (mailbox.BabylMessage method)</a></dt>
<dt><a href="library/formatter.html#formatter.formatter.add_label_data">add_label_data() (formatter.formatter method)</a></dt>
<dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.add_library">add_library() (distutils.ccompiler.CCompiler method)</a></dt>
<dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.add_library_dir">add_library_dir() (distutils.ccompiler.CCompiler method)</a></dt>
<dt><a href="library/fl.html#fl.form.add_lightbutton">add_lightbutton() (fl.form method)</a></dt>
<dt><a href="library/formatter.html#formatter.formatter.add_line_break">add_line_break() (formatter.formatter method)</a></dt>
<dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.add_link_object">add_link_object() (distutils.ccompiler.CCompiler method)</a></dt>
<dt><a href="library/formatter.html#formatter.formatter.add_literal_data">add_literal_data() (formatter.formatter method)</a></dt>
<dt><a href="library/fl.html#fl.form.add_menu">add_menu() (fl.form method)</a></dt>
<dt><a href="library/optparse.html#optparse.OptionParser.add_option">add_option() (optparse.OptionParser method)</a></dt>
<dt><a href="library/urllib2.html#urllib2.BaseHandler.add_parent">add_parent() (urllib2.BaseHandler method)</a></dt>
<dt><a href="library/urllib2.html#urllib2.HTTPPasswordMgr.add_password">add_password() (urllib2.HTTPPasswordMgr method)</a></dt>
<dt><a href="library/fl.html#fl.form.add_positioner">add_positioner() (fl.form method)</a></dt>
<dt><a href="library/fl.html#fl.form.add_roundbutton">add_roundbutton() (fl.form method)</a></dt>
<dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.add_runtime_library_dir">add_runtime_library_dir() (distutils.ccompiler.CCompiler method)</a></dt>
<dt><a href="library/configparser.html#ConfigParser.RawConfigParser.add_section">add_section() (ConfigParser.RawConfigParser method)</a></dt>
<dt><a href="library/mailbox.html#mailbox.MHMessage.add_sequence">add_sequence() (mailbox.MHMessage method)</a></dt>
<dt><a href="library/fl.html#fl.form.add_slider">add_slider() (fl.form method)</a></dt>
<dt><a href="library/msilib.html#msilib.add_stream">add_stream() (in module msilib)</a></dt>
<dt><a href="library/imputil.html#imputil.ImportManager.add_suffix">add_suffix() (imputil.ImportManager method)</a></dt>
<dt><a href="library/msilib.html#msilib.add_tables">add_tables() (in module msilib)</a></dt>
<dt><a href="library/fl.html#fl.form.add_text">add_text() (fl.form method)</a></dt>
<dt><a href="library/fl.html#fl.form.add_timer">add_timer() (fl.form method)</a></dt>
<dt><a href="library/mimetypes.html#mimetypes.add_type">add_type() (in module mimetypes)</a></dt>
<dt><a href="library/urllib2.html#urllib2.Request.add_unredirected_header">add_unredirected_header() (urllib2.Request method)</a></dt>
<dt><a href="library/fl.html#fl.form.add_valslider">add_valslider() (fl.form method)</a></dt>
<dt><a href="library/curses.html#curses.window.addch">addch() (curses.window method)</a></dt>
<dt><a href="library/turtle.html#turtle.Shape.addcomponent">addcomponent() (turtle.Shape method)</a></dt>
<dt><a href="library/unittest.html#unittest.TestResult.addError">addError() (unittest.TestResult method)</a></dt>
<dt><a href="library/unittest.html#unittest.TestResult.addFailure">addFailure() (unittest.TestResult method)</a></dt>
<dt><a href="library/tarfile.html#tarfile.TarFile.addfile">addfile() (tarfile.TarFile method)</a></dt>
<dt><a href="library/logging.html#logging.Handler.addFilter">addFilter() (logging.Handler method)</a></dt>
<dd><dl>
<dt><a href="library/logging.html#logging.Logger.addFilter">(logging.Logger method)</a></dt>
</dl></dd>
<dt><a href="library/logging.html#logging.Logger.addHandler">addHandler() (logging.Logger method)</a></dt>
<dt><a href="library/mimewriter.html#MimeWriter.MimeWriter.addheader">addheader() (MimeWriter.MimeWriter method)</a></dt>
<dt><a href="library/hotshot.html#hotshot.Profile.addinfo">addinfo() (hotshot.Profile method)</a></dt>
<dt><a href="reference/expressions.html#index-963">addition</a></dt>
<dt><a href="library/logging.html#logging.addLevelName">addLevelName() (in module logging)</a></dt>
<dt><a href="library/curses.html#curses.window.addnstr">addnstr() (curses.window method)</a></dt>
<dt><a href="library/modulefinder.html#modulefinder.AddPackagePath">AddPackagePath() (in module modulefinder)</a></dt>
<dt><a href="library/multiprocessing.html#multiprocessing.connection.Listener.address">address (multiprocessing.connection.Listener attribute)</a></dt>
<dd><dl>
<dt><a href="library/multiprocessing.html#multiprocessing.managers.BaseManager.address">(multiprocessing.managers.BaseManager attribute)</a></dt>
</dl></dd>
<dt><a href="library/socketserver.html#SocketServer.BaseServer.address_family">address_family (SocketServer.BaseServer attribute)</a></dt>
<dt><a href="library/basehttpserver.html#BaseHTTPServer.BaseHTTPRequestHandler.address_string">address_string() (BaseHTTPServer.BaseHTTPRequestHandler method)</a></dt>
<dt><a href="library/rfc822.html#rfc822.AddressList">AddressList (class in rfc822)</a></dt>
<dt><a href="library/rfc822.html#rfc822.AddressList.addresslist">addresslist (rfc822.AddressList attribute)</a></dt>
<dt><a href="library/ctypes.html#ctypes.addressof">addressof() (in module ctypes)</a></dt>
<dt><a href="library/turtle.html#turtle.addshape">addshape() (in module turtle)</a></dt>
<dt><a href="library/site.html#site.addsitedir">addsitedir() (in module site)</a></dt>
<dt><a href="library/curses.html#curses.window.addstr">addstr() (curses.window method)</a></dt>
<dt><a href="library/unittest.html#unittest.TestResult.addSuccess">addSuccess() (unittest.TestResult method)</a></dt>
<dt><a href="library/unittest.html#unittest.TestSuite.addTest">addTest() (unittest.TestSuite method)</a></dt>
<dt><a href="library/unittest.html#unittest.TestSuite.addTests">addTests() (unittest.TestSuite method)</a></dt>
<dt><a href="library/decimal.html#decimal.Decimal.adjusted">adjusted() (decimal.Decimal method)</a></dt>
<dt><a href="library/zlib.html#zlib.adler32">adler32() (in module zlib)</a></dt>
<dt><a href="library/audioop.html#index-219">ADPCM, Intel/DVI</a></dt>
<dt><a href="library/audioop.html#audioop.adpcm2lin">adpcm2lin() (in module audioop)</a></dt>
<dt><a href="library/aepack.html#module-aepack">aepack (module)</a></dt>
<dt>AES</dt>
<dd><dl>
<dt><a href="library/crypto.html#index-268">algorithm</a></dt>
</dl></dd>
<dt><a href="library/miniaeframe.html#MiniAEFrame.AEServer">AEServer (class in MiniAEFrame)</a></dt>
<dt><a href="library/aetypes.html#aetypes.AEText">AEText (class in aetypes)</a></dt>
<dt><a href="library/aetools.html#module-aetools">aetools (module)</a></dt>
<dt><a href="library/aetypes.html#module-aetypes">aetypes (module)</a></dt>
<dt><a href="library/socket.html#socket.AF_INET">AF_INET (in module socket)</a></dt>
<dt><a href="library/socket.html#socket.AF_INET6">AF_INET6 (in module socket)</a></dt>
<dt><a href="library/socket.html#socket.AF_UNIX">AF_UNIX (in module socket)</a></dt>
<dt><a href="library/aifc.html#module-aifc">aifc (module)</a></dt>
<dt><a href="library/aifc.html#aifc.aifc.aifc">aifc() (aifc.aifc method)</a></dt>
<dt><a href="library/aifc.html#index-213">AIFF</a>, <a href="library/chunk.html#index-236">[1]</a></dt>
<dt><a href="library/aifc.html#aifc.aifc.aiff">aiff() (aifc.aifc method)</a></dt>
<dt><a href="library/aifc.html#index-213">AIFF-C</a>, <a href="library/chunk.html#index-236">[1]</a></dt>
<dt>AL</dt>
<dd><dl>
<dt><a href="library/al.html#index-215">module</a></dt>
</dl></dd>
<dt><a href="library/al.html#module-AL">AL (module)</a></dt>
<dt><a href="library/al.html#module-al">al (module)</a></dt>
<dt><a href="library/signal.html#signal.alarm">alarm() (in module signal)</a></dt>
<dt><a href="library/audioop.html#audioop.alaw2lin">alaw2lin() (in module audioop)</a></dt>
<dt>algorithm</dt>
<dd><dl>
<dt><a href="library/crypto.html#index-268">AES</a></dt>
</dl></dd>
<dt><a href="library/ctypes.html#ctypes.alignment">alignment() (in module ctypes)</a></dt>
<dt><a href="library/functions.html#all">all() (built-in function)</a></dt>
<dt><a href="library/ftplib.html#ftplib.all_errors">all_errors (in module ftplib)</a></dt>
<dt><a href="library/xml.sax.handler.html#xml.sax.handler.all_features">all_features (in module xml.sax.handler)</a></dt>
<dt><a href="library/xml.sax.handler.html#xml.sax.handler.all_properties">all_properties (in module xml.sax.handler)</a></dt>
<dt><a href="library/thread.html#thread.allocate_lock">allocate_lock() (in module thread)</a></dt>
<dt><a href="library/socketserver.html#SocketServer.BaseServer.allow_reuse_address">allow_reuse_address (SocketServer.BaseServer attribute)</a></dt>
<dt><a href="library/cookielib.html#cookielib.DefaultCookiePolicy.allowed_domains">allowed_domains() (cookielib.DefaultCookiePolicy method)</a></dt>
<dt><a href="library/curses.ascii.html#curses.ascii.alt">alt() (in module curses.ascii)</a></dt>
<dt><a href="library/locale.html#locale.ALT_DIGITS">ALT_DIGITS (in module locale)</a></dt>
<dt><a href="library/os.html#os.altsep">altsep (in module os)</a></dt>
<dt><a href="library/time.html#time.altzone">altzone (in module time)</a></dt>
<dt><a href="library/optparse.html#optparse.Option.ALWAYS_TYPED_ACTIONS">ALWAYS_TYPED_ACTIONS (optparse.Option attribute)</a></dt>
<dt><a href="library/htmllib.html#htmllib.HTMLParser.anchor_bgn">anchor_bgn() (htmllib.HTMLParser method)</a></dt></dl></td><td width="33%" valign="top"><dl>
<dt><a href="library/htmllib.html#htmllib.HTMLParser.anchor_end">anchor_end() (htmllib.HTMLParser method)</a></dt>
<dt>and</dt>
<dd><dl>
<dt><a href="reference/expressions.html#index-968">bitwise</a></dt>
<dt><a href="reference/expressions.html#index-978">operator</a>, <a href="library/stdtypes.html#index-588">[1]</a>, <a href="library/stdtypes.html#index-590">[2]</a></dt>
</dl></dd>
<dt><a href="library/operator.html#operator.and_">and_() (in module operator)</a></dt>
<dt><a href="library/dircache.html#dircache.annotate">annotate() (in module dircache)</a></dt>
<dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.announce">announce() (distutils.ccompiler.CCompiler method)</a></dt>
<dt>anonymous</dt>
<dd><dl>
<dt><a href="reference/expressions.html#index-982">function</a></dt>
</dl></dd>
<dt><a href="library/multiprocessing.html#multiprocessing.connection.answerChallenge">answerChallenge() (in module multiprocessing.connection)</a></dt>
<dt><a href="library/functions.html#any">any() (built-in function)</a></dt>
<dt><a href="library/anydbm.html#module-anydbm">anydbm (module)</a></dt>
<dt><a href="library/sys.html#sys.api_version">api_version (in module sys)</a></dt>
<dt><a href="library/poplib.html#poplib.POP3.apop">apop() (poplib.POP3 method)</a></dt>
<dt><a href="whatsnew/2.6.html#index-1255">APPDATA</a></dt>
<dt><a href="library/array.html#array.array.append">append() (array.array method)</a></dt>
<dd><dl>
<dt><a href="library/collections.html#collections.deque.append">(collections.deque method)</a></dt>
<dt><a href="library/email.header.html#email.header.Header.append">(email.header.Header method)</a></dt>
<dt><a href="library/imaplib.html#imaplib.IMAP4.append">(imaplib.IMAP4 method)</a></dt>
<dt><a href="library/stdtypes.html#index-611">(list method)</a></dt>
<dt><a href="library/msilib.html#msilib.CAB.append">(msilib.CAB method)</a></dt>
<dt><a href="library/pipes.html#pipes.Template.append">(pipes.Template method)</a></dt>
<dt><a href="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.append">(xml.etree.ElementTree.Element method)</a></dt>
</dl></dd>
<dt><a href="library/xml.dom.html#xml.dom.Node.appendChild">appendChild() (xml.dom.Node method)</a></dt>
<dt><a href="library/collections.html#collections.deque.appendleft">appendleft() (collections.deque method)</a></dt>
<dt><a href="library/miniaeframe.html#index-436">AppleEvents</a>, <a href="library/macostools.html#index-425">[1]</a></dt>
<dt><a href="library/undoc.html#module-applesingle">applesingle (module)</a></dt>
<dt><a href="library/framework.html#FrameWork.Application">Application() (in module FrameWork)</a></dt>
<dt><a href="library/wsgiref.html#wsgiref.util.application_uri">application_uri() (in module wsgiref.util)</a></dt>
<dt>apply</dt>
<dd><dl>
<dt><a href="c-api/object.html#index-129">built-in function</a>, <a href="c-api/object.html#index-130">[1]</a>, <a href="c-api/object.html#index-131">[2]</a></dt>
</dl></dd>
<dt><a href="library/2to3.html#2to3fixer-apply">apply (2to3 fixer)</a></dt>
<dt><a href="library/functions.html#apply">apply() (built-in function)</a></dt>
<dd><dl>
<dt><a href="library/multiprocessing.html#multiprocessing.pool.multiprocessing.Pool.apply">(multiprocessing.pool.multiprocessing.Pool method)</a></dt>
</dl></dd>
<dt><a href="library/multiprocessing.html#multiprocessing.pool.multiprocessing.Pool.apply_async">apply_async() (multiprocessing.pool.multiprocessing.Pool method)</a></dt>
<dt><a href="library/platform.html#platform.architecture">architecture() (in module platform)</a></dt>
<dt><a href="library/zipimport.html#zipimport.zipimporter.archive">archive (zipimport.zipimporter attribute)</a></dt>
<dt><a href="library/repr.html#repr.aRepr">aRepr (in module repr)</a></dt>
<dt><a href="library/functools.html#functools.partial.args">args (functools.partial attribute)</a></dt>
<dt><a href="library/ctypes.html#ctypes._FuncPtr.argtypes">argtypes (ctypes._FuncPtr attribute)</a></dt>
<dt><a href="glossary.html#term-argument">argument</a></dt>
<dd><dl>
<dt><a href="reference/datamodel.html#index-828">function</a></dt>
</dl></dd>
<dt><a href="library/ctypes.html#ctypes.ArgumentError">ArgumentError</a></dt>
<dt><a href="library/sys.html#sys.argv">argv (in module sys)</a>, <a href="c-api/init.html#index-53">[1]</a></dt>
<dt><a href="library/stdtypes.html#index-597">arithmetic</a></dt>
<dd><dl>
<dt><a href="reference/expressions.html#index-910">conversion</a></dt>
<dt><a href="reference/expressions.html#index-959">operation, binary</a></dt>
<dt><a href="reference/expressions.html#index-954">operation, unary</a></dt>
</dl></dd>
<dt><a href="library/exceptions.html#exceptions.ArithmeticError">ArithmeticError</a></dt>
<dt>array</dt>
<dd><dl>
<dt><a href="reference/datamodel.html#index-821">module</a></dt>
</dl></dd>
<dt><a href="library/array.html#array.array">array (class in array)</a></dt>
<dd><dl>
<dt><a href="library/array.html#module-array">(module)</a></dt>
</dl></dd>
<dt><a href="library/multiprocessing.html#multiprocessing.Array">Array() (in module multiprocessing)</a></dt>
<dd><dl>
<dt><a href="library/multiprocessing.html#multiprocessing.sharedctypes.Array">(in module multiprocessing.sharedctypes)</a></dt>
<dt><a href="library/multiprocessing.html#multiprocessing.managers.SyncManager.Array">(multiprocessing.managers.SyncManager method)</a></dt>
</dl></dd>
<dt><a href="library/array.html#index-217">arrays</a></dt>
<dt><a href="library/array.html#array.ArrayType">ArrayType (in module array)</a></dt>
<dt><a href="library/nntplib.html#nntplib.NNTP.article">article() (nntplib.NNTP method)</a></dt>
<dt><a href="library/stdtypes.html#float.as_integer_ratio">as_integer_ratio() (float method)</a></dt>
<dt><a href="library/formatter.html#formatter.AS_IS">AS_IS (in module formatter)</a></dt>
<dt><a href="library/email.message.html#email.message.Message.as_string">as_string() (email.message.Message method)</a></dt>
<dt><a href="library/decimal.html#decimal.Decimal.as_tuple">as_tuple() (decimal.Decimal method)</a></dt>
<dt><a href="library/curses.ascii.html#curses.ascii.ascii">ascii() (in module curses.ascii)</a></dt>
<dd><dl>
<dt><a href="library/future_builtins.html#future_builtins.ascii">(in module future_builtins)</a></dt>
</dl></dd>
<dt><a href="reference/lexical_analysis.html#index-1003">ASCII@ASCII</a>, <a href="reference/lexical_analysis.html#index-1006">[1]</a>, <a href="reference/lexical_analysis.html#index-1011">[2]</a>, <a href="reference/datamodel.html#index-814">[3]</a>, <a href="reference/datamodel.html#index-815">[4]</a>, <a href="reference/introduction.html#index-989">[5]</a></dt>
<dt><a href="library/string.html#string.ascii_letters">ascii_letters (in module string)</a></dt>
<dt><a href="library/string.html#string.ascii_lowercase">ascii_lowercase (in module string)</a></dt>
<dt><a href="library/string.html#string.ascii_uppercase">ascii_uppercase (in module string)</a></dt>
<dt><a href="library/time.html#time.asctime">asctime() (in module time)</a></dt>
<dt><a href="library/cmath.html#cmath.asin">asin() (in module cmath)</a></dt>
<dd><dl>
<dt><a href="library/math.html#math.asin">(in module math)</a></dt>
</dl></dd>
<dt><a href="library/cmath.html#cmath.asinh">asinh() (in module cmath)</a></dt>
<dd><dl>
<dt><a href="library/math.html#math.asinh">(in module math)</a></dt>
</dl></dd>
<dt><a href="library/easydialogs.html#EasyDialogs.AskFileForOpen">AskFileForOpen() (in module EasyDialogs)</a></dt>
<dt><a href="library/easydialogs.html#EasyDialogs.AskFileForSave">AskFileForSave() (in module EasyDialogs)</a></dt>
<dt><a href="library/easydialogs.html#EasyDialogs.AskFolder">AskFolder() (in module EasyDialogs)</a></dt>
<dt><a href="library/easydialogs.html#EasyDialogs.AskPassword">AskPassword() (in module EasyDialogs)</a></dt>
<dt><a href="library/easydialogs.html#EasyDialogs.AskString">AskString() (in module EasyDialogs)</a></dt>
<dt><a href="library/easydialogs.html#EasyDialogs.AskYesNoCancel">AskYesNoCancel() (in module EasyDialogs)</a></dt>
<dt>assert</dt>
<dd><dl>
<dt><a href="library/exceptions.html#index-331">statement</a>, <a href="reference/simple_stmts.html#index-1027">[1]</a></dt>
</dl></dd>
<dt><a href="library/unittest.html#unittest.TestCase.assert_">assert_() (unittest.TestCase method)</a></dt>
<dt><a href="library/formatter.html#formatter.formatter.assert_line_data">assert_line_data() (formatter.formatter method)</a></dt>
<dt><a href="library/unittest.html#unittest.TestCase.assertAlmostEqual">assertAlmostEqual() (unittest.TestCase method)</a></dt>
<dt><a href="library/unittest.html#unittest.TestCase.assertEqual">assertEqual() (unittest.TestCase method)</a></dt>
<dt><a href="library/unittest.html#unittest.TestCase.assertFalse">assertFalse() (unittest.TestCase method)</a></dt>
<dt><a href="library/exceptions.html#exceptions.AssertionError">AssertionError</a></dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-1028">exception</a></dt>
</dl></dd>
<dt>assertions</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-1027">debugging</a></dt>
</dl></dd>
<dt><a href="library/unittest.html#unittest.TestCase.assertNotAlmostEqual">assertNotAlmostEqual() (unittest.TestCase method)</a></dt>
<dt><a href="library/unittest.html#unittest.TestCase.assertNotEqual">assertNotEqual() (unittest.TestCase method)</a></dt>
<dt><a href="library/unittest.html#unittest.TestCase.assertRaises">assertRaises() (unittest.TestCase method)</a></dt>
<dt><a href="library/unittest.html#unittest.TestCase.assertTrue">assertTrue() (unittest.TestCase method)</a></dt>
<dt>assignment</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-1015">attribute</a>, <a href="reference/simple_stmts.html#index-1021">[1]</a></dt>
<dt><a href="reference/simple_stmts.html#index-1026">augmented</a></dt>
<dt><a href="reference/datamodel.html#index-844">class attribute</a></dt>
<dt><a href="reference/datamodel.html#index-848">class instance attribute</a></dt>
<dt><a href="library/stdtypes.html#index-611">extended slice</a></dt>
<dt><a href="library/stdtypes.html#index-611">slice</a></dt>
<dt><a href="reference/simple_stmts.html#index-1025">slicing</a></dt>
<dt><a href="reference/datamodel.html#index-818">statement</a>, <a href="reference/simple_stmts.html#index-1015">[1]</a></dt>
<dt><a href="library/stdtypes.html#index-611">subscript</a></dt>
<dt><a href="reference/simple_stmts.html#index-1022">subscription</a></dt>
<dt><a href="reference/simple_stmts.html#index-1018">target list</a></dt>
</dl></dd>
<dt><a href="library/ast.html#ast.AST">AST (class in ast)</a></dt>
<dt><a href="library/ast.html#module-ast">ast (module)</a></dt>
<dt><a href="library/datetime.html#datetime.datetime.astimezone">astimezone() (datetime.datetime method)</a></dt>
<dt><a href="library/compiler.html#compiler.visitor.ASTVisitor">ASTVisitor (class in compiler.visitor)</a></dt>
<dt><a href="library/asynchat.html#asynchat.async_chat">async_chat (class in asynchat)</a></dt>
<dt><a href="library/asynchat.html#asynchat.async_chat.ac_in_buffer_size">async_chat.ac_in_buffer_size (in module asynchat)</a></dt>
<dt><a href="library/asynchat.html#asynchat.async_chat.ac_out_buffer_size">async_chat.ac_out_buffer_size (in module asynchat)</a></dt>
<dt><a href="library/framework.html#FrameWork.Application.asyncevents">asyncevents() (FrameWork.Application method)</a></dt>
<dt><a href="library/asynchat.html#module-asynchat">asynchat (module)</a></dt>
<dt><a href="library/asyncore.html#module-asyncore">asyncore (module)</a></dt>
<dt><a href="library/multiprocessing.html#multiprocessing.pool.AsyncResult">AsyncResult (class in multiprocessing.pool)</a></dt>
<dt><a href="library/cmath.html#cmath.atan">atan() (in module cmath)</a></dt>
<dd><dl>
<dt><a href="library/math.html#math.atan">(in module math)</a></dt>
</dl></dd>
<dt><a href="library/math.html#math.atan2">atan2() (in module math)</a></dt>
<dt><a href="library/cmath.html#cmath.atanh">atanh() (in module cmath)</a></dt>
<dd><dl>
<dt><a href="library/math.html#math.atanh">(in module math)</a></dt>
</dl></dd>
<dt><a href="library/atexit.html#module-atexit">atexit (module)</a></dt>
<dt><a href="library/cd.html#cd.atime">atime (in module cd)</a></dt>
<dt><a href="library/locale.html#locale.atof">atof() (in module locale)</a></dt>
<dd><dl>
<dt><a href="library/string.html#string.atof">(in module string)</a></dt>
</dl></dd>
<dt><a href="library/locale.html#locale.atoi">atoi() (in module locale)</a></dt>
<dd><dl>
<dt><a href="library/string.html#string.atoi">(in module string)</a></dt>
</dl></dd>
<dt><a href="library/string.html#string.atol">atol() (in module string)</a></dt>
<dt><a href="reference/expressions.html#index-911">atom</a></dt>
<dt><a href="library/email.message.html#email.message.Message.attach">attach() (email.message.Message method)</a></dt>
<dt><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.AttlistDeclHandler">AttlistDeclHandler() (xml.parsers.expat.xmlparser method)</a></dt>
<dt><a href="library/operator.html#operator.attrgetter">attrgetter() (in module operator)</a></dt>
<dt><a href="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.attrib">attrib (xml.etree.ElementTree.Element attribute)</a></dt>
<dt><a href="reference/datamodel.html#index-798">attribute</a>, <a href="glossary.html#term-attribute">[1]</a></dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-1015">assignment</a>, <a href="reference/simple_stmts.html#index-1021">[1]</a></dt>
<dt><a href="reference/datamodel.html#index-844">assignment, class</a></dt>
<dt><a href="reference/datamodel.html#index-848">assignment, class instance</a></dt>
<dt><a href="reference/datamodel.html#index-843">class</a></dt>
<dt><a href="reference/datamodel.html#index-847">class instance</a></dt>
<dt><a href="reference/simple_stmts.html#index-1033">deletion</a></dt>
<dt><a href="reference/datamodel.html#index-798">generic special</a></dt>
<dt><a href="reference/expressions.html#index-938">reference</a></dt>
<dt><a href="reference/datamodel.html#index-798">special</a></dt>
</dl></dd>
<dt><a href="library/exceptions.html#exceptions.AttributeError">AttributeError</a></dt>
<dd><dl>
<dt><a href="reference/expressions.html#index-939">exception</a></dt>
</dl></dd>
<dt><a href="library/xml.dom.html#xml.dom.Node.attributes">attributes (xml.dom.Node attribute)</a></dt>
<dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.AttributesImpl">AttributesImpl (class in xml.sax.xmlreader)</a></dt>
<dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.AttributesNSImpl">AttributesNSImpl (class in xml.sax.xmlreader)</a></dt>
<dt><a href="library/curses.html#curses.window.attroff">attroff() (curses.window method)</a></dt>
<dt><a href="library/curses.html#curses.window.attron">attron() (curses.window method)</a></dt>
<dt><a href="library/curses.html#curses.window.attrset">attrset() (curses.window method)</a></dt>
<dt><a href="library/cd.html#cd.audio">audio (in module cd)</a></dt>
<dt><a href="library/aifc.html#index-213">Audio Interchange File Format</a>, <a href="library/chunk.html#index-236">[1]</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_ENCODING_ADPCM_G721">AUDIO_FILE_ENCODING_ADPCM_G721 (in module sunau)</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_ENCODING_ADPCM_G722">AUDIO_FILE_ENCODING_ADPCM_G722 (in module sunau)</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_ENCODING_ADPCM_G723_3">AUDIO_FILE_ENCODING_ADPCM_G723_3 (in module sunau)</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_ENCODING_ADPCM_G723_5">AUDIO_FILE_ENCODING_ADPCM_G723_5 (in module sunau)</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_ENCODING_ALAW_8">AUDIO_FILE_ENCODING_ALAW_8 (in module sunau)</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_ENCODING_DOUBLE">AUDIO_FILE_ENCODING_DOUBLE (in module sunau)</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_ENCODING_FLOAT">AUDIO_FILE_ENCODING_FLOAT (in module sunau)</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_ENCODING_LINEAR_16">AUDIO_FILE_ENCODING_LINEAR_16 (in module sunau)</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_ENCODING_LINEAR_24">AUDIO_FILE_ENCODING_LINEAR_24 (in module sunau)</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_ENCODING_LINEAR_32">AUDIO_FILE_ENCODING_LINEAR_32 (in module sunau)</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_ENCODING_LINEAR_8">AUDIO_FILE_ENCODING_LINEAR_8 (in module sunau)</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_ENCODING_MULAW_8">AUDIO_FILE_ENCODING_MULAW_8 (in module sunau)</a></dt>
<dt><a href="library/sunau.html#sunau.AUDIO_FILE_MAGIC">AUDIO_FILE_MAGIC (in module sunau)</a></dt>
<dt><a href="library/ossaudiodev.html#index-480">AUDIODEV</a></dt>
<dt><a href="library/audioop.html#module-audioop">audioop (module)</a></dt>
<dt>augmented</dt>
<dd><dl>
<dt><a href="reference/simple_stmts.html#index-1026">assignment</a></dt>
</dl></dd>
<dt><a href="library/imaplib.html#imaplib.IMAP4.authenticate">authenticate() (imaplib.IMAP4 method)</a></dt>
<dt><a href="library/multiprocessing.html#multiprocessing.connection.AuthenticationError">AuthenticationError</a></dt>
<dt><a href="library/netrc.html#netrc.netrc.authenticators">authenticators() (netrc.netrc method)</a></dt>
<dt><a href="library/multiprocessing.html#multiprocessing.Process.authkey">authkey (multiprocessing.Process attribute)</a></dt>
<dt><a href="library/autogil.html#module-autoGIL">autoGIL (module)</a></dt>
<dt><a href="library/autogil.html#autoGIL.AutoGILError">AutoGILError</a></dt>
<dt><a href="library/audioop.html#audioop.avg">avg() (in module audioop)</a></dt>
<dt><a href="library/audioop.html#audioop.avgpp">avgpp() (in module audioop)</a></dt>
</dl></td></tr></table>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h4>Index</h4>
<p><a href="genindex-Symbols.html"><strong>Symbols</strong></a>
| <a href="genindex-_.html"><strong>_</strong></a>
| <a href="#"><strong>A</strong></a>
| <a href="genindex-B.html"><strong>B</strong></a>
| <a href="genindex-C.html"><strong>C</strong></a>
| <a href="genindex-D.html"><strong>D</strong></a>
| <a href="genindex-E.html"><strong>E</strong></a>
| <a href="genindex-F.html"><strong>F</strong></a>
| <a href="genindex-G.html"><strong>G</strong></a>
| <a href="genindex-H.html"><strong>H</strong></a>
| <a href="genindex-I.html"><strong>I</strong></a>
| <a href="genindex-J.html"><strong>J</strong></a>
| <a href="genindex-K.html"><strong>K</strong></a>
| <a href="genindex-L.html"><strong>L</strong></a>
| <a href="genindex-M.html"><strong>M</strong></a>
| <a href="genindex-N.html"><strong>N</strong></a>
| <a href="genindex-O.html"><strong>O</strong></a>
| <a href="genindex-P.html"><strong>P</strong></a>
| <a href="genindex-Q.html"><strong>Q</strong></a>
| <a href="genindex-R.html"><strong>R</strong></a>
| <a href="genindex-S.html"><strong>S</strong></a>
| <a href="genindex-T.html"><strong>T</strong></a>
| <a href="genindex-U.html"><strong>U</strong></a>
| <a href="genindex-V.html"><strong>V</strong></a>
| <a href="genindex-W.html"><strong>W</strong></a>
| <a href="genindex-X.html"><strong>X</strong></a>
| <a href="genindex-Y.html"><strong>Y</strong></a>
| <a href="genindex-Z.html"><strong>Z</strong></a>
</p>
<p><a href="genindex-all.html"><strong>Full index on one page</strong></a></p>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="modindex.html" title="Global Module Index"
>modules</a> |</li>
<li><img src="_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="index.html">Python v2.6.6 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© <a href="copyright.html">Copyright</a> 1990-2011, Python Software Foundation.
<br />
The Python Software Foundation is a non-profit corporation.
<a href="http://www.python.org/psf/donations/">Please donate.</a>
<br />
Last updated on Jul 20, 2011.
<a href="bugs.html">Found a bug</a>?
<br />
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.6.
</div>
</body>
</html>
Copyright 2K16 - 2K18 Indonesian Hacker Rulez