What is the Variables Loading Policy in Pycharm Python Console AND WHY would I want to use it? I've looked up the doc'n here: Pycharm Variable Loading Policy
and I'm still just as confused as ever. What is the context that "Variable Loading Policy" is in? Policy for what? Which variables?? It's not clear what it means to "load a variable". Yes, I know the diff b/tw synch/asynch. But variables in the script that the console runs get "loaded" regardless of "policy". Why do I care how they get loaded?

