class documentation

class ACMEContainerRequests(Vertical):

Constructor: ACMEContainerRequests(id)

View In Hierarchy

Requests view for the ACME text UI.

Method __init__ Initialize the Requests view.
Method compose Compose the view.
Method on_show Called when the view is shown.
Property requestsView The requests view.
Instance Variable _requestsView The requests view.
def __init__(self, id: str):

Initialize the Requests view.

Parameters
id:strThe ID of the view.
def compose(self) -> ComposeResult:

Compose the view.

Yields
The widgets of the view.
def on_show(self):

Called when the view is shown.

@property
requestsView: ACMEViewRequests =

The requests view.

Returns
The requests view.
_requestsView =

The requests view.