Functions
These are the functions for the tempate package:
- template.dumpPackageData()
Dumps the PackageData yaml to a dictionary form
- Returns
packageData object –
- object with the following structure:
- package_data:
[path]: [filename1, filename2, …]
- unpackage_data:
[path]: [filename1, filename2, …]
- Return type
dict
- template.module.uncovered()
this function does absolutely nothing
- Returns
Nothing
- Return type
None