(self, *args, **kwargs)
| 140 | return self._cobj.__iter__() |
| 141 | |
| 142 | def append(self, *args, **kwargs): |
| 143 | return self._cobj.append(*args, **kwargs) |
| 144 | def associate(self, *args, **kwargs): |
| 145 | return self._cobj.associate(*args, **kwargs) |
| 146 | def close(self, *args, **kwargs): |
no outgoing calls
no test coverage detected