1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>sre</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<h1 class="toc">Module sre</h1>
<hr />
<h2 class="toc">Classes</h2>
<div class="private">
<a target="mainFrame" href="sre.Scanner-class.html"
>Scanner</a><br /> </div>
<a target="mainFrame" href="sre_constants.error-class.html"
>error</a><br /> <h2 class="toc">Functions</h2>
<div class="private">
<a target="mainFrame" href="sre-module.html#_compile"
>_compile</a><br /> </div>
<div class="private">
<a target="mainFrame" href="sre-module.html#_compile_repl"
>_compile_repl</a><br /> </div>
<div class="private">
<a target="mainFrame" href="sre-module.html#_expand"
>_expand</a><br /> </div>
<div class="private">
<a target="mainFrame" href="sre-module.html#_pickle"
>_pickle</a><br /> </div>
<div class="private">
<a target="mainFrame" href="sre-module.html#_subx"
>_subx</a><br /> </div>
<a target="mainFrame" href="sre-module.html#compile"
>compile</a><br /> <a target="mainFrame" href="sre-module.html#escape"
>escape</a><br /> <a target="mainFrame" href="sre-module.html#findall"
>findall</a><br /> <a target="mainFrame" href="sre-module.html#finditer"
>finditer</a><br /> <a target="mainFrame" href="sre-module.html#match"
>match</a><br /> <a target="mainFrame" href="sre-module.html#purge"
>purge</a><br /> <a target="mainFrame" href="sre-module.html#search"
>search</a><br /> <a target="mainFrame" href="sre-module.html#split"
>split</a><br /> <a target="mainFrame" href="sre-module.html#sub"
>sub</a><br /> <a target="mainFrame" href="sre-module.html#subn"
>subn</a><br /> <a target="mainFrame" href="sre-module.html#template"
>template</a><br /> <h2 class="toc">Variables</h2>
<div class="private">
<a target="mainFrame" href="sre-module.html#DEBUG"
>DEBUG</a><br /> </div>
<a target="mainFrame" href="sre-module.html#DOTALL"
>DOTALL</a><br /> <a target="mainFrame" href="sre-module.html#I"
>I</a><br /> <a target="mainFrame" href="sre-module.html#IGNORECASE"
>IGNORECASE</a><br /> <a target="mainFrame" href="sre-module.html#L"
>L</a><br /> <a target="mainFrame" href="sre-module.html#LOCALE"
>LOCALE</a><br /> <a target="mainFrame" href="sre-module.html#M"
>M</a><br /> <a target="mainFrame" href="sre-module.html#MULTILINE"
>MULTILINE</a><br /> <a target="mainFrame" href="sre-module.html#S"
>S</a><br /> <div class="private">
<a target="mainFrame" href="sre-module.html#T"
>T</a><br /> </div>
<div class="private">
<a target="mainFrame" href="sre-module.html#TEMPLATE"
>TEMPLATE</a><br /> </div>
<a target="mainFrame" href="sre-module.html#U"
>U</a><br /> <a target="mainFrame" href="sre-module.html#UNICODE"
>UNICODE</a><br /> <a target="mainFrame" href="sre-module.html#VERBOSE"
>VERBOSE</a><br /> <a target="mainFrame" href="sre-module.html#X"
>X</a><br /> <div class="private">
<a target="mainFrame" href="sre-module.html#_MAXCACHE"
>_MAXCACHE</a><br /> </div>
<div class="private">
<a target="mainFrame" href="sre-module.html#_cache"
>_cache</a><br /> </div>
<div class="private">
<a target="mainFrame" href="sre-module.html#_cache_repl"
>_cache_repl</a><br /> </div>
<hr />
<span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|