Questions tagged [runpy]

31 questions
0
votes
1 answer

What does "fresh module namespace" mean w.r.t. runpy?

http://docs.python.org/2/library/runpy.html#runpy.run_module My question is about this part of the run_module documentation. ... and then executed in a fresh module namespace. What is a "module namespace" in python? In what ways does runpy differ…
Mori B.
  • 13
  • 2
1 2
3