MCPcopy Create free account
hub / github.com/pybind/pybind11 / _split_and_sort

Function _split_and_sort

tests/conftest.py:59–61  ·  view source on GitHub ↗

For output which does not require specific line order

(s)

Source from the content-addressed store, hash-verified

57
58
59def _split_and_sort(s):
60 """For output which does not require specific line order"""
61 return sorted(_strip_and_dedent(s).splitlines())
62
63
64def _make_explanation(a, b):

Callers 1

__eq__Method · 0.85

Calls 1

_strip_and_dedentFunction · 0.85

Tested by

no test coverage detected