From ffb07242f75b338c02ba26753c71b09094b931dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=83=B3=E8=A6=81=E6=88=90=E4=B8=BARapStar=E5=90=97?= =?UTF-8?q?=EF=BC=9F?= Date: Wed, 23 Sep 2020 19:54:25 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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解析参考)