python 查看源代码
2020-12-13 15:18
阅读:357
标签:源代码 style lin lines nes inspect 路径 get class 使用包inspect 查看模块所在路径: 查看源码: 参考:https://zhuanlan.zhihu.com/p/37095163 python 查看源代码 标签:源代码 style lin lines nes inspect 路径 get class 原文地址:https://www.cnblogs.com/lxc1910/p/11577355.html
1 import inspect
2 from mxnet import contrib
1 inspect.getsourcefile(contrib)
1 inspect.getsourcelines(contrib)
上一篇:Java抽象类和多态
评论
亲,登录后才可以留言!