xsdata.utils.package module

xsdata.utils.package.package_path(package)[source]

Join the current working path with the package name.

Parameters

package (str) –

Return type

Path

xsdata.utils.package.module_path(module)[source]

Join the current working path with the given module name.

Parameters

module (str) –

Return type

Path