in3Utils.cfgUtils.getModPathName

getModPathName(module)[source]

get the path and name of a module from imported module

Parameters

module (imported module)

Returns

  • modPath (pathlib path) – path to directory where module is located

  • modName (str) – name of module