MCPcopy Create free account
hub / github.com/apache/solr / expand_multiline

Function expand_multiline

dev-tools/scripts/releaseWizard.py:1030–1031  ·  view source on GitHub ↗
(cmd_txt, indent=0)

Source from the content-addressed store, hash-verified

1028
1029
1030def expand_multiline(cmd_txt, indent=0):
1031 return re.sub(r' +', " %s\n %s" % (Commands.cmd_continuation_char, " "*indent), cmd_txt)
1032
1033
1034def unix_to_datetime(unix_stamp):

Callers 1

display_cmdMethod · 0.85

Calls 1

subMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…