MCPcopy Create free account
hub / github.com/KLayout/klayout / klayout_bin

Method klayout_bin

testdata/klayout_main/main.rb:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 end
44
45 def klayout_bin
46 # special location for MacOS
47 file = File.join(RBA::Application::instance.inst_path, "klayout.app", "Contents", "MacOS", "klayout")
48 if !File.exist?(file)
49 file = File.join(RBA::Application::instance.inst_path, "klayout")
50 end
51 return file
52 end
53
54 def test_1
55

Callers 12

test_1Method · 0.95
test_2Method · 0.95
test_3Method · 0.95
test_4Method · 0.95
test_5Method · 0.95
test_6Method · 0.95
test_7Method · 0.95
test_8Method · 0.95
test_9Method · 0.95
test_10Method · 0.95
test_11Method · 0.95
test_12Method · 0.95

Calls 3

inst_pathMethod · 0.80
joinMethod · 0.45
instanceMethod · 0.45

Tested by 12

test_1Method · 0.76
test_2Method · 0.76
test_3Method · 0.76
test_4Method · 0.76
test_5Method · 0.76
test_6Method · 0.76
test_7Method · 0.76
test_8Method · 0.76
test_9Method · 0.76
test_10Method · 0.76
test_11Method · 0.76
test_12Method · 0.76