Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ZeroIntensity/pointers.py
/ raw_type
Function
raw_type
src/pointers/util.py:50–52 ·
view source on GitHub ↗
Set a raw ctypes type for a struct.
(ct: Type["ctypes._CData"])
Source
from the content-addressed store, hash-verified
48
49
50
def
raw_type(ct: Type[
"ctypes._CData"
]) -> Any:
51
""
"Set a raw ctypes type for a struct."
""
52
return
RawType(ct)
53
54
55
def
stop_handler() -> None:
Callers
2
Buffer
Class · 0.85
VarObject
Class · 0.85
Calls
1
RawType
Class · 0.85
Tested by
no test coverage detected