(self, doc)
| 522 | return rval |
| 523 | |
| 524 | def refresh(self, doc): |
| 525 | self.update(doc, dict(refresh_time=coarse_utcnow())) |
| 526 | |
| 527 | def update(self, doc, dct, collection=None, do_sanity_checks=True): |
| 528 | """Return union of doc and dct, after making sure that dct has been |
no test coverage detected