(self)
| 223 | self.sd = mup.load() |
| 224 | |
| 225 | def __enter__(self): |
| 226 | return self.sd |
| 227 | |
| 228 | def __exit__(self, exc_type, exc_val, exc_tb): |
| 229 | del self.zf # I don't think there is a way to force closing... |
nothing calls this directly
no outgoing calls
no test coverage detected