(self, string_or_strings)
| 221 | } |
| 222 | |
| 223 | def insert(self, string_or_strings): |
| 224 | loop = always_get_an_event_loop() |
| 225 | return loop.run_until_complete(self.ainsert(string_or_strings)) |
| 226 | |
| 227 | async def ainsert(self, string_or_strings): |
| 228 | update_storage = False |
no test coverage detected