如何查看micropython已安装的库

如何查看micropython已安装的库,想看下里面某个库的具体程序

help('modules')

看文档, 也是可用pip list
pip show xxx
来看已安装的库

你们要的是这个文档么?
https://github.com/micropython/micropython-lib

库文件在这里面看 https://github.com/micropython/micropython/tree/master/drivers