Exemplo n.º 1
0
 def expand(self) -> 'amino.List[str]':
     return amino.List(self.msg)
Exemplo n.º 2
0
 def _arg_desc(self) -> 'amino.List[str]':
     return amino.List(self.msg)
Exemplo n.º 3
0
 def expand(self) -> 'amino.list.List':
     return amino.List(self.msg)
Exemplo n.º 4
0
 def _arg_desc(self) -> 'amino.List[str]':
     return amino.List(self.desc, str(self.exc))
Exemplo n.º 5
0
 def _arg_desc(self) -> 'amino.list.List':
     return amino.List(self.msg)