Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f076f53 commit e459750Copy full SHA for e459750
1 file changed
Doc/library/ctypes.rst
@@ -1909,8 +1909,8 @@ Utility functions
1909
1910
.. function:: sizeof(obj_or_type)
1911
1912
- Returns the size in bytes of a ctypes type or instance memory buffer. Does the
1913
- same as the C ``sizeof()`` function.
+ Returns the size in bytes of a ctypes type or instance memory buffer.
+ Does the same as the C ``sizeof`` operator.
1914
1915
1916
.. function:: string_at(address, size=-1)
0 commit comments