201 @exception RuntimeError to indicate that this method must be |
201 @exception RuntimeError to indicate that this method must be |
202 implemented by a subclass |
202 implemented by a subclass |
203 """ |
203 """ |
204 raise RuntimeError('Not implemented') |
204 raise RuntimeError('Not implemented') |
205 |
205 |
206 return tuple() |
206 return () |
207 |
207 |
208 def _getInfo(self): |
208 def _getInfo(self): |
209 """ |
209 """ |
210 Protected method implementing the real info action. |
210 Protected method implementing the real info action. |
211 |
211 |