drugforge.data.util.utils.get_path_string

drugforge.data.util.utils.get_path_string(module) str[source]

Get the absolute path as a string to an imported module.

Parameters:

module (module) – The module to get the path of.

Returns:

The path of the module as a string.

Return type:

str