摘要:
cdll.LoadLibrary(...) restype (default is c_int) argtypes (what's the default? c_int?) customized data structure how ctypes wrap c/c++ functions? 阅读全文
posted @ 2016-10-25 17:44
学思罔殆
阅读(304)
评论(0)
推荐(0)
摘要:
1. MRO: method resolution order lookup order: L(MyClass) = [MyClass, merged(L(Base1), L(Base2), Base1, Base2)] 2. super(...) 必须所有的父类都call super, 不然会有不 阅读全文
posted @ 2016-10-25 11:43
学思罔殆
阅读(156)
评论(0)
推荐(0)