Contribute Media
A thank you to everyone who makes this possible: Read More

Modules are cached

Description

When re-importing a module Python will use the cached version of your module (instead of reevaluating your code). To refresh a module while in the Python REPL, it's best to exit and start a new REPL.

Details

Improve this page