/usr/share/doc/python-kid/html/class-kid.util.QuickTextReader.html is in python-kid 0.9.6-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD><META CONTENT="text/html; charset=utf-8" HTTP-EQUIV="Content-Type">
<TITLE>kid.util.QuickTextReader</TITLE>
<LINK HREF="layout.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="http://planet.kid-templating.org/rss20.xml" TYPE="application/rss+xml" REL="alternate" TITLE="RSS 2.0">
</HEAD>
<BODY>
<DIV ID="page">
<H1 CLASS="doc-title"><A HREF="http://www.kid-templating.org/">kid-templating.org</A></H1>
<DIV ID="navcontainer">
<UL ID="navlist">
<LI CLASS="pagenav">
<UL>
<LI CLASS="page_item">
<A HREF="index.html" CLASS="" TITLE="Project Home / Index">Kid</A>
</LI>
<LI CLASS="page_item">
<A HREF="module-index.html" CLASS="" TITLE="kid package and module reference">Modules</A>
</LI>
<LI>
<A HREF="http://www.kid-templating.org/trac/" TITLE="Wiki / Subversion / Roadmap / Bug Tracker">Trac</A>
</LI>
<LI>
<A HREF="http://planet.kid-templating.org/">Blog</A>
</LI>
<LI>
<A HREF="http://lists.sourceforge.net/lists/listinfo/kid-template-discuss" CLASS="" TITLE="Mailing List">Discuss</A>
</LI>
<LI CLASS="page_item">
<A HREF="http://www.kid-templating.org/about">
about kid-templating.org
</A>
</LI>
</UL>
</LI>
</UL>
</DIV>
<HR>
<DIV ID="content">
<H1 CLASS="pudge-member-page-heading">
<TT>QuickTextReader</TT>
</H1>
<P CLASS="pudge-member-parent-link">
<SMALL>
The QuickTextReader class is accessible via the
<A HREF="module-kid.util.html">
<TT>kid.util</TT>
</A> module.
</SMALL>
</P>
<DIV ID="pudge-section-nav">
<UL>
<LI>
<SPAN CLASS="pudge-missing-section-link">
Attributes
</SPAN>
</LI><LI>
<A HREF="#methods" CLASS="pudge-section-link">
Methods (2)
</A>
</LI>
<LI>
<A HREF="kid/util.py.html?f=1&l=9#1" CLASS="pudge-section-link">
Source
</A>
</LI>
</UL>
</DIV>
<DIV STYLE="clear: left"></DIV>
<HR>
<A NAME="methods"></A>
<H2>Methods</H2>
<DIV CLASS="pudge-member routine ">
<A NAME="__init__"></A>
<H4 CLASS="pudge-member-name"><SPAN CLASS="prefix">f</SPAN>
<TT><A HREF="class-kid.util.QuickTextReader.html#__init__" CLASS="pudge-obj-link">__init__</A>(self, text)</TT>
<A HREF="kid/util.py.html?f=2&l=4#2" TITLE="View Source">...</A>
</H4>
<DIV CLASS="pudge-section rst">
</DIV>
</DIV><DIV CLASS="pudge-member routine ">
<A NAME="read"></A>
<H4 CLASS="pudge-member-name"><SPAN CLASS="prefix">f</SPAN>
<TT><A HREF="class-kid.util.QuickTextReader.html#read" CLASS="pudge-obj-link">read</A>(self, amount)</TT>
<A HREF="kid/util.py.html?f=5&l=9#5" TITLE="View Source">...</A>
</H4>
<DIV CLASS="pudge-section rst">
</DIV>
</DIV>
<P>
<SMALL>
See
<A HREF="kid/util.py.html?f=1&l=9#1" TITLE="kid/util.py:1">the source</A>
for more information.
</SMALL>
</P>
</DIV>
<DIV ID="footer">
<P STYLE="float: left;">
This documentation is licensed under the
<A HREF="doc-license.html" TITLE="Documentation License">GNU Free Documentation License</A>
<BR>
built with
<A HREF="http://lesscode.org/projects/pudge/">pudge/0.1.1</A><BR>
original design by
<A HREF="http://blog.ratterobert.com/">ratter / robert</A><BR>
</P>
<DIV>
<BR>
<A NAME="search">
<FORM ACTION="http://lesscode.org/blog/index.php" METHOD="get" ID="searchform">
<DIV>
<INPUT TYPE="text" NAME="s" VALUE="" ID="s">
<INPUT TYPE="submit" ID="searchsubmit" VALUE="Search">
</DIV>
</FORM>
</A>
<BR>
</DIV>
</DIV>
</DIV>
</BODY>
</HTML>
|