0

I'm trying to find a way to reload a module such that after any methods should be faithfully reflected after the reload. I've tried reload(), but if I remove a method in run-time, the method can still be called. It seems methods missing in run-time aren't faithfully reflected. Is my observation correct? If so, is there a way more faithful?

Thanks

Kar
  • 5,723
  • 7
  • 49
  • 82
  • possible duplicate of [How to reload a Python module?](http://stackoverflow.com/questions/437589/how-to-reload-a-python-module) –  Feb 16 '15 at 13:21
  • My point is a *faithful* reload and I've already suggested issues with `reload()`. – Kar Feb 16 '15 at 13:30

0 Answers0