Searched defs:__import__ (Results 1 – 4 of 4) sorted by relevance
52 __import__ = util.__import__['Source'] variable in ImportlibUseCache
138 __import__ = util.__import__['Source'] variable in Setting__package__
106 __import__ = {'Frozen': staticmethod(builtins.__import__), variable
1117 def __import__(name, globals=None, locals=None, fromlist=(), level=0): function