Summary of WebKit.ImportManager

You can also browse the complete source file or the generated documentation.


class ImportLock:
    def __init__(self)


class ImportManager(Object):
    def __init__(self)
    def load_module(self, name, file, filename, info)
    def find_module(self, name, path=None)
    def activateImportSpy(self)
    def fileList(self, update=True)
    def notifyOfNewFiles(self, hook)
    def watchFile(self, path, modname=None, getmtime=os.path.getmtime)
    def recordModule(self, mod, isfile=os.path.isfile)
    def recordModules(self, moduleNames=None)
    def recordFile(self, filename, isfile=os.path.isfile)
    def fileUpdated(self, filename, update=True, getmtime=os.path.getmtime)
    def updatedFile(self, update=True, getmtime=os.path.getmtime)
    def delModules(self, includePythonModules=False, excludePrefixes=None)