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

Class Pair

Lib/importlib/metadata/_collections.py:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class Pair(typing.NamedTuple):
29 name: str
30 value: str
31
32 @classmethod
33 def parse(cls, text):
34 return cls(*map(str.strip, text.split("=", 1)))

Callers 1

readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…