Python Notes: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
<pre> | <pre> | ||
#!/usr/bin/env python | |||
from apihelper import info | |||
mything | |||
info(mything) | |||
</pre> | </pre> |
Revision as of 14:57, 25 July 2016
Docs:
- Latest: docs.python.org
- Old release http://docs.python.org/release/2.2.1/lib/module-cgi.html
what's in that object?
https://download.tuxfamily.org/jeremyblog/diveintopython-5.4/py/apihelper.py
then use it like this:
#!/usr/bin/env python from apihelper import info mything info(mything)