Update the renderer dictionary with another dictionary ``d``.
(d)
| 396 | the dictionary, return the default""" |
| 397 | |
| 398 | def update(d): |
| 399 | """Update the renderer dictionary with another dictionary ``d``.""" |
| 400 | |
| 401 | def clear(): |
| 402 | """Clear all values from the dictionary""" |
no outgoing calls