MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / VarObject

Class VarObject

src/pointers/std_structs.py:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125class VarObject(Struct):
126 ob_size: int = raw_type(ctypes.c_ssize_t)
127 ob_refcnt: int = raw_type(ctypes.c_ssize_t)
128 ob_type: StructPointer[TypeObject]
129
130
131class ModuleDef(Struct):

Callers

nothing calls this directly

Calls 1

raw_typeFunction · 0.85

Tested by

no test coverage detected