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

Class Pair

Lib/importlib/metadata/_collections.py:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class Pair(collections.namedtuple('Pair', 'name value')):
28 @classmethod
29 def parse(cls, text):
30 return cls(*map(str.strip, text.split("=", 1)))

Callers 1

readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected