MCPcopy Index your code
hub / github.com/python/cpython / wintypes.py

File wintypes.py

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

Source from the content-addressed store, hash-verified

1# The most useful windows datatypes
2import ctypes
3
4BYTE = ctypes.c_ubyte

Callers

nothing calls this directly

Calls 1

sizeofMethod · 0.80

Tested by

no test coverage detected