python force realod code example Example: python force realod from importlib import reload import foo foo = reload(foo)