First time here? Check out the FAQ!

Revision history  [back]

You can also locate runpy with at any python prompt:

import runpy
print(runpy.__file__)