(self)
| 586 | class TestCFEncodedDataStore(CFEncodedBase): |
| 587 | @contextlib.contextmanager |
| 588 | def create_store(self): |
| 589 | yield CFEncodedInMemoryStore() |
| 590 | |
| 591 | @contextlib.contextmanager |
| 592 | def roundtrip( |
nothing calls this directly
no test coverage detected