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

Function open_file

dev-tools/scripts/releaseWizard.py:1022–1027  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

1020
1021
1022def open_file(filename):
1023 print("Opening file %s" % filename)
1024 if platform.system().startswith("Win"):
1025 run("start %s" % filename)
1026 else:
1027 run("open %s" % filename)
1028
1029
1030def expand_multiline(cmd_txt, indent=0):

Callers 2

generate_asciidocFunction · 0.85
create_icalFunction · 0.85

Calls 1

runFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…