/prebuilts/gdb/linux-x86/bin/ |
H A D | pydoc | 3 import pydoc 5 pydoc.cli()
|
/prebuilts/python/darwin-x86/2.7.5/bin/ |
H A D | pydoc | 3 import pydoc 5 pydoc.cli()
|
/prebuilts/python/linux-x86/2.7.5/bin/ |
H A D | pydoc | 3 import pydoc 5 pydoc.cli()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
H A D | test_pydoc.py | 6 import pydoc namespace 191 Runs pydoc on the specified module. Returns the stripped 192 output of pydoc. 196 rc, out, err = assert_python_ok('-B', pydoc.__file__, *args, **env) 200 "Returns pydoc generated output as html" 201 doc = pydoc.HTMLDoc() 209 "Returns pydoc generated output as text" 210 doc = pydoc.TextDoc() 217 # cleanup the extra text formatting that pydoc preforms 273 adoc = pydoc [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
H A D | test_pydoc.py | 6 import pydoc namespace 191 Runs pydoc on the specified module. Returns the stripped 192 output of pydoc. 196 rc, out, err = assert_python_ok('-B', pydoc.__file__, *args, **env) 200 "Returns pydoc generated output as html" 201 doc = pydoc.HTMLDoc() 209 "Returns pydoc generated output as text" 210 doc = pydoc.TextDoc() 217 # cleanup the extra text formatting that pydoc preforms 273 adoc = pydoc [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
H A D | test_pydoc.py | 6 import pydoc namespace 191 Runs pydoc on the specified module. Returns the stripped 192 output of pydoc. 196 rc, out, err = assert_python_ok('-B', pydoc.__file__, *args, **env) 200 "Returns pydoc generated output as html" 201 doc = pydoc.HTMLDoc() 209 "Returns pydoc generated output as text" 210 doc = pydoc.TextDoc() 217 # cleanup the extra text formatting that pydoc preforms 273 adoc = pydoc [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
H A D | test_pydoc.py | 6 import pydoc namespace 191 Runs pydoc on the specified module. Returns the stripped 192 output of pydoc. 196 rc, out, err = assert_python_ok('-B', pydoc.__file__, *args, **env) 200 "Returns pydoc generated output as html" 201 doc = pydoc.HTMLDoc() 209 "Returns pydoc generated output as text" 210 doc = pydoc.TextDoc() 217 # cleanup the extra text formatting that pydoc preforms 273 adoc = pydoc [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
H A D | cgitb.py | 28 import pydoc namespace 109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading( 111 strong(pydoc.html.escape(str(etype))), 122 link = '<a href="file://%s">%s</a>' % (file, pydoc.html.escape(file)) 130 formatvalue=lambda value: '=' + pydoc.html.repr(value)) 146 line = '<tt>=>%s%s</tt>' % (num, pydoc.html.preformat(line)) 149 line = '<tt> %s%s</tt>' % (num, pydoc.html.preformat(line)) 164 dump.append('%s = %s' % (name, pydoc.html.repr(value))) 173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))), 174 pydoc [all...] |
H A D | DocXMLRPCServer.py | 4 serve pydoc-style documentation in response to HTTP 9 This module is built upon the pydoc and SimpleXMLRPCServer 13 import pydoc namespace 23 class ServerHTMLDoc(pydoc.HTMLDoc): 24 """Class used to generate pydoc HTML document for a server""" 99 docstring = pydoc.getdoc(object) 130 'Methods', '#ffffff', '#eeaa77', pydoc.join(contents))
|
H A D | SimpleXMLRPCServer.py | 343 import pydoc namespace 344 return pydoc.getdoc(method)
|
H A D | site.py | 446 This is a wrapper around pydoc.help (with a twist). 454 import pydoc namespace 455 return pydoc.help(*args, **kwds)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
H A D | cgitb.py | 28 import pydoc namespace 109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading( 111 strong(pydoc.html.escape(str(etype))), 122 link = '<a href="file://%s">%s</a>' % (file, pydoc.html.escape(file)) 130 formatvalue=lambda value: '=' + pydoc.html.repr(value)) 146 line = '<tt>=>%s%s</tt>' % (num, pydoc.html.preformat(line)) 149 line = '<tt> %s%s</tt>' % (num, pydoc.html.preformat(line)) 164 dump.append('%s = %s' % (name, pydoc.html.repr(value))) 173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))), 174 pydoc [all...] |
H A D | DocXMLRPCServer.py | 4 serve pydoc-style documentation in response to HTTP 9 This module is built upon the pydoc and SimpleXMLRPCServer 13 import pydoc namespace 23 class ServerHTMLDoc(pydoc.HTMLDoc): 24 """Class used to generate pydoc HTML document for a server""" 99 docstring = pydoc.getdoc(object) 130 'Methods', '#ffffff', '#eeaa77', pydoc.join(contents))
|
H A D | SimpleXMLRPCServer.py | 343 import pydoc namespace 344 return pydoc.getdoc(method)
|
H A D | site.py | 446 This is a wrapper around pydoc.help (with a twist). 454 import pydoc namespace 455 return pydoc.help(*args, **kwds)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
H A D | cgitb.py | 28 import pydoc namespace 109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading( 111 strong(pydoc.html.escape(str(etype))), 122 link = '<a href="file://%s">%s</a>' % (file, pydoc.html.escape(file)) 130 formatvalue=lambda value: '=' + pydoc.html.repr(value)) 146 line = '<tt>=>%s%s</tt>' % (num, pydoc.html.preformat(line)) 149 line = '<tt> %s%s</tt>' % (num, pydoc.html.preformat(line)) 164 dump.append('%s = %s' % (name, pydoc.html.repr(value))) 173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))), 174 pydoc [all...] |
H A D | DocXMLRPCServer.py | 4 serve pydoc-style documentation in response to HTTP 9 This module is built upon the pydoc and SimpleXMLRPCServer 13 import pydoc namespace 23 class ServerHTMLDoc(pydoc.HTMLDoc): 24 """Class used to generate pydoc HTML document for a server""" 99 docstring = pydoc.getdoc(object) 130 'Methods', '#ffffff', '#eeaa77', pydoc.join(contents))
|
H A D | SimpleXMLRPCServer.py | 343 import pydoc namespace 344 return pydoc.getdoc(method)
|
H A D | site.py | 446 This is a wrapper around pydoc.help (with a twist). 454 import pydoc namespace 455 return pydoc.help(*args, **kwds)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
H A D | cgitb.py | 28 import pydoc namespace 109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading( 111 strong(pydoc.html.escape(str(etype))), 122 link = '<a href="file://%s">%s</a>' % (file, pydoc.html.escape(file)) 130 formatvalue=lambda value: '=' + pydoc.html.repr(value)) 146 line = '<tt>=>%s%s</tt>' % (num, pydoc.html.preformat(line)) 149 line = '<tt> %s%s</tt>' % (num, pydoc.html.preformat(line)) 164 dump.append('%s = %s' % (name, pydoc.html.repr(value))) 173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))), 174 pydoc [all...] |
H A D | DocXMLRPCServer.py | 4 serve pydoc-style documentation in response to HTTP 9 This module is built upon the pydoc and SimpleXMLRPCServer 13 import pydoc namespace 23 class ServerHTMLDoc(pydoc.HTMLDoc): 24 """Class used to generate pydoc HTML document for a server""" 99 docstring = pydoc.getdoc(object) 130 'Methods', '#ffffff', '#eeaa77', pydoc.join(contents))
|
H A D | SimpleXMLRPCServer.py | 343 import pydoc namespace 344 return pydoc.getdoc(method)
|
H A D | site.py | 446 This is a wrapper around pydoc.help (with a twist). 454 import pydoc namespace 455 return pydoc.help(*args, **kwds)
|
/prebuilts/devtools/tools/lib/ |
H A D | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ... |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
H A D | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ... |