( self, trans )
| 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 | |
| 1324 | class Module( KicadFatObj ): |