Re: a short-cut command for globals().clear() ??

2008-09-22 Thread CapnBearbossa
On Sep 22, 5:52 pm, Matimus <[EMAIL PROTECTED]> wrote: > On Sep 22, 2:31 pm, [EMAIL PROTECTED] wrote: > > > > > hi all, > > > forgive me , but the RTFM and Google search approaches are not > > yielding an answer on this question.  I need to know if there's a top > > level python interpreter command

a short-cut command for globals().clear() ??

2008-09-22 Thread CapnBearbossa
hi all, forgive me , but the RTFM and Google search approaches are not yielding an answer on this question. I need to know if there's a top level python interpreter command that clears all user variables (not built-ins) from the global namespace. In other words a statement, or some_command_or_fu