Insta field
Merge request reports
Activity
272 272 raise Exception("ERROR: Constructor {0} doesn't have the same name as class {1}".format(constructor.name, self.name)) 273 273 return 274 274 275 # Calculating the size of objects of this class 276 # Simultaneosly populating the field offset table (since it is necessary for the calcultion of size) 277 def populateSizeAndFieldOffset(self): 278 if hasattr(self, "size"): 279 return 280 self.size = 4 # number of bytes (intialized to 4 since the first item on the object is a vtable pointer) 281 lastFieldOffset = 0 added 4 commits
-
04550662...804f976e - 3 commits from branch
master
- a3f13aee - Merge branch 'master' into 'insta-field'
-
04550662...804f976e - 3 commits from branch
mentioned in commit 8ac9c124
Please register or sign in to reply