MCPcopy Index your code
hub / github.com/python/cpython / _COORD

Class _COORD

Lib/ctypes/wintypes.py:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117SMALL_RECT = _SMALL_RECT
118
119class _COORD(ctypes.Structure):
120 _fields_ = [('X', SHORT),
121 ('Y', SHORT)]
122
123class POINT(ctypes.Structure):
124 _fields_ = [("x", LONG),

Callers 1

_scrollMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…