The following modules, classes and functions have been tested in a TM NPU context, meaning that these modules, classes and functions, have been used either in full scope or partially within MicroPython scripts in an automated test environment:
Name of module |
Classes and functions |
Notes |
---|---|---|
builtins |
bytearray, bytes, dir, len, list, print, range, round, str, sum, type, Exception, RuntimeError |
Built-In classes and functions comes with MicroPython |
sys |
print_exception, exc_info |
System functions |
ure |
Partially tested |
Regular expressions |
math |
Partially tested |
Mathematical functions |
utime |
Partially tested |
Time related functions |
uarray |
Partially tested |
Arrays of numeric data |
ustruct |
Partially tested |
Pack and unpack primitive data types |
uzlib |
Partially tested |
Compress and decompress files |