Default ``AddRef`` implementation that returns ``1``
(self, *args)
| 347 | return E_NOINTERFACE |
| 348 | |
| 349 | def AddRef(self, *args): |
| 350 | """Default ``AddRef`` implementation that returns ``1``""" |
| 351 | return 1 |
| 352 | |
| 353 | def Release(self, *args): |
| 354 | """Default ``Release`` implementation that returns ``1``""" |
no outgoing calls
no test coverage detected