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:

what's in that object?

https://download.tuxfamily.org/jeremyblog/diveintopython-5.4/py/apihelper.py

/apihelper.py

/apihelper.py - short

then use it like this:

#!/usr/bin/env python

from apihelper import info

mything

info(mything)