@@ -24,16 +24,16 @@ Name methods, members, getsets
24
24
==============================================================================
25
25
26
26
PyCStructType_Type __new__(), from_address(), __mul__(), from_param()
27
- UnionType_Type __new__(), from_address(), __mul__(), from_param()
28
- PyCPointerType_Type __new__(), from_address(), __mul__(), from_param(), set_type()
27
+ UnionType_Type __new__(), from_address(), __mul__(), from_param()
28
+ PyCPointerType_Type __new__(), from_address(), __mul__(), from_param(), set_type()
29
29
PyCArrayType_Type __new__(), from_address(), __mul__(), from_param()
30
30
PyCSimpleType_Type __new__(), from_address(), __mul__(), from_param()
31
31
32
32
PyCData_Type
33
- Struct_Type __new__(), __init__()
33
+ Struct_Type __new__(), __init__()
34
34
PyCPointer_Type __new__(), __init__(), _as_parameter_, contents
35
- PyCArray_Type __new__(), __init__(), _as_parameter_, __get/setitem__(), __len__()
36
- Simple_Type __new__(), __init__(), _as_parameter_
35
+ PyCArray_Type __new__(), __init__(), _as_parameter_, __get/setitem__(), __len__()
36
+ Simple_Type __new__(), __init__(), _as_parameter_
37
37
38
38
PyCField_Type
39
39
PyCStgDict_Type
0 commit comments