This should be a no-op unless we want to test raising an error, in which case this should be overridden in a subclass.
(self, name)
| 40 | return self._members |
| 41 | |
| 42 | def Add(self, name): |
| 43 | """ |
| 44 | This should be a no-op unless we want to test raising an error, in |
| 45 | which case this should be overridden in a subclass. |
| 46 | """ |
| 47 | |
| 48 | def Remove(self, name): |
| 49 | """ |
no outgoing calls
no test coverage detected