module documentation

Application data directory support.

Function getDataDirectory Get a data directory for the caller function, or moduleName if given.
def getDataDirectory(moduleName: str = '') -> str: (source)

Get a data directory for the caller function, or moduleName if given.

Parameters
moduleName:strThe module name if you don't wish to have the caller's module.
Returns
strA directory for putting data in.