Home | History | Annotate | Download | only in idlelib

Lines Matching refs:tgt

40     for tgt in fullname.split('.'):
43 (file, filename, descr) = imp.find_module(tgt, path)
46 module = imp.load_module(tgt, file, filename, descr)