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