| 238 | |
| 239 | @_api.caching_module_getattr |
| 240 | class __getattr__: |
| 241 | __version__ = property(lambda self: _get_version()) |
| 242 | __version_info__ = property( |
| 243 | lambda self: _parse_to_version_info(self.__version__)) |
| 244 | |
| 245 | |
| 246 | def _check_versions(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…