MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / print_dashes

Function print_dashes

python/example_code/ecr/ecr_getting_started.py:42–47  ·  view source on GitHub ↗

Print a line of dashes to separate sections of the output.

()

Source from the content-addressed store, hash-verified

40
41
42def print_dashes():
43 """
44 Print a line of dashes to separate sections of the output.
45 """
46 if not no_art:
47 print("-" * 80)
48
49
50use_press_enter_to_continue = True

Callers 1

runMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected