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

Method from_PSAFEARRAY

windows/com.py:99–101  ·  view source on GitHub ↗
(self, psafearray)

Source from the content-addressed store, hash-verified

97
98 @classmethod
99 def from_PSAFEARRAY(self, psafearray):
100 res = cast(psafearray, POINTER(SafeArray))[0]
101 return res
102
103 def to_list(self, t=None):
104 if t is None:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected