MCPcopy
hub / github.com/scottbez1/splitflap / copy

Method copy

thirdparty/panelize.py:1181–1185  ·  view source on GitHub ↗
( self, trans )

Source from the content-addressed store, hash-verified

1179 writer.end()
1180
1181 def copy( self, trans ):
1182 obj = Effects( self.obj_name )
1183 obj.set( "font", self.font.copy( trans ) )
1184 obj.set( "justify", self.justify.copy( trans ) )
1185 return obj
1186
1187
1188class Drill( KicadFatObj ):

Callers

nothing calls this directly

Calls 3

EffectsClass · 0.85
setMethod · 0.80
copyMethod · 0.45

Tested by

no test coverage detected