MCPcopy Index your code
hub / github.com/python/cpython / MetadataNotFound

Class MetadataNotFound

Lib/importlib/metadata/__init__.py:71–72  ·  view source on GitHub ↗

No metadata file is present in the distribution.

Source from the content-addressed store, hash-verified

69
70
71class MetadataNotFound(FileNotFoundError):
72 """No metadata file is present in the distribution."""
73
74
75class Sectioned:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…