Skip to content

Latest commit

 

History

History

modpath

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Deteremine the fully qualified module name.

Currently one method is presented, which is to use a function defined within the module and look at fn.__module__.

This implementation uses relative paths, so needs to be tested from the pyplay root directory using:

$ PYTHONPATH=. python -m modpath.main