Enter context manager.
(self)
| 145 | Encoding = _cpp.io.XDMFFile.Encoding |
| 146 | |
| 147 | def __enter__(self): |
| 148 | """Enter context manager.""" |
| 149 | return self |
| 150 | |
| 151 | def __exit__(self, exception_type, exception_value, traceback): |
| 152 | """Exit context manager and close file.""" |
nothing calls this directly
no outgoing calls
no test coverage detected