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

Method copy

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

Source from the content-addressed store, hash-verified

1103 writer.end()
1104
1105 def copy( self, trans ):
1106 obj = FpText( self.obj_name )
1107 obj.set( "kind", self.kind )
1108 obj.set( "name", self.name )
1109 obj.set( "hide", self.hide )
1110 obj.set( "at", trans.add_flip_rot( self.at ) )
1111 obj.set( "layer", trans.layer( self.layer ) )
1112 obj.set( "effects", self.effects.copy( trans ) )
1113 return obj
1114
1115
1116class Font( KicadFatObj ):

Callers

nothing calls this directly

Calls 5

FpTextClass · 0.85
setMethod · 0.80
add_flip_rotMethod · 0.80
layerMethod · 0.80
copyMethod · 0.45

Tested by

no test coverage detected