Home | History | Annotate | Download | only in python2.7

Lines Matching refs:pydoc

5 In the Python interpreter, do "from pydoc import help" to provide online
10 Run "pydoc <name>" to show documentation on something. <name> may be
16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
19 Run "pydoc -p <port>" to start an HTTP server on a given port on the
22 For platforms without a command line, "pydoc -g" starts the HTTP server
25 Run "pydoc -w <name>" to write out the HTML documentation for a module
323 # identifies something in a way that pydoc itself has issues handling;
1565 # make pydoc-topics
1743 return '<pydoc.Helper instance>'
2053 pydoc</strong> by Ka-Ping Yee &lt;ping@lfw.org&gt;</font>'''
2117 self.window.title('pydoc')
2306 print 'pydoc server ready at %s' % server.url
2308 print 'pydoc server stopped'
2334 print """pydoc - the Python documentation tool