Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

finding path of a module in python

from inspect import getmodule
print(getmodule(os))
 
PREVIOUS NEXT
Tagged: #finding #path #module #python
ADD COMMENT
Topic
Name
8+6 =