calcsize90 should be documented now
This commit is contained in:
parent
949a8f5043
commit
1893669833
|
@ -54,10 +54,10 @@
|
|||
//| *s*, *P*, *f*, *d* (the latter 2 depending on the floating-point support).
|
||||
|
||||
|
||||
//| .. function:: calcsize(fmt)
|
||||
//|
|
||||
//| Return the number of bytes needed to store the given fmt.
|
||||
//|
|
||||
//| .. function:: calcsize(fmt)
|
||||
//|
|
||||
//| Return the number of bytes needed to store the given fmt.
|
||||
//|
|
||||
|
||||
STATIC mp_obj_t struct_calcsize(mp_obj_t fmt_in) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue