| 117 | SMALL_RECT = _SMALL_RECT |
| 118 | |
| 119 | class _COORD(ctypes.Structure): |
| 120 | _fields_ = [('X', SHORT), |
| 121 | ('Y', SHORT)] |
| 122 | |
| 123 | class POINT(ctypes.Structure): |
| 124 | _fields_ = [("x", LONG), |
no outgoing calls
no test coverage detected
searching dependent graphs…