How do you use `help` when write your code

Roy Smith roy at panix.com
Sun Jul 6 14:48:26 EDT 2014


In article <53b98cf2$0$29985$c3e8da3$5496439d at news.astraweb.com>,
 Steven D'Aprano <steve+comp.lang.python at pearwood.info> wrote:

> I have a monkey-patched version of dir() which takes a second 
> argument, a glob, to filter the list of names returned:

Neat idea, but globs are for wimps.  All the cool kids are using 
regexes.  See that other thread over there ==>



More information about the Python-list mailing list