Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/enthought/comtypes
/ PTR
Function
PTR
comtypes/tools/tlbparser.py:18–19 ·
view source on GitHub ↗
(typ)
Source
from the content-addressed store, hash-verified
16
17
18
def
PTR(typ):
19
return
typedesc.PointerType(typ, sizeof(c_void_p) * 8, alignment(c_void_p) * 8)
20
21
22
# basic C data types, with size and alignment in bits
Callers
2
tlbparser.py
File · 0.85
make_type
Method · 0.85
Calls
1
PointerType
Method · 0.80
Tested by
no test coverage detected