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