config
Configuration settings for the Pointblank library.
USAGE
config(=True,
report_incl_header=True,
report_incl_footer=True,
preview_incl_header )
Parameters
report_incl_header :
bool
= True-
This controls whether the header should be present in the validation table report. The header contains the table name, label information, and might contain global failure threshold levels (if set).
report_incl_footer :
bool
= True-
Should the footer of the validation table report be displayed? The footer contains the starting and ending times of the interrogation.
preview_incl_header :
bool
= True-
Whether the header should be present in any preview table (generated via the
preview()
function).
Returns
PointblankConfig
-
A
PointblankConfig
object with the specified configuration settings.