MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / predicate

Function predicate

tools/python-3.11.9-amd64/Lib/textwrap.py:479–480  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

477 """
478 if predicate is None:
479 def predicate(line):
480 return line.strip()
481
482 def prefixed_lines():
483 for line in text.splitlines(True):

Callers 9

_getmembersFunction · 0.85
wait_forMethod · 0.85
_split_listFunction · 0.85
prefixed_linesFunction · 0.85
wait_forMethod · 0.85
wait_forMethod · 0.85
wait_forMethod · 0.85
true_iteratorFunction · 0.85
_remove_filesMethod · 0.85

Calls 1

stripMethod · 0.80

Tested by

no test coverage detected