from package import * without overwriting similarly named functions?

Reckoner reckoner at gmail.com
Fri Oct 24 14:06:54 EDT 2008


I have multiple packages that have many of the same function names. Is
it possible to do

from package1 import *
from package2 import *

without overwriting similarly named objects from package1 with
material in package2? How about a way to do this that at least gives a
warning?

Thanks.



More information about the Python-list mailing list