MCPcopy 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
46class RawType(NamedTuple):
47 tp: Type["ctypes._CData"]
48
49
50def raw_type(ct: Type["ctypes._CData"]) -> Any:

Callers 2

_convert_tc_ptrMethod · 0.85
raw_typeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected