MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / update_variables

Method update_variables

site-packages/matplotlib/_layoutbox.py:285–290  ·  view source on GitHub ↗

Update *all* the variables that are part of the solver this LayoutBox is created with

(self)

Source from the content-addressed store, hash-verified

283 self.width.value(), self.height.value())
284
285 def update_variables(self):
286 '''
287 Update *all* the variables that are part of the solver this LayoutBox
288 is created with
289 '''
290 self.solver.updateVariables()
291
292 def edit_height(self, height, strength='strong'):
293 '''

Callers 1

do_constrained_layoutFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected