Bug #1734111: document struct.Struct.size.

This commit is contained in:
Georg Brandl 2007-08-23 21:21:36 +00:00
parent 4ad9b8206c
commit b7a837d81b
1 changed files with 5 additions and 0 deletions

View File

@ -290,3 +290,8 @@ Compiled Struct objects support the following methods and attributes:
The format string used to construct this Struct object.
.. attribute:: Struct.size
The calculated size of the struct (and hence of the string) corresponding
to :attr:`format`.