Mercurial > python-cmd2
comparison docs/pycon2010/pycon2010.rst @ 363:2b2836b783be
added hook pic
author | cat@eee |
---|---|
date | Thu, 18 Feb 2010 13:45:43 -0500 |
parents | 18e8487be095 |
children | 29221236d1a1 |
comparison
equal
deleted
inserted
replaced
362:18e8487be095 | 363:2b2836b783be |
---|---|
139 .. do_methods; more help | 139 .. do_methods; more help |
140 | 140 |
141 Hooks | 141 Hooks |
142 ===== | 142 ===== |
143 | 143 |
144 .. image:: hook.jpeg | 144 .. image:: hook.jpg |
145 :height: 250px | 145 :height: 250px |
146 | |
147 preloop, postloop, precmd, postcmd | |
146 | 148 |
147 Hooks: pirate3.py | 149 Hooks: pirate3.py |
148 ================= | 150 ================= |
149 | 151 |
150 :: | 152 :: |
288 | 290 |
289 sqlpython features | 291 sqlpython features |
290 ================== | 292 ================== |
291 | 293 |
292 Everything in ``cmd2`` | 294 Everything in ``cmd2`` |
295 (scripts, redirection, py) | |
293 | 296 |
294 Multi connections | 297 Multi connections |
295 | 298 |
296 ls, grep | 299 ls, grep |
297 | 300 |
298 Output to html, csv, inserts, bar graphs | 301 Output to html, csv, inserts, bar graphs |
299 | 302 |
300 | 303 py session with bind variables |
304 | |
305 | |
306 | |
307 |