Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Module ImportManager :: Class Owner |
|
DirOwner
,
ImportDirector
An Owner does imports from a particular piece of turf That is, there's an Owner for each thing on sys.path There are owners for directories and .pyz files. There could be owners for zip files, or even URLs. A shadowpath (a dictionary mapping the names in sys.path to their owners) is used so that sys.path (or a package's __path__) is still a bunch of strings,
Method Summary | |
---|---|
__init__(self,
path)
| |
__str__(self)
| |
getmod(self,
nm)
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:11 2003 | http://epydoc.sf.net |