On Wed, Jan 24, 2018 at 12:33 PM, James E Keenan <jkeenan@pobox.com> wrote: > On 01/24/2018 12:20 PM, Dan Book wrote: > >> From the source code, 'no if' appears to do the same thing as 'use if' >> but runs unimport instead of import. It's not a negation of the condition. >> This is consistent with 'no' and 'use' but the negation is not explained >> very well IMO. >> >> > So, would a proper test then be to import specific functions, then use 'no > if CONDITION, "MODULE" ARGUMENTS to unimport them? > > That should be reasonable, but note that not many modules implement unimport; 'no warnings' is probably the most common usage of 'no'. -DanThread Previous | Thread Next