awsc.termui.control.BorderStyle

class awsc.termui.control.BorderStyle(chars=None)

Defines a border character set.

Attributes:
charslist(str)

A 6-element list which contains the border characters for the top/bottom, left/right sides, followed by the top left, top right, bottom left and bottom right corners.

__init__(chars=None)

Initializes a BorderStyle object.

Parameters:
charslist(str)

A 6-element list which contains the border characters for the top/bottom, left/right sides, followed by the top left, top right, bottom left and bottom right corners.

Methods

__init__([chars])

Initializes a BorderStyle object.

Attributes

bottomleft

Read-only property for the bottom left corner border character.

bottomright

Read-only property for the bottom right corner border character.

horizontal

Read-only property for the horizontal border character.

topleft

Read-only property for the top left corner border character.

topright

Read-only property for the top right corner border character.

vertical

Read-only property for the vertical border character.