How to reload local namespace definitions in the python interpreter?

Bill Mill bill.mill at gmail.com
Mon Apr 4 15:23:08 EDT 2005


On Apr 4, 2005 11:10 AM, Steve Holden <steve at holdenweb.com> wrote:
> Tim Jarman wrote:
> > test1dellboy3 at yahoo.co.uk wrote:
> >
> >
> >>Hi,
> >>
> >>I am a beginner using the python interpreter. To reduce typing effort,
> >>I created a module called "aliases.py" containing some aliases for
> >>objects I commonly use like -
> >>
> >>aliases.py :
> >>
> >>
> >>import filecmp, os, commands
> >>
> >>op = os.path
<snip>
> > By the way, are you aware of the import ... as ... idiom?
> > e.g. import os.path as op
> >
> 
> This would, of course, require the user to qualify the names by
> prefixing them with "op.".
> 

What the OP listed above requires that too.

Peace
Bill Mill
bill.mill at gmail.com



More information about the Python-list mailing list