is it possible on ESP32 to get or print the source of code of python module e.g (code of module hello.py) ?
hello.py
Code: Select all
print("Hello")
but on ESP32 the inspect library is simplified and does not work. Is there a better way, than inspect library?