Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
28
class
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
read
Method · 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…