Update README.md

This commit is contained in:
想要成为RapStar吗? 2020-09-23 19:54:25 +08:00 committed by GitHub
parent 3fa076a8a8
commit ffb07242f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,9 @@
# 参考资料 # 参考资料
1. https://www.cnblogs.com/olivetree123/p/5067685.htmlpython动态创建函数 1. https://www.cnblogs.com/olivetree123/p/5067685.htmlpython动态创建函数
1.1 http://blog.soliloquize.org/2016/07/06/Python%E5%8A%A8%E6%80%81%E5%88%9B%E5%BB%BA%E5%87%BD%E6%95%B0/ 1.1 http://blog.soliloquize.org/2016/07/06/Python%E5%8A%A8%E6%80%81%E5%88%9B%E5%BB%BA%E5%87%BD%E6%95%B0/
2. https://zhuanlan.zhihu.com/p/103665038python字节码 2. https://zhuanlan.zhihu.com/p/103665038python字节码
3. https://www.jianshu.com/p/2006a8c75bb2FastAPI动态建模 3. https://www.jianshu.com/p/2006a8c75bb2FastAPI动态建模
4. https://github.com/xonsh/xonsh/pull/3304/filespython AST解析参考 4. https://github.com/xonsh/xonsh/pull/3304/filespython AST解析参考