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

Function sh2s

testdata/ruby/dbBooleanTest.rb:32–38  ·  view source on GitHub ↗
( sh )

Source from the content-addressed store, hash-verified

30end
31
32def sh2s( sh )
33 sa = []
34 sh.each do |s|
35 sa.push( s.polygon.to_s )
36 end
37 return sa.join(";")
38end
39
40def p2ee( pa )
41 ee = []

Callers 3

test_10Method · 0.85
test_11Method · 0.85
test_12Method · 0.85

Calls 5

eachMethod · 0.80
pushMethod · 0.45
to_sMethod · 0.45
polygonMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected