摘要: assert语句,如果没记错,这个东西在C或者C++里面也有的。属于短小的断言。下面的是来自python help document的说明: Assert statements are a convenient way to insert debugging assertions into a program: assert语句是一种插入调试断点到程序的一种便捷的方式。 assert语... 阅读全文
posted @ 2013-01-12 00:00 类型安全的心 阅读(24020) 评论(1) 推荐(0)