Calling __import__ as a method technically works, but really should be wrapped
in a staticmethod. This is important for when __import__ is set to a function defined in Python instead of C.
Showing
Please register or sign in to comment
in a staticmethod. This is important for when __import__ is set to a function defined in Python instead of C.