MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / _as_parameter_

Method _as_parameter_

pydevd_attach_to_process/winappdbg/window.py:142–147  ·  view source on GitHub ↗

Compatibility with ctypes. Allows passing transparently a Window object to an API call.

(self)

Source from the content-addressed store, hash-verified

140
141 @property
142 def _as_parameter_(self):
143 """
144 Compatibility with ctypes.
145 Allows passing transparently a Window object to an API call.
146 """
147 return self.get_handle()
148
149 def get_handle(self):
150 """

Callers

nothing calls this directly

Calls 1

get_handleMethod · 0.95

Tested by

no test coverage detected