Skip to content

Instantly share code, notes, and snippets.

@okdolly-001
Created May 16, 2018 06:32
Show Gist options
  • Select an option

  • Save okdolly-001/3b1084f9cfc6a45a767c1b385b8f054b to your computer and use it in GitHub Desktop.

Select an option

Save okdolly-001/3b1084f9cfc6a45a767c1b385b8f054b to your computer and use it in GitHub Desktop.
Check python module os path
import os.path
import my_module
print(os.path.abspath(my_module.__file__))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment