[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.117.106.247: ~ $



<!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 &mdash; Python 2.7.5 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.7.5',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <script type="text/javascript" src="_static/sidebar.js"></script>
    <link rel="search" type="application/opensearchdescription+xml"
          title="Search within Python 2.7.5 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 2.7.5 documentation" href="index.html" />
    <link rel="shortcut icon" type="image/png" href="_static/py.png" />
    <script type="text/javascript" src="_static/copybutton.js"></script>
    
 

  </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="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li><img src="_static/py.png" alt=""
                 style="vertical-align: middle; margin-top: -1px"/></li>
        <li><a href="http://www.python.org/">Python</a> &raquo;</li>
        <li>
          <a href="index.html">Python 2.7.5 documentation</a> &raquo;
        </li>
 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            

<h1 id="index">Index &ndash; A</h1>

<table style="width: 100%" class="indextable"><tr>
  <td style="width: 33%" valign="top"><dl>
      
  <dt><a href="library/audioop.html#index-0">a-LAW</a>
  </dt>

      
  <dt><a href="library/aifc.html#index-1">A-LAW</a>, <a href="library/sndhdr.html#index-0">[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-0">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-2">built-in function</a>, <a href="reference/datamodel.html#index-93">[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"><strong>abstract base class</strong></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>

        
  <dt><a href="library/ttk.html#ttk.Notebook.add">(ttk.Notebook 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/argparse.html#argparse.ArgumentParser.add_argument">add_argument() (argparse.ArgumentParser method)</a>
  </dt>

      
  <dt><a href="library/argparse.html#argparse.ArgumentParser.add_argument_group">add_argument_group() (argparse.ArgumentParser method)</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/argparse.html#argparse.add_mutually_exclusive_group">add_mutually_exclusive_group() (in module argparse)</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/argparse.html#argparse.ArgumentParser.add_subparsers">add_subparsers() (argparse.ArgumentParser method)</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/unittest.html#unittest.TestCase.addCleanup">addCleanup() (unittest.TestCase 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.addExpectedFailure">addExpectedFailure() (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-56">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/unittest.html#unittest.TestResult.addSkip">addSkip() (unittest.TestResult method)</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/unittest.html#unittest.TestCase.addTypeEqualityFunc">addTypeEqualityFunc() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestResult.addUnexpectedSuccess">addUnexpectedSuccess() (unittest.TestResult 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-0">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-1">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-0">AIFF</a>, <a href="library/chunk.html#index-0">[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-0">AIFF-C</a>, <a href="library/chunk.html#index-0">[1]</a>
  </dt>

      
  <dt>
    AL
  </dt>

      <dd><dl>
        
  <dt><a href="library/al.html#index-0">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-1">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/token.html#token.AMPER">AMPER (in module token)</a>
  </dt>

  </dl></td>
  <td style="width: 33%" valign="top"><dl>
      
  <dt><a href="library/token.html#token.AMPEREQUAL">AMPEREQUAL (in module token)</a>
  </dt>

      
  <dt><a href="library/htmllib.html#htmllib.HTMLParser.anchor_bgn">anchor_bgn() (htmllib.HTMLParser method)</a>
  </dt>

      
  <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-61">bitwise</a>
  </dt>

        
  <dt><a href="reference/expressions.html#index-71">operator</a>, <a href="library/stdtypes.html#index-6">[1]</a>, <a href="library/stdtypes.html#index-8">[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-75">function</a>
  </dt>

      </dl></dd>
      
  <dt><a href="library/multiprocessing.html#multiprocessing.connection.answer_challenge">answer_challenge() (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-5">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-30">(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-0">AppleEvents</a>, <a href="library/macostools.html#index-0">[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-6">built-in function</a>, <a href="c-api/object.html#index-7">[1]</a>, <a href="c-api/object.html#index-8">[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/argparse.html#module-argparse">argparse (module)</a>
  </dt>

      
  <dt><a href="library/exceptions.html#exceptions.BaseException.args">args (exceptions.BaseException attribute)</a>
  </dt>

      <dd><dl>
        
  <dt><a href="library/functools.html#functools.partial.args">(functools.partial attribute)</a>
  </dt>

      </dl></dd>
      
  <dt><a href="library/ctypes.html#ctypes._FuncPtr.argtypes">argtypes (ctypes._FuncPtr attribute)</a>
  </dt>

      
  <dt><a href="glossary.html#term-argument"><strong>argument</strong></a>
  </dt>

      <dd><dl>
        
  <dt><a href="reference/expressions.html#index-38">call semantics</a>
  </dt>

        
  <dt><a href="faq/programming.html#index-2">difference from parameter</a>
  </dt>

        
  <dt><a href="reference/datamodel.html#index-35">function</a>
  </dt>

        
  <dt><a href="reference/compound_stmts.html#index-20">function definition</a>
  </dt>

      </dl></dd>
      
  <dt><a href="library/argparse.html#argparse.ArgumentDefaultsHelpFormatter">ArgumentDefaultsHelpFormatter (class in argparse)</a>
  </dt>

      
  <dt><a href="library/ctypes.html#ctypes.ArgumentError">ArgumentError</a>
  </dt>

      
  <dt><a href="library/argparse.html#argparse.ArgumentParser">ArgumentParser (class in argparse)</a>
  </dt>

      
  <dt><a href="library/sys.html#sys.argv">argv (in module sys)</a>, <a href="c-api/init.html#index-10">[1]</a>
  </dt>

      
  <dt><a href="library/stdtypes.html#index-15">arithmetic</a>
  </dt>

      <dd><dl>
        
  <dt><a href="reference/expressions.html#index-3">conversion</a>
  </dt>

        
  <dt><a href="reference/expressions.html#index-52">operation, binary</a>
  </dt>

        
  <dt><a href="reference/expressions.html#index-47">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-28">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-0">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-13">ASCII@ASCII</a>, <a href="reference/lexical_analysis.html#index-16">[1]</a>, <a href="reference/lexical_analysis.html#index-21">[2]</a>, <a href="reference/datamodel.html#index-21">[3]</a>, <a href="reference/datamodel.html#index-22">[4]</a>, <a href="reference/introduction.html#index-1">[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-2">statement</a>, <a href="reference/simple_stmts.html#index-15">[1]</a>
  </dt>

      </dl></dd>
      
  <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.assertDictContainsSubset">assertDictContainsSubset() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertDictEqual">assertDictEqual() (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/unittest.html#unittest.TestCase.assertGreater">assertGreater() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertGreaterEqual">assertGreaterEqual() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertIn">assertIn() (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-16">exception</a>
  </dt>

      </dl></dd>
      
  <dt>
    assertions
  </dt>

      <dd><dl>
        
  <dt><a href="reference/simple_stmts.html#index-15">debugging</a>
  </dt>

      </dl></dd>
      
  <dt><a href="library/unittest.html#unittest.TestCase.assertIs">assertIs() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertIsInstance">assertIsInstance() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertIsNone">assertIsNone() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertIsNot">assertIsNot() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertIsNotNone">assertIsNotNone() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertItemsEqual">assertItemsEqual() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertLess">assertLess() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertLessEqual">assertLessEqual() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertListEqual">assertListEqual() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertMultiLineEqual">assertMultiLineEqual() (unittest.TestCase method)</a>
  </dt>

      
  <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.assertNotIn">assertNotIn() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertNotIsInstance">assertNotIsInstance() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertNotRegexpMatches">assertNotRegexpMatches() (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.assertRaisesRegexp">assertRaisesRegexp() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertRegexpMatches">assertRegexpMatches() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertSequenceEqual">assertSequenceEqual() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertSetEqual">assertSetEqual() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertTrue">assertTrue() (unittest.TestCase method)</a>
  </dt>

      
  <dt><a href="library/unittest.html#unittest.TestCase.assertTupleEqual">assertTupleEqual() (unittest.TestCase method)</a>
  </dt>

      
  <dt>
    assignment
  </dt>

      <dd><dl>
        
  <dt><a href="reference/simple_stmts.html#index-3">attribute</a>, <a href="reference/simple_stmts.html#index-9">[1]</a>
  </dt>

        
  <dt><a href="reference/simple_stmts.html#index-14">augmented</a>
  </dt>

        
  <dt><a href="reference/datamodel.html#index-51">class attribute</a>
  </dt>

        
  <dt><a href="reference/datamodel.html#index-55">class instance attribute</a>
  </dt>

        
  <dt><a href="library/stdtypes.html#index-30">extended slice</a>
  </dt>

        
  <dt><a href="library/stdtypes.html#index-30">slice</a>
  </dt>

        
  <dt><a href="reference/simple_stmts.html#index-13">slicing</a>
  </dt>

        
  <dt><a href="reference/datamodel.html#index-25">statement</a>, <a href="reference/simple_stmts.html#index-3">[1]</a>
  </dt>

        
  <dt><a href="library/stdtypes.html#index-30">subscript</a>
  </dt>

        
  <dt><a href="reference/simple_stmts.html#index-10">subscription</a>
  </dt>

        
  <dt><a href="reference/simple_stmts.html#index-6">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/token.html#token.AT">AT (in module token)</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-4">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-5">attribute</a>, <a href="glossary.html#term-attribute"><strong>[1]</strong></a>
  </dt>

      <dd><dl>
        
  <dt><a href="reference/simple_stmts.html#index-3">assignment</a>, <a href="reference/simple_stmts.html#index-9">[1]</a>
  </dt>

        
  <dt><a href="reference/datamodel.html#index-51">assignment, class</a>
  </dt>

        
  <dt><a href="reference/datamodel.html#index-55">assignment, class instance</a>
  </dt>

        
  <dt><a href="reference/datamodel.html#index-50">class</a>
  </dt>

        
  <dt><a href="reference/datamodel.html#index-54">class instance</a>
  </dt>

        
  <dt><a href="reference/simple_stmts.html#index-21">deletion</a>
  </dt>

        
  <dt><a href="reference/datamodel.html#index-5">generic special</a>
  </dt>

        
  <dt><a href="reference/expressions.html#index-29">reference</a>
  </dt>

        
  <dt><a href="reference/datamodel.html#index-5">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-30">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-0">Audio Interchange File Format</a>, <a href="library/chunk.html#index-0">[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-0">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-14">assignment</a>
  </dt>

      </dl></dd>
      
  <dt><a href="library/ftplib.html#ftplib.FTP_TLS.auth">auth() (ftplib.FTP_TLS method)</a>
  </dt>

      
  <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" />
      <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="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li><img src="_static/py.png" alt=""
                 style="vertical-align: middle; margin-top: -1px"/></li>
        <li><a href="http://www.python.org/">Python</a> &raquo;</li>
        <li>
          <a href="index.html">Python 2.7.5 documentation</a> &raquo;
        </li>
 
      </ul>
    </div>
    <div class="footer">
    &copy; <a href="copyright.html">Copyright</a> 1990-2019, 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 03, 2019.
    <a href="bugs.html">Found a bug</a>?
    <br />
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>

  </body>
</html>

Filemanager

Name Type Size Permission Actions
_images Folder 0755
_sources Folder 0755
_static Folder 0755
c-api Folder 0755
distutils Folder 0755
extending Folder 0755
faq Folder 0755
howto Folder 0755
install Folder 0755
library Folder 0755
reference Folder 0755
tutorial Folder 0755
using Folder 0755
whatsnew Folder 0755
.buildinfo File 230 B 0644
about.html File 7.49 KB 0644
bugs.html File 9.83 KB 0644
contents.html File 391.2 KB 0644
copyright.html File 5.79 KB 0644
download.html File 6.5 KB 0644
genindex-A.html File 51.62 KB 0644
genindex-B.html File 38.05 KB 0644
genindex-C.html File 91.96 KB 0644
genindex-D.html File 57.16 KB 0644
genindex-E.html File 76.25 KB 0644
genindex-F.html File 53.13 KB 0644
genindex-G.html File 72.47 KB 0644
genindex-H.html File 33.95 KB 0644
genindex-I.html File 67.52 KB 0644
genindex-J.html File 8.75 KB 0644
genindex-K.html File 11.99 KB 0644
genindex-L.html File 42.92 KB 0644
genindex-M.html File 50.9 KB 0644
genindex-N.html File 31.77 KB 0644
genindex-O.html File 38.94 KB 0644
genindex-P.html File 179.07 KB 0644
genindex-Q.html File 10.93 KB 0644
genindex-R.html File 75.57 KB 0644
genindex-S.html File 120.13 KB 0644
genindex-Symbols.html File 20.06 KB 0644
genindex-T.html File 47.1 KB 0644
genindex-U.html File 35.49 KB 0644
genindex-V.html File 12.99 KB 0644
genindex-W.html File 24.84 KB 0644
genindex-X.html File 10.93 KB 0644
genindex-Y.html File 7.58 KB 0644
genindex-Z.html File 7.63 KB 0644
genindex-_.html File 40.6 KB 0644
genindex-all.html File 1.14 MB 0644
genindex.html File 7.5 KB 0644
glossary.html File 76.88 KB 0644
index.html File 8.61 KB 0644
license.html File 59.67 KB 0644
modindex.html File 109.72 KB 0644
objects.inv File 112.13 KB 0644
py-modindex.html File 109.72 KB 0644
search.html File 4.48 KB 0644
searchindex.js File 992.24 KB 0644