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

Method _normalized_name

Lib/importlib/metadata/__init__.py:564–566  ·  view source on GitHub ↗

Return a normalized version of the name.

(self)

Source from the content-addressed store, hash-verified

562
563 @property
564 def _normalized_name(self):
565 """Return a normalized version of the name."""
566 return Prepared.normalize(self.name)
567
568 @property
569 def version(self) -> str:

Callers

nothing calls this directly

Calls 1

normalizeMethod · 0.45

Tested by

no test coverage detected