Answers for "find the location of python package"

2

find location of library python linux

import module_name

print(module_name.__file__)
Posted by: Guest on April-18-2020
1

python find location of module

import mymodule
mymodule.__file__
Posted by: Guest on March-29-2021

Code answers related to "find the location of python package"

Python Answers by Framework

Browse Popular Code Answers by Language