Define python hooks
nojhan <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAJRERJWv4EnUSM-LGnAVaRJwZ=gimcQ7e1MZvLdqTsGc6R3rnA@mail.gmail.com> |
Hello, I'm currently using several of hook-* and hookpost-* functions with shell commands. I was wondering if there was a way to define such hooks in pure python. For instance, I would like to import a module at startup and use it across all the hooks to manipulate the output of the hooked commands. -- nojhan