superexacttestpy.tl.formating
- superexacttestpy.tl.formating(barcode, names, collapse=' & ')
Format a barcode to a string
- Parameters:
- Returns:
The formatted barcode
- Return type:
Example
>>> formating("011",["First","Second","Third"]) ... 'Second & Third'