Functions

These are the functions for the tempate package:

template.module.covered(string='covered')

prints a string

Parameters

string (int) – the string to be printed

Returns

exit code – 0

Return type

int

template.module.uncovered()

this function does absolutely nothing

Returns

Nothing

Return type

None