MCPcopy Create free account
hub / github.com/apache/fory / _java_props

Function _java_props

ci/release.py:337–343  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

335
336
337def _java_props(output):
338 props = {}
339 for line in output.splitlines():
340 match = re.match(r"\s*([^=]+?)\s*=\s*(.*)\s*$", line)
341 if match:
342 props[match.group(1)] = match.group(2)
343 return props
344
345
346def _verify_fory_core_mr_jar():

Callers 1

_read_java_runtimeFunction · 0.85

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected