Lines Matching defs:update
99 # dictionary; since it uses our .update() method, we get the right
119 self.update(other, **kw)
289 def update(self, other=None, /, **kwargs):
316 self.update(other)
322 c.update(other)
329 c.update(other)
330 c.update(self)
385 self.update(dict)
510 def update(self, dict=None, /, **kwargs):
518 self.update(kwargs)
521 self.update(other)
527 c.update(other)
534 c.update(other)
535 c.update(self)