MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

Lib/importlib/metadata/__init__.py:844–849  ·  view source on GitHub ↗
(self, name: Optional[str])

Source from the content-addressed store, hash-verified

842 legacy_normalized = None
843
844 def __init__(self, name: Optional[str]):
845 self.name = name
846 if name is None:
847 return
848 self.normalized = self.normalize(name)
849 self.legacy_normalized = self.legacy_normalize(name)
850
851 @staticmethod
852 def normalize(name):

Callers

nothing calls this directly

Calls 2

normalizeMethod · 0.95
legacy_normalizeMethod · 0.95

Tested by

no test coverage detected