File: pylons.controllers.html

package info (click to toggle)
pylons 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,700 kB
  • sloc: python: 3,991; makefile: 38
file content (29 lines) | stat: -rw-r--r-- 995 bytes parent folder | download | duplicates (2)
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
<html>
<head>
<title>pylons.controllers</title>
</head>
<body>
pylons.controllers
<style>
.coverage pre {float: left; margin: 0px 1em; border: none;
               padding: 0px; }
.num pre { margin: 0px }
.nocov, .nocov pre {background-color: #faa}
.cov, .cov pre {background-color: #cfc}
div.coverage div { clear: both; height: 1.1em}
</style>
<div class="stats">
Covered: 3 lines<br/>
Missed: 0 lines<br/>
Skipped 1 lines<br/>
Percent: 100 %<br/>

</div>
<div class="coverage">
<div class="cov"><span class="num"><pre>1</pre></span><pre>&quot;&quot;&quot;Standard Controllers intended for subclassing by web developers&quot;&quot;&quot;</pre></div>
<div class="cov"><span class="num"><pre>2</pre></span><pre>from pylons.controllers.core import WSGIController</pre></div>
<div class="cov"><span class="num"><pre>3</pre></span><pre>from pylons.controllers.xmlrpc import XMLRPCController</pre></div>
<div class="skip"><span class="num"><pre>4</pre></span><pre></pre></div>
</div>
</body>
</html>