Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ZeroIntensity/pointers.py
/ RawType
Class
RawType
src/pointers/util.py:46–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
46
class
RawType(NamedTuple):
47
tp: Type[
"ctypes._CData"
]
48
49
50
def
raw_type(ct: Type[
"ctypes._CData"
]) -> Any:
Callers
2
_convert_tc_ptr
Method · 0.85
raw_type
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected