<!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 — ConfigParser 3.3.0r2-1 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: '3.3.0r2-1',
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>
<link rel="top" title="ConfigParser 3.3.0r2-1 documentation" href="index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="configparser.html">ConfigParser 3.3.0r2-1 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1 id="index">Index</h1>
<div class="genindex-jumpbox">
<a href="#Symbols"><strong>Symbols</strong></a>
| <a href="#A"><strong>A</strong></a>
| <a href="#B"><strong>B</strong></a>
| <a href="#C"><strong>C</strong></a>
| <a href="#D"><strong>D</strong></a>
| <a href="#E"><strong>E</strong></a>
| <a href="#F"><strong>F</strong></a>
| <a href="#G"><strong>G</strong></a>
| <a href="#H"><strong>H</strong></a>
| <a href="#I"><strong>I</strong></a>
| <a href="#M"><strong>M</strong></a>
| <a href="#N"><strong>N</strong></a>
| <a href="#O"><strong>O</strong></a>
| <a href="#P"><strong>P</strong></a>
| <a href="#R"><strong>R</strong></a>
| <a href="#S"><strong>S</strong></a>
| <a href="#W"><strong>W</strong></a>
</div>
<h2 id="Symbols">Symbols</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt>
.ini
</dt>
<dd><dl>
<dt><a href="configparser.html#index-0">file</a>
</dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="A">A</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ConfigParser.add_section">add_section() (configparser.ConfigParser method)</a>
</dt>
<dd><dl>
<dt><a href="configparser.html#configparser.RawConfigParser.add_section">(configparser.RawConfigParser method)</a>
</dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="B">B</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.BasicInterpolation">BasicInterpolation (class in configparser)</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.BOOLEAN_STATES">BOOLEAN_STATES (in module configparser)</a>
</dt>
</dl></td>
</tr></table>
<h2 id="C">C</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ConfigParser">ConfigParser (class in configparser)</a>
</dt>
<dt><a href="configparser.html#module-configparser">configparser (module)</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt>
configuration
</dt>
<dd><dl>
<dt><a href="configparser.html#index-0">file</a>
</dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="D">D</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ConfigParser.defaults">defaults() (configparser.ConfigParser method)</a>
</dt>
<dt><a href="configparser.html#configparser.DuplicateOptionError">DuplicateOptionError</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.DuplicateSectionError">DuplicateSectionError</a>
</dt>
</dl></td>
</tr></table>
<h2 id="E">E</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.Error">Error</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ExtendedInterpolation">ExtendedInterpolation (class in configparser)</a>
</dt>
</dl></td>
</tr></table>
<h2 id="F">F</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt>
file
</dt>
<dd><dl>
<dt><a href="configparser.html#index-0">.ini</a>
</dt>
<dt><a href="configparser.html#index-0">configuration</a>
</dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="G">G</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ConfigParser.get">get() (configparser.ConfigParser method)</a>
</dt>
<dt><a href="configparser.html#configparser.ConfigParser.getboolean">getboolean() (configparser.ConfigParser method)</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ConfigParser.getfloat">getfloat() (configparser.ConfigParser method)</a>
</dt>
<dt><a href="configparser.html#configparser.ConfigParser.getint">getint() (configparser.ConfigParser method)</a>
</dt>
</dl></td>
</tr></table>
<h2 id="H">H</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ConfigParser.has_option">has_option() (configparser.ConfigParser method)</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ConfigParser.has_section">has_section() (configparser.ConfigParser method)</a>
</dt>
</dl></td>
</tr></table>
<h2 id="I">I</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#index-0">ini file</a>
</dt>
<dt><a href="configparser.html#configparser.InterpolationDepthError">InterpolationDepthError</a>
</dt>
<dt><a href="configparser.html#configparser.InterpolationError">InterpolationError</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.InterpolationMissingOptionError">InterpolationMissingOptionError</a>
</dt>
<dt><a href="configparser.html#configparser.InterpolationSyntaxError">InterpolationSyntaxError</a>
</dt>
<dt><a href="configparser.html#configparser.ConfigParser.items">items() (configparser.ConfigParser method)</a>
</dt>
</dl></td>
</tr></table>
<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.MAX_INTERPOLATION_DEPTH">MAX_INTERPOLATION_DEPTH (in module configparser)</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.MissingSectionHeaderError">MissingSectionHeaderError</a>
</dt>
</dl></td>
</tr></table>
<h2 id="N">N</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.NoOptionError">NoOptionError</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.NoSectionError">NoSectionError</a>
</dt>
</dl></td>
</tr></table>
<h2 id="O">O</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ConfigParser.options">options() (configparser.ConfigParser method)</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ConfigParser.optionxform">optionxform() (configparser.ConfigParser method)</a>
</dt>
<dd><dl>
<dt><a href="configparser.html#configparser.optionxform">(in module configparser)</a>
</dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="P">P</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ParsingError">ParsingError</a>
</dt>
</dl></td>
</tr></table>
<h2 id="R">R</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.RawConfigParser">RawConfigParser (class in configparser)</a>
</dt>
<dt><a href="configparser.html#configparser.ConfigParser.read">read() (configparser.ConfigParser method)</a>
</dt>
<dt><a href="configparser.html#configparser.ConfigParser.read_dict">read_dict() (configparser.ConfigParser method)</a>
</dt>
<dt><a href="configparser.html#configparser.ConfigParser.read_file">read_file() (configparser.ConfigParser method)</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ConfigParser.read_string">read_string() (configparser.ConfigParser method)</a>
</dt>
<dt><a href="configparser.html#configparser.ConfigParser.readfp">readfp() (configparser.ConfigParser method)</a>
</dt>
<dt><a href="configparser.html#configparser.ConfigParser.remove_option">remove_option() (configparser.ConfigParser method)</a>
</dt>
<dt><a href="configparser.html#configparser.ConfigParser.remove_section">remove_section() (configparser.ConfigParser method)</a>
</dt>
</dl></td>
</tr></table>
<h2 id="S">S</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.SECTCRE">SECTCRE (in module configparser)</a>
</dt>
<dt><a href="configparser.html#configparser.ConfigParser.sections">sections() (configparser.ConfigParser method)</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ConfigParser.set">set() (configparser.ConfigParser method)</a>
</dt>
<dd><dl>
<dt><a href="configparser.html#configparser.RawConfigParser.set">(configparser.RawConfigParser method)</a>
</dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="W">W</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#index-0">Windows ini file</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="configparser.html#configparser.ConfigParser.write">write() (configparser.ConfigParser method)</a>
</dt>
</dl></td>
</tr></table>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<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="#" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="configparser.html">ConfigParser 3.3.0r2-1 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2013, Ćukasz Langa <lukasz@langa.pl>.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html>
Copyright 2K16 - 2K18 Indonesian Hacker Rulez