Post B6iKxdcuOHeqalr1DE by Zergling_man@sacred.harpy.faith
 (DIR) More posts by Zergling_man@sacred.harpy.faith
 (DIR) Post #B6iGizglgL4qrAQARU by Zergling_man@sacred.harpy.faith
       0 likes, 0 repeats
       
       Uncovered more of django's lies today.Also it somehow manages to call a method on a parent class before the class you're actually using, what the fuck
       
 (DIR) Post #B6iGleamZhKUINtDWK by Zergling_man@sacred.harpy.faith
       0 likes, 0 repeats
       
       As in you subclass a thing and redefine a method, it gets called, but seemingly after the parent's method.
       
 (DIR) Post #B6iKupZLX3Q8lKqiVE by condret@shitposter.world
       1 likes, 0 repeats
       
       @Zergling_man vtables are just arrays of function pointers.just override some of them
       
 (DIR) Post #B6iKxdcuOHeqalr1DE by Zergling_man@sacred.harpy.faith
       0 likes, 0 repeats
       
       @condret A careful observer might note that that is exactly what overriding a method is supposed to do.