Searched refs:custom_import (Results 1 – 2 of 2) sorted by relevance
4 def custom_import(name, globals, locals, fromlist, level): function15 __import__("builtins").__import__ = custom_import
23 def custom_import(name, globals, locals, fromlist, level): function29 builtins.__import__ = custom_import
Completed in 3 milliseconds