mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
docs/sys: Document sys.modules.
This commit is contained in:
@@ -33,6 +33,11 @@ Constants
|
||||
|
||||
the byte order of the system ("little" or "big")
|
||||
|
||||
.. data:: modules
|
||||
|
||||
Dictionary of loaded modules. On some ports, it may not include builtin
|
||||
modules.
|
||||
|
||||
.. data:: path
|
||||
|
||||
a mutable list of directories to search for imported modules
|
||||
|
||||
Reference in New Issue
Block a user