net_benchmark.utils.messages

Functions

error(msg)

info(msg)

positive(msg)

success(msg)

summary_box(lines[, max_width])

Return a colored ASCII box with the given lines inside, wrapping long lines.

warning(msg)

net_benchmark.utils.messages.info(msg)[source]
Return type:

str

net_benchmark.utils.messages.success(msg)[source]
Return type:

str

net_benchmark.utils.messages.positive(msg)[source]
Return type:

str

net_benchmark.utils.messages.warning(msg)[source]
Return type:

str

net_benchmark.utils.messages.error(msg)[source]
Return type:

str

net_benchmark.utils.messages.summary_box(lines, max_width=100)[source]

Return a colored ASCII box with the given lines inside, wrapping long lines.

Return type:

str