MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / AddRef

Method AddRef

windows/com.py:349–351  ·  view source on GitHub ↗

Default ``AddRef`` implementation that returns ``1``

(self, *args)

Source from the content-addressed store, hash-verified

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``"""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected