Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 307 Bytes

README.rst

File metadata and controls

10 lines (6 loc) · 307 Bytes

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