MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / __getattr__

Class __getattr__

lib/matplotlib/__init__.py:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239@_api.caching_module_getattr
240class __getattr__:
241 __version__ = property(lambda self: _get_version())
242 __version_info__ = property(
243 lambda self: _parse_to_version_info(self.__version__))
244
245
246def _check_versions():

Callers

nothing calls this directly

Calls 2

_get_versionFunction · 0.85
_parse_to_version_infoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…