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