Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get the path of a module in python

import inspect
inspect.getfile(<mdule name>)
 
PREVIOUS NEXT
Tagged: #path #module #python
ADD COMMENT
Topic
Name
5+2 =