Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #24390
| Subject | Re: Getting lazy with decorators |
|---|---|
| From | "Stefan H. Holek" <stefan@epy.co.at> |
| Date | 2012-06-24 12:44 +0200 |
| References | <9d0c01f4-4430-4a45-8776-20d8dede9e14@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1453.1340535958.4697.python-list@python.org> (permalink) |
On 24.06.2012, at 03:58, Josh English wrote: > I'm creating a cmd.Cmd class, and I have developed a helper method to easily handle help_xxx methods. When I need custom help processing I tend to simply override do_help(). Stefan <plug> http://pypi.python.org/pypi/kmd </plug> -- Stefan H. Holek stefan@epy.co.at
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Getting lazy with decorators Josh English <Joshua.R.English@gmail.com> - 2012-06-23 18:58 -0700
Re: Getting lazy with decorators Peter Otten <__peter__@web.de> - 2012-06-24 10:07 +0200
Re: Getting lazy with decorators Josh English <Joshua.R.English@gmail.com> - 2012-06-25 13:04 -0700
Re: Getting lazy with decorators Peter Otten <__peter__@web.de> - 2012-06-26 08:57 +0200
Re: Getting lazy with decorators Josh English <Joshua.R.English@gmail.com> - 2012-06-27 16:09 -0700
Re: Getting lazy with decorators Josh English <Joshua.R.English@gmail.com> - 2012-06-27 16:09 -0700
Re: Getting lazy with decorators Peter Otten <__peter__@web.de> - 2012-06-26 09:03 +0200
Re: Getting lazy with decorators Josh English <Joshua.R.English@gmail.com> - 2012-06-25 13:04 -0700
Re: Getting lazy with decorators "Stefan H. Holek" <stefan@epy.co.at> - 2012-06-24 12:44 +0200
csiph-web