mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Align comment for better readability. (GH-26192)
This commit is contained in:
parent
7459208de1
commit
2780df4781
1 changed files with 5 additions and 5 deletions
|
@ -24,16 +24,16 @@ Name methods, members, getsets
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
PyCStructType_Type __new__(), from_address(), __mul__(), from_param()
|
PyCStructType_Type __new__(), from_address(), __mul__(), from_param()
|
||||||
UnionType_Type __new__(), from_address(), __mul__(), from_param()
|
UnionType_Type __new__(), from_address(), __mul__(), from_param()
|
||||||
PyCPointerType_Type __new__(), from_address(), __mul__(), from_param(), set_type()
|
PyCPointerType_Type __new__(), from_address(), __mul__(), from_param(), set_type()
|
||||||
PyCArrayType_Type __new__(), from_address(), __mul__(), from_param()
|
PyCArrayType_Type __new__(), from_address(), __mul__(), from_param()
|
||||||
PyCSimpleType_Type __new__(), from_address(), __mul__(), from_param()
|
PyCSimpleType_Type __new__(), from_address(), __mul__(), from_param()
|
||||||
|
|
||||||
PyCData_Type
|
PyCData_Type
|
||||||
Struct_Type __new__(), __init__()
|
Struct_Type __new__(), __init__()
|
||||||
PyCPointer_Type __new__(), __init__(), _as_parameter_, contents
|
PyCPointer_Type __new__(), __init__(), _as_parameter_, contents
|
||||||
PyCArray_Type __new__(), __init__(), _as_parameter_, __get/setitem__(), __len__()
|
PyCArray_Type __new__(), __init__(), _as_parameter_, __get/setitem__(), __len__()
|
||||||
Simple_Type __new__(), __init__(), _as_parameter_
|
Simple_Type __new__(), __init__(), _as_parameter_
|
||||||
|
|
||||||
PyCField_Type
|
PyCField_Type
|
||||||
PyCStgDict_Type
|
PyCStgDict_Type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue