摘要: A MonkeyPatch is a piece of Python code which extends or modifies other code at runtime (typically at startup). A simple example looks like this: For 阅读全文
posted @ 2016-08-03 21:22 弋痕夕的残影 阅读(160) 评论(0) 推荐(0)
摘要: from stack overflow:http://stackoverflow.com/questions/100003/what-is-a-metaclass-in-python Classes as objects Before understanding metaclasses, you n 阅读全文
posted @ 2016-08-03 20:33 弋痕夕的残影 阅读(245) 评论(0) 推荐(0)