(self, string_or_strings)
| 226 | |
| 227 | |
| 228 | def insert(self, string_or_strings): |
| 229 | loop = always_get_an_event_loop() |
| 230 | return loop.run_until_complete(self.ainsert(string_or_strings)) |
| 231 | |
| 232 | def query(self, query: str, param: QueryParam = QueryParam()): |
| 233 | loop = always_get_an_event_loop() |
no test coverage detected