<?xml version="1.0" encoding="latin1" ?> <!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" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=latin1" /> <meta name="generator" content="Docutils 0.4.1: http://docutils.sourceforge.net/" /> <title></title> <link rel="stylesheet" href="style.css" type="text/css" /> </head> <body> <div class="document"> <ul> <li><dl class="first docutils"> <dt>use "inherited" doc strings, i.e. for</dt> <dd><dl class="first docutils"> <dt>class A:</dt> <dd><dl class="first last docutils"> <dt>def meth(self):</dt> <dd><p class="first last">"doc1"</p> </dd> </dl> </dd> <dt>class B(A):</dt> <dd><dl class="first last docutils"> <dt>def meth(self):</dt> <dd><p class="first last">pass</p> </dd> </dl> </dd> </dl> <p class="last">B.meth should display the A.meth docstring, probably with special formatting (italics or so).</p> </dd> </dl> <p>NOT YET DONE (later?)</p> </li> <li><p class="first">add warning about py.test possibly not covering the whole API</p> </li> </ul> </div> </body> </html>