
python
Never-SayNever
这个作者很懒,什么都没留下…
展开
-
python decorator
http://www.cnblogs.com/SeasonLee/articles/1719444.htmldef salesgirl(method): def serve(*args): print "Salesgirl:Hello, what do you want?", method.__name__ result = method(*args)转载 2017-03-08 16:45:29 · 214 阅读 · 0 评论 -
python unittest/pyunit
http://blog.youkuaiyun.com/hackerain/article/details/24095117 http://www.ibm.com/developerworks/cn/linux/l-pyunit/ https://docs.python.org/2/library/unittest.html#unittest.TestCase.assertIsInstance Test转载 2017-03-08 16:50:26 · 592 阅读 · 0 评论