mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
py/modsys: Initial implementation of sys.getsizeof().
Implemented as a new MP_UNARY_OP. This patch adds support lists, dicts and instances.
This commit is contained in:
@@ -25,7 +25,8 @@ ame__
|
||||
__name__ path argv version
|
||||
version_info implementation platform byteorder
|
||||
maxsize exit stdin stdout
|
||||
stderr modules exc_info print_exception
|
||||
stderr modules exc_info getsizeof
|
||||
print_exception
|
||||
ementation
|
||||
# attrtuple
|
||||
(start=1, stop=2, step=3)
|
||||
|
||||
Reference in New Issue
Block a user