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

Method copy

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

Source from the content-addressed store, hash-verified

1315 writer.end()
1316
1317 def copy( self, trans ):
1318 obj = Model( self.obj_name )
1319 obj.set( "font", self.font.copy( trans ) )
1320 obj.set( "justify", self.justify.copy( trans ) )
1321 return obj
1322
1323
1324class Module( KicadFatObj ):

Callers

nothing calls this directly

Calls 3

ModelClass · 0.85
setMethod · 0.80
copyMethod · 0.45

Tested by

no test coverage detected