[ CLASS ] - Response container.
More...
[ CLASS ] - Response container.
◆ __init__()
def mMeco.abstract.responseAbs.ResponseContainer.__init__ |
( |
|
self | ) |
|
Constructor.
- Exceptions
-
- Returns
- None - None.
◆ responses()
def mMeco.abstract.responseAbs.ResponseContainer.responses |
( |
|
self | ) |
|
◆ list()
def mMeco.abstract.responseAbs.ResponseContainer.list |
( |
|
self | ) |
|
◆ getByName()
def mMeco.abstract.responseAbs.ResponseContainer.getByName |
( |
|
self, |
|
|
|
name |
|
) |
| |
Get response by given type.
- Parameters
-
name | [ str | None | in ] - Name of the response. |
- Exceptions
-
ValueError | - If response no response found. |
ValueError | - If response no response found with given type. |
- Returns
- mMeco.abstract.responseAbs.Response - Response class instances.
The documentation for this class was generated from the following file: