(self, **k)
| 36 | # A minimal concrete collection inherits the cosine default. |
| 37 | class _Col(BaseCollection): |
| 38 | def add(self, **k): ... |
| 39 | def upsert(self, **k): ... |
| 40 | def query(self, **k): ... |
| 41 | def get(self, **k): ... |
no outgoing calls
no test coverage detected