Update the variables for the solver attached to this layoutgrid.
(self)
| 484 | return bbox |
| 485 | |
| 486 | def update_variables(self): |
| 487 | """ |
| 488 | Update the variables for the solver attached to this layoutgrid. |
| 489 | """ |
| 490 | self.solver.updateVariables() |
| 491 | |
| 492 | _layoutboxobjnum = itertools.count() |
| 493 |
no outgoing calls
no test coverage detected