示例#1
0
    def postload(self):
        if hasattr(self, "_load_head_connection"):
            postload_connect(self,
                             self.handles()[0], self._load_head_connection)
            del self._load_head_connection

        super().postload()
示例#2
0
    def postload(self):
        super().postload()
        if hasattr(self, "_load_connection"):
            postload_connect(self, self.handles()[0], self._load_connection)
            del self._load_connection

        self.update_shapes()