(self)
| 1373 | return r |
| 1374 | |
| 1375 | def commit(self): |
| 1376 | # This method is a no-op since we're always writing values eagerly to the db. |
| 1377 | pass |
| 1378 | |
| 1379 | def _initialize_project_if_not_exists(self, project_name: str): |
| 1380 | try: |
no outgoing calls
no test coverage detected