diff --git a/README.md b/README.md index 570401f..af539c4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ # 参考资料 1. https://www.cnblogs.com/olivetree123/p/5067685.html(python动态创建函数) + 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/103665038(python字节码) 3. https://www.jianshu.com/p/2006a8c75bb2(FastAPI动态建模) 4. https://github.com/xonsh/xonsh/pull/3304/files(python AST解析参考)